mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 02:17:07 +08:00
SDP3X: Lowpass the signal significantly less as it is far less noisy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user