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>
|
| 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) |
|
T | process (T value) |
|
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
- Copyright
- GNU General Public License v3.0
- Template Parameters
-
The documentation for this class was generated from the following file:
- src/AudioTools/CoreAudio/AudioFilter/Filter.h