This is the complete list of members for juce::dsp::FilterDesign< FloatType >, including all inherited members.
designFIRLowpassHalfBandEquirippleMethod(FloatType normalizedTransitionWidth, FloatType attenuationdB) | juce::dsp::FilterDesign< FloatType > | static |
designFIRLowpassKaiserMethod(FloatType frequency, double sampleRate, FloatType normalizedTransitionWidth, FloatType attenuationdB) | juce::dsp::FilterDesign< FloatType > | static |
designFIRLowpassLeastSquaresMethod(FloatType frequency, double sampleRate, size_t order, FloatType normalizedTransitionWidth, FloatType stopBandWeight) | juce::dsp::FilterDesign< FloatType > | static |
designFIRLowpassTransitionMethod(FloatType frequency, double sampleRate, size_t order, FloatType normalizedTransitionWidth, FloatType spline) | juce::dsp::FilterDesign< FloatType > | static |
designFIRLowpassWindowMethod(FloatType frequency, double sampleRate, size_t order, WindowingMethod type, FloatType beta=static_cast< FloatType >(2)) | juce::dsp::FilterDesign< FloatType > | static |
designIIRHighpassHighOrderButterworthMethod(FloatType frequency, double sampleRate, int order) | juce::dsp::FilterDesign< FloatType > | static |
designIIRLowpassHalfBandPolyphaseAllpassMethod(FloatType normalizedTransitionWidth, FloatType stopbandAttenuationdB) | juce::dsp::FilterDesign< FloatType > | static |
designIIRLowpassHighOrderButterworthMethod(FloatType frequency, double sampleRate, FloatType normalizedTransitionWidth, FloatType passbandAttenuationdB, FloatType stopbandAttenuationdB) | juce::dsp::FilterDesign< FloatType > | static |
designIIRLowpassHighOrderButterworthMethod(FloatType frequency, double sampleRate, int order) | juce::dsp::FilterDesign< FloatType > | static |
designIIRLowpassHighOrderChebyshev1Method(FloatType frequency, double sampleRate, FloatType normalizedTransitionWidth, FloatType passbandAttenuationdB, FloatType stopbandAttenuationdB) | juce::dsp::FilterDesign< FloatType > | static |
designIIRLowpassHighOrderChebyshev2Method(FloatType frequency, double sampleRate, FloatType normalizedTransitionWidth, FloatType passbandAttenuationdB, FloatType stopbandAttenuationdB) | juce::dsp::FilterDesign< FloatType > | static |
designIIRLowpassHighOrderEllipticMethod(FloatType frequency, double sampleRate, FloatType normalizedTransitionWidth, FloatType passbandAttenuationdB, FloatType stopbandAttenuationdB) | juce::dsp::FilterDesign< FloatType > | static |
designIIRLowpassHighOrderGeneralMethod(int type, FloatType frequency, double sampleRate, FloatType normalizedTransitionWidth, FloatType passbandAttenuationdB, FloatType stopbandAttenuationdB) | juce::dsp::FilterDesign< FloatType > | privatestatic |
FilterDesign()=delete | juce::dsp::FilterDesign< FloatType > | private |
FIRCoefficientsPtr typedef | juce::dsp::FilterDesign< FloatType > | |
getPartialImpulseResponseHn(int n, double kp) | juce::dsp::FilterDesign< FloatType > | privatestatic |
IIRCoefficients typedef | juce::dsp::FilterDesign< FloatType > | |
WindowingMethod typedef | juce::dsp::FilterDesign< FloatType > |