OpenShot Audio Library | OpenShotAudio 0.3.2
Loading...
Searching...
No Matches
juce::dsp::FilterDesign< FloatType > Member List

This is the complete list of members for juce::dsp::FilterDesign< FloatType >, including all inherited members.

designFIRLowpassHalfBandEquirippleMethod(FloatType normalisedTransitionWidth, FloatType amplitudedB)juce::dsp::FilterDesign< FloatType >static
designFIRLowpassKaiserMethod(FloatType frequency, double sampleRate, FloatType normalisedTransitionWidth, FloatType amplitudedB)juce::dsp::FilterDesign< FloatType >static
designFIRLowpassLeastSquaresMethod(FloatType frequency, double sampleRate, size_t order, FloatType normalisedTransitionWidth, FloatType stopBandWeight)juce::dsp::FilterDesign< FloatType >static
designFIRLowpassTransitionMethod(FloatType frequency, double sampleRate, size_t order, FloatType normalisedTransitionWidth, 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 normalisedTransitionWidth, FloatType stopbandAmplitudedB)juce::dsp::FilterDesign< FloatType >static
designIIRLowpassHighOrderButterworthMethod(FloatType frequency, double sampleRate, FloatType normalisedTransitionWidth, FloatType passbandAmplitudedB, FloatType stopbandAmplitudedB)juce::dsp::FilterDesign< FloatType >static
designIIRLowpassHighOrderButterworthMethod(FloatType frequency, double sampleRate, int order)juce::dsp::FilterDesign< FloatType >static
designIIRLowpassHighOrderChebyshev1Method(FloatType frequency, double sampleRate, FloatType normalisedTransitionWidth, FloatType passbandAmplitudedB, FloatType stopbandAmplitudedB)juce::dsp::FilterDesign< FloatType >static
designIIRLowpassHighOrderChebyshev2Method(FloatType frequency, double sampleRate, FloatType normalisedTransitionWidth, FloatType passbandAmplitudedB, FloatType stopbandAmplitudedB)juce::dsp::FilterDesign< FloatType >static
designIIRLowpassHighOrderEllipticMethod(FloatType frequency, double sampleRate, FloatType normalisedTransitionWidth, FloatType passbandAmplitudedB, FloatType stopbandAmplitudedB)juce::dsp::FilterDesign< FloatType >static
FIRCoefficientsPtr typedef (defined in juce::dsp::FilterDesign< FloatType >)juce::dsp::FilterDesign< FloatType >
IIRCoefficients typedef (defined in juce::dsp::FilterDesign< FloatType >)juce::dsp::FilterDesign< FloatType >
WindowingMethod typedef (defined in juce::dsp::FilterDesign< FloatType >)juce::dsp::FilterDesign< FloatType >