mirror of https://github.com/ArduPilot/ardupilot
autotest: test pre and post filter logging in FFT test
This commit is contained in:
parent
9d851a0c1a
commit
f2aa6e99c3
|
@ -5443,7 +5443,7 @@ class AutoTestCopter(AutoTest):
|
|||
"EK2_ENABLE": 0,
|
||||
"EK3_ENABLE": 0,
|
||||
"INS_LOG_BAT_MASK": 3,
|
||||
"INS_LOG_BAT_OPT": 0,
|
||||
"INS_LOG_BAT_OPT": 4,
|
||||
"INS_GYRO_FILTER": 100,
|
||||
"INS_FAST_SAMPLE": 0,
|
||||
"LOG_BITMASK": 958,
|
||||
|
@ -5548,7 +5548,7 @@ class AutoTestCopter(AutoTest):
|
|||
# we are limited to half the loop rate for frequency detection
|
||||
self.set_parameters({
|
||||
"FFT_MAXHZ": 185,
|
||||
"INS_LOG_BAT_OPT": 0,
|
||||
"INS_LOG_BAT_OPT": 4,
|
||||
"SIM_VIB_MOT_MAX": 220,
|
||||
"FFT_WINDOW_SIZE": 64,
|
||||
"FFT_WINDOW_OLAP": 0.75,
|
||||
|
|
Loading…
Reference in New Issue