28 Commits (0e8ac68af4ba6b6be4f9ad809cee69074a55ffbd)

Author SHA1 Message Date
Andrew Tridgell bccca9ed2e AP_GyroFFT: added defaults for FFT with no notch 3 years ago
Andrew Tridgell e0bb717231 AP_GyroFFT: skip disabled notches 3 years ago
Andrew Tridgell 492e203fd2 AP_GyroFFT: allow for 2 FFT based notches 3 years ago
Andrew Tridgell 86db91e3b4 AP_GyroFFT: use HarmonicNotch class 3 years ago
Andrew Tridgell 782e4887bc AP_GyroFFT: only allow one harmonic notch filter to be linked to FFT 3 years ago
Andrew Tridgell 622ad2a088 AP_GyroFFT: support two full harmonic notch filters 3 years ago
murata c90e42d10a AP_GyroFFT: Change from division to multiplication 3 years ago
khanasif786 4f915fa5b1 AP_GyroFFT: fix 'arm_status' shadowing a global declaration error 3 years ago
Peter Barker c9eb7e3eda AP_GyroFFT: make vehicles write notch log messages 3 years ago
Peter Barker 9ea9c15c6a AP_GyroFFT: pass GyroFFT loop rate in Hz rather than period in us 3 years ago
Andy Piper c50ccd1d09 AP_GyroFFT: use harmonics for harmonics and number of notches elsewhere 3 years ago
Jaaaky 60fcfae2de AP_GyroFFT: Fix multi #include's 3 years ago
Andy Piper 71c0d9479a AP_GyroFFT: convert APM_BUILD_COPTER_OR_HELI() to APM_BUILD_COPTER_OR_HELI 3 years ago
Gone4Dirt 79787d55cc AP_GyroFFT: Add APM_BUILD_Heli 3 years ago
Pierre Kancir cc39eafe02 AP_GyroFFT: ensure we got float division when there are needed instead of integer divisions 4 years ago
Pierre Kancir 23a67a9e60 AP_GyroFFT: checking that uint16_t is negative is useless 4 years ago
Pierre Kancir 39fd32aa9e AP_GyroFFT: reduce first_harmonic scope 4 years ago
Andrew Tridgell d07bf97da6 AP_GyroFFT: mark logger Write() calls as streaming where appropriate 4 years ago
Patrick José Pereira 98a8e6e370 AP_GyroFFT: Add missing const in member functions 4 years ago
Andy Piper 4f7047797e AP_GyroFFT: reduce locking to avoid contention and match thread priority to IO 4 years ago
Andy Piper 9013432d27 AP_GyroFFT: slew FFT frequency output 5 years ago
Andy Piper adb9f70bc9 AP_GyroFFT: correctly count the number of active harmonics 5 years ago
Peter Barker edba1cca4a AP_GyroFFT: cast to unsigned to avoid signed/unsigned comparison 5 years ago
Andy Piper d402761a4b AP_GyroFFT: allow all three peaks to be returned so that we can have three independent harmonic notches 5 years ago
Andy Piper 6da1f3bf2e AP_GyroFFT: filter energy, harmonic and amplitude fit. Make a better guess at harmonic matching 5 years ago
Peter Barker af62d7d7b6 AP_GyroFFT: inline used-only-once Log_Write parameters 5 years ago
Andy Piper 3b25a8ae2e AP_GyroFFT: adjust default FFT lengths for boards that can cope and are likely to have BMI088 5 years ago
Andy Piper 7d36bc4422 AP_GyroFFT: new FFT library for motor peak analysis using HAL DSP abstraction 5 years ago