mathlib: LowPassFilter2p initialize b0 to 1 for safety

This commit is contained in:
Daniel Agar
2021-05-31 10:32:48 -04:00
parent e52c0ceca5
commit 9661eddef8

View File

@@ -166,7 +166,7 @@ protected:
float _a1{0.f};
float _a2{0.f};
float _b0{0.f};
float _b0{1.f};
float _b1{0.f};
float _b2{0.f};