Browse Source

mathlib: NotchFilter delete unused update method

release/1.12
Daniel Agar 4 years ago
parent
commit
d5e68bc05a
  1. 2
      src/lib/mathlib/math/filter/NotchFilter.hpp

2
src/lib/mathlib/math/filter/NotchFilter.hpp

@ -141,8 +141,6 @@ public: @@ -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{};

Loading…
Cancel
Save