tomlankhorst/control
|
#include <biquad.h>
Public Member Functions | |
template<typename... T> | |
BiquadCascade (T... bs) | |
T | step (T u) |
![]() | |
virtual inspect_types< B >::arithmetic_type | step (inspect_types< B >::arithmetic_type)=0 |
Protected Attributes | |
BS | bs |
Cascade of biquads
Helps in realizing higher-order filters
N | number of sections |
B | Biquad class |
|
inline |
Initialize chain with biquads
bs | biquads |
|
inline |
Step the biquad chain one time
u | T input |
|
protected |
Container of biquads