Audio Processing Framework (APF) version 0.5.0
Public Member Functions | Public Attributes | List of all members
apf::LaplaceCoefficients< T > Struct Template Reference

Coefficients of analog recursive filter. More...

#include <apf/biquad.h>

Public Member Functions

 LaplaceCoefficients (T b0_=T(), T b1_=T(), T b2_=T(), T a1_=T(), T a2_=T())
 

Public Attributes

b0
 
b1
 
b2
 
a1
 
a2
 

Detailed Description

template<typename T>
struct apf::LaplaceCoefficients< T >

Coefficients of analog recursive filter.

Template Parameters
TInternal data type

Definition at line 127 of file biquad.h.

Constructor & Destructor Documentation

◆ LaplaceCoefficients()

template<typename T >
apf::LaplaceCoefficients< T >::LaplaceCoefficients ( b0_ = T(),
b1_ = T(),
b2_ = T(),
a1_ = T(),
a2_ = T() 
)
inline

Definition at line 129 of file biquad.h.

Member Data Documentation

◆ b0

template<typename T >
T apf::LaplaceCoefficients< T >::b0

Definition at line 135 of file biquad.h.

◆ b1

template<typename T >
T apf::LaplaceCoefficients< T >::b1

Definition at line 135 of file biquad.h.

◆ b2

template<typename T >
T apf::LaplaceCoefficients< T >::b2

Definition at line 135 of file biquad.h.

◆ a1

template<typename T >
T apf::LaplaceCoefficients< T >::a1

Definition at line 136 of file biquad.h.

◆ a2

template<typename T >
T apf::LaplaceCoefficients< T >::a2

Definition at line 136 of file biquad.h.


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