JUCE
|
The structure returned by the function designIIRLowpassHalfBandPolyphaseAllpassMethod. More...
Public Attributes | |
Array< IIRCoefficients > | directPath |
Array< IIRCoefficients > | delayedPath |
The structure returned by the function designIIRLowpassHalfBandPolyphaseAllpassMethod.
The two members of this structure directPath and delayedPath are arrays of IIR::Coefficients, made of polyphase second order allpass filters and an additional delay in the second array, that can be used in cascaded filters processed in two parallel paths, which must be summed at the end to get the high order efficient low-pass filtering.
Array<IIRCoefficients> juce::dsp::FilterDesign< FloatType >::IIRPolyphaseAllpassStructure::directPath |
Array<IIRCoefficients> juce::dsp::FilterDesign< FloatType >::IIRPolyphaseAllpassStructure::delayedPath |