|
DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
|
Second-order section: b0 * (1 - z^-1)^2 / (1 + a1 z^-1 + a2 z^-2). More...
#include <DCBlocker.h>
Public Attributes | |
| double | b0 = 0.0 |
| double | a1 = 0.0 |
| double | a2 = 0.0 |
| std::array< SectionState, kMaxChannels > | state {} |
Second-order section: b0 * (1 - z^-1)^2 / (1 + a1 z^-1 + a2 z^-2).
Definition at line 369 of file DCBlocker.h.
| double dspark::DCBlocker< T >::Section::a1 = 0.0 |
Definition at line 371 of file DCBlocker.h.
| double dspark::DCBlocker< T >::Section::a2 = 0.0 |
Definition at line 371 of file DCBlocker.h.
| double dspark::DCBlocker< T >::Section::b0 = 0.0 |
Definition at line 371 of file DCBlocker.h.
| std::array<SectionState, kMaxChannels> dspark::DCBlocker< T >::Section::state {} |
Definition at line 372 of file DCBlocker.h.