JUCE  v5.4.1-191-g0ab5e696f
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::dsp::FilterDesign< FloatType > Member List

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()=deletejuce::dsp::FilterDesign< FloatType >private
FIRCoefficientsPtr typedefjuce::dsp::FilterDesign< FloatType >
getPartialImpulseResponseHn(int n, double kp)juce::dsp::FilterDesign< FloatType >privatestatic
IIRCoefficients typedefjuce::dsp::FilterDesign< FloatType >
WindowingMethod typedefjuce::dsp::FilterDesign< FloatType >