Is there any way to change the update rate of the polar plot UI? I dont want to change the sample rate, just the rate at which the DF bearing arrow changes. Our use case includes very jumpy directions and we want to slow down the rate at which it changes
Not in the UI, but you could try editing the code to slow it down. The graph refreshes every time a new DOA is calculated from a sample. So you’d need to add in some timer gating to slow it down.
But I’m not sure that slowing down the graph is a good idea. What happens if you get stuck on a bad bearing for a long time?