You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Settings.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -925,6 +925,16 @@ Sets the DShot beeper tone
925
925
926
926
---
927
927
928
+
### dterm_lpf2_hz
929
+
930
+
Dterm pre-differentiation LPF cutoff (Hz). Filters gyro before differentiation to reduce noise amplification. Higher = less delay, more noise. 0 = disabled. Values around 200-250Hz can add smoothing with small delay.
931
+
932
+
| Default | Min | Max |
933
+
| --- | --- | --- |
934
+
| 0 | 0 | 500 |
935
+
936
+
---
937
+
928
938
### dterm_lpf_hz
929
939
930
940
Dterm low pass filter cutoff frequency. Default setting is very conservative and small multirotors should use higher value between 80 and 100Hz. 80 seems like a gold spot for 7-inch builds while 100 should work best with 5-inch machines. If motors are getting too hot, lower the value
Copy file name to clipboardExpand all lines: src/main/fc/settings.yaml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2034,6 +2034,12 @@ groups:
2034
2034
default_value: 110
2035
2035
min: 0
2036
2036
max: 500
2037
+
- name: dterm_lpf2_hz
2038
+
description: "Dterm pre-differentiation LPF cutoff (Hz). Filters gyro before differentiation to reduce noise amplification. Higher = less delay, more noise. 0 = disabled. Values around 200-250Hz can add smoothing with small delay."
2039
+
default_value: 0
2040
+
field: dterm_lpf2_hz
2041
+
min: 0
2042
+
max: 500
2037
2043
- name: dterm_lpf_type
2038
2044
description: "Defines the type of stage 1 D-term LPF filter. Possible values: `PT1`, `BIQUAD`, `PT2`, `PT3`."
0 commit comments