31 Commits (master)

Author SHA1 Message Date
Iampete1 3878e64f97 AP_GyroFFT: params always use set method 3 years ago
Peter Barker e570737154 AP_GyroFFT: remove transitive include dependencies 3 years ago
Andy Piper 619fa021e7 AP_GyroFFT: make sure the parameters are updated at least once on startup 3 years ago
Andy Piper 684cf996e1 AP_GyroFFT: save a sliding window of output frequency bins 3 years ago
Andy Piper aaad4ace08 AP_GyroFFT: add notch tuning functions 3 years ago
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
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
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 3 years ago
Pierre Kancir 23a67a9e60 AP_GyroFFT: checking that uint16_t is negative is useless 3 years ago
Pierre Kancir 39fd32aa9e AP_GyroFFT: reduce first_harmonic scope 3 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