JUCE
dsp::FIR::Coefficients< NumericType > Member List

This is the complete list of members for dsp::FIR::Coefficients< NumericType >, including all inherited members.

coefficientsdsp::FIR::Coefficients< NumericType >
Coefficients()dsp::FIR::Coefficients< NumericType >
Coefficients(size_t size)dsp::FIR::Coefficients< NumericType >
Coefficients(const NumericType *samples, size_t numSamples)dsp::FIR::Coefficients< NumericType >
Coefficients(const Coefficients &)=defaultdsp::FIR::Coefficients< NumericType >
Coefficients(Coefficients &&)=defaultdsp::FIR::Coefficients< NumericType >
getFilterOrder() const noexceptdsp::FIR::Coefficients< NumericType >
getMagnitudeForFrequency(double frequency, double sampleRate) const noexceptdsp::FIR::Coefficients< NumericType >
getMagnitudeForFrequencyArray(double *frequencies, double *magnitudes, size_t numSamples, double sampleRate) const noexceptdsp::FIR::Coefficients< NumericType >
getPhaseForFrequency(double frequency, double sampleRate) const noexceptdsp::FIR::Coefficients< NumericType >
getPhaseForFrequencyArray(double *frequencies, double *phases, size_t numSamples, double sampleRate) const noexceptdsp::FIR::Coefficients< NumericType >
getRawCoefficients() noexceptdsp::FIR::Coefficients< NumericType >
getRawCoefficients() const noexceptdsp::FIR::Coefficients< NumericType >
normalise() noexceptdsp::FIR::Coefficients< NumericType >
operator=(const Coefficients &)=defaultdsp::FIR::Coefficients< NumericType >
operator=(Coefficients &&)=defaultdsp::FIR::Coefficients< NumericType >
Ptr typedefdsp::FIR::Coefficients< NumericType >