HARDT - The Ham Radio DSP Toolkit
Public Member Functions | Protected Member Functions | List of all members
HBiQuad< T > Class Template Referenceabstract

#include <hbiquad.h>

Inheritance diagram for HBiQuad< T >:
Inheritance graph
[legend]

Public Member Functions

float * Calculate ()
 

Protected Member Functions

 HBiQuad (float fCutOff, float rate, float quality, float gain)
 

Detailed Description

template<class T>
class HBiQuad< T >

Biquads are defined by standard equations, the specific biquads based on this generic class has been defined using a nicely compiled list provided på Apogee Technology, inc. http://www.apogeebio.com/ddx/PDFs/AN-06.pdf

Constructor & Destructor Documentation

◆ HBiQuad()

template<class T >
HBiQuad< T >::HBiQuad ( float  fCutOff,
float  rate,
float  quality,
float  gain 
)
protected

Construct a new HBiQuad

Member Function Documentation

◆ Calculate()

template<class T >
float * HBiQuad< T >::Calculate

Calculate normalized coefficients


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