mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-21 04:33:10 +08:00
mathlib: NotchFilter delete unused update method
This commit is contained in:
@@ -141,8 +141,6 @@ public:
|
||||
|
||||
T reset(const T &sample);
|
||||
|
||||
void update(float sample_freq, float notch_freq, float bandwidth);
|
||||
|
||||
protected:
|
||||
float _notch_freq{};
|
||||
float _bandwidth{};
|
||||
|
||||
Reference in New Issue
Block a user