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
Following the example of inputtilt, ATR setpoints are now ramped
slower when near the current setpoint. This allows for much higher
ramping speeds without causing a jerking effect.
Instead of using 5deg/sec and 3deg/sec one can now easily run 20 and 12
or even more without any perceived downsides.
Feature: Smoothened/faster setpoint ramping for ATR
Signed-off-by: Dado Mista <dadomista@gmail.com>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">It's defined by the EMA Half Time config option. You can use the EMA Return Multiplier to speed up transitions returning to zero (e.g. a value of 2 means the returning to zero transitions will be two times faster).</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">A smoothing filter written by Nico originally for Inputtilt, it was later proposed to be used tor ATR and Torquetilt as well. Although this filter works and is reported to work very well, it has a mathematical flaw, and hence is only included for reference. The other filters are, in fact, an attempt to have correct filter(s) that work the same or better.</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Note: The 3-Stage and 3rd Order EMA ignore Tiltback Response Boost and Tiltback Transition Boost for ATR.</span></p></body></html></description>
252
255
<cDefine>CFG_DFLT_TARGET_FILTER_TYPE</cDefine>
253
256
<valInt>1</valInt>
254
257
<enumNames>None</enumNames>
255
258
<enumNames>3-Stage</enumNames>
256
259
<enumNames>3rd Order EMA</enumNames>
260
+
<enumNames>Nico's</enumNames>
257
261
</target_filter.type>
258
262
<target_filter.tt_type>
259
263
<longName>Filter Type (config on ATR tab)</longName>
@@ -271,6 +275,7 @@ p, li { white-space: pre-wrap; }
271
275
<enumNames>None</enumNames>
272
276
<enumNames>3-Stage</enumNames>
273
277
<enumNames>3rd Order EMA</enumNames>
278
+
<enumNames>Nico's</enumNames>
274
279
</target_filter.tt_type>
275
280
<target_filter.it_type>
276
281
<longName>Filter Type (config on ATR tab)</longName>
0 commit comments