arduino-audio-tools
Public Member Functions | List of all members
BiQuadDF1< T > Class Template Reference

Biquad DF1 Filter. converted from https://github.com/tttapa/Filters/blob/master/src/BiQuad.h Use float or double (and not a integer type) as type parameter. More...

#include <Filter.h>

Inheritance diagram for BiQuadDF1< T >:
Filter< T >

Public Member Functions

 BiQuadDF1 (const T(&b)[3], const T(&a)[2])
 
 BiQuadDF1 (const T(&b)[3], const T(&a)[2], T gain)
 
 BiQuadDF1 (const T(&b)[3], const T(&a)[3])
 
 BiQuadDF1 (const T(&b)[3], const T(&a)[3], T gain)
 
process (T value)
 

Detailed Description

template<typename T>
class audio_tools::BiQuadDF1< T >

Biquad DF1 Filter. converted from https://github.com/tttapa/Filters/blob/master/src/BiQuad.h Use float or double (and not a integer type) as type parameter.

Author
Pieter P tttapa / pschatzmann
Template Parameters
T

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