![]() |
pl-nk v0.4.5
Plonk|Plink|Plank are a set of cross-platform C/C++ frameworks for audio software development
|
A generic FIR/IIR filter. More...
Static Public Member Functions | |
| static UnitType | ar (UnitType const &input, UnitType const &coeffs, UnitType const &mul=SampleType(1), UnitType const &add=SampleType(0), BlockSize const &preferredBlockSize=BlockSize::noPreference(), SampleRate const &preferredSampleRate=SampleRate::noPreference()) throw () |
| Create a generic filter from the coefficients. | |
A generic FIR/IIR filter.
This is broadly for internal use. It is employed by the various standard filters.
| static UnitType FilterUnit< FormType >::ar | ( | UnitType const & | input, |
| UnitType const & | coeffs, | ||
| UnitType const & | mul = SampleType (1), |
||
| UnitType const & | add = SampleType (0), |
||
| BlockSize const & | preferredBlockSize = BlockSize::noPreference(), |
||
| SampleRate const & | preferredSampleRate = SampleRate::noPreference() |
||
| ) | throw () [inline, static] |
Create a generic filter from the coefficients.
1.7.4