mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-04 10:20:35 +08:00
b12a655c5b
* New NotchFilter methods ahead of RPMFilter implementation. * Added Direct Form I implementation that support dynamic change of frequencies. * Added update method to update frequency on an existing filter. * Added setCoefficients method to easily and efficiently create clones of a filter. * LowSide, HighSide, Onnotch and array tests testing the applyDF1 method.