DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
Loading...
Searching...
No Matches
dspark::DCBlocker< T >::Section Struct Reference

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, kMaxChannelsstate {}
 

Detailed Description

template<FloatType T>
struct dspark::DCBlocker< T >::Section

Second-order section: b0 * (1 - z^-1)^2 / (1 + a1 z^-1 + a2 z^-2).

Definition at line 369 of file DCBlocker.h.

Member Data Documentation

◆ a1

template<FloatType T>
double dspark::DCBlocker< T >::Section::a1 = 0.0

Definition at line 371 of file DCBlocker.h.

◆ a2

template<FloatType T>
double dspark::DCBlocker< T >::Section::a2 = 0.0

Definition at line 371 of file DCBlocker.h.

◆ b0

template<FloatType T>
double dspark::DCBlocker< T >::Section::b0 = 0.0

Definition at line 371 of file DCBlocker.h.

◆ state

template<FloatType T>
std::array<SectionState, kMaxChannels> dspark::DCBlocker< T >::Section::state {}

Definition at line 372 of file DCBlocker.h.


The documentation for this struct was generated from the following file: