mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 10:17:45 +08:00
gyro_fft: peak detection exclude side FFT buckets
- when estimating the peak frequency the magnitude of side buckets will be factored in, so it doesn't make sense to potentially treat them as separatey detected peaks
This commit is contained in:
@@ -18,6 +18,7 @@ param set IMU_GYRO_FFT_EN 1
|
||||
param set IMU_GYRO_FFT_MIN 10
|
||||
param set IMU_GYRO_FFT_MAX 1000
|
||||
param set IMU_GYRO_FFT_LEN 512
|
||||
param set IMU_GYRO_FFT_SNR 10
|
||||
|
||||
# dynamic notches ESC/FFT/both
|
||||
#param set IMU_GYRO_DNF_EN 1
|
||||
|
||||
Reference in New Issue
Block a user