mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
mathlib: LowPassFilter2p initialize b0 to 1 for safety
This commit is contained in:
@@ -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};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user