rosflight_firmware icon indicating copy to clipboard operation
rosflight_firmware copied to clipboard

Gyro Notch Filtering

Open superjax opened this issue 6 years ago • 1 comments

Another feature from the FPV community that could be useful - notch filtering gyro measurements. (another suggestion from @korken89)

I just went perusing betaflight (I should probably do this more often), and I noticed that they are basically using biquad filters on all their axes. They have some other smarts in there, the coefficients on the biquad filters appear to be dynamic - perhaps some adaptive notch adjustment based on the FFT of the gyro data?

@drinkdhmo pointed out to me the other day that at 8kHz, we should totally be able to observe a lot of the noise in the motors, this would be a neat way to do it.

superjax avatar May 15 '18 05:05 superjax

Indeed! I can do a small write up on this as well when I make the one for ESC telemetry :)

korken89 avatar May 15 '18 07:05 korken89