mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
SDP3X: Lowpass the signal significantly less as it is far less noisy
This commit is contained in:
parent
0cd954e382
commit
77ee8d5fb9
@ -67,7 +67,7 @@
|
||||
|
||||
// Measurement rate is 20Hz
|
||||
#define SPD3X_MEAS_RATE 100
|
||||
#define SDP3X_MEAS_DRIVER_FILTER_FREQ 1.5f
|
||||
#define SDP3X_MEAS_DRIVER_FILTER_FREQ 5.0f
|
||||
#define CONVERSION_INTERVAL (1000000 / SPD3X_MEAS_RATE) /* microseconds */
|
||||
|
||||
class SDP3X : public Airspeed
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user