coefficients | dsp::IIR::Coefficients< NumericType > | |
Coefficients() | dsp::IIR::Coefficients< NumericType > | |
Coefficients(NumericType b0, NumericType b1, NumericType a0, NumericType a1) | dsp::IIR::Coefficients< NumericType > | |
Coefficients(NumericType b0, NumericType b1, NumericType b2, NumericType a0, NumericType a1, NumericType a2) | dsp::IIR::Coefficients< NumericType > | |
Coefficients(NumericType b0, NumericType b1, NumericType b2, NumericType b3, NumericType a0, NumericType a1, NumericType a2, NumericType a3) | dsp::IIR::Coefficients< NumericType > | |
Coefficients(const Coefficients &)=default | dsp::IIR::Coefficients< NumericType > | |
Coefficients(Coefficients &&)=default | dsp::IIR::Coefficients< NumericType > | |
decReferenceCount() noexcept | ReferenceCountedObject | |
decReferenceCountWithoutDeleting() noexcept | ReferenceCountedObject | |
getFilterOrder() const noexcept | dsp::IIR::Coefficients< NumericType > | |
getMagnitudeForFrequency(double frequency, double sampleRate) const noexcept | dsp::IIR::Coefficients< NumericType > | |
getMagnitudeForFrequencyArray(const double *frequencies, double *magnitudes, size_t numSamples, double sampleRate) const noexcept | dsp::IIR::Coefficients< NumericType > | |
getPhaseForFrequency(double frequency, double sampleRate) const noexcept | dsp::IIR::Coefficients< NumericType > | |
getPhaseForFrequencyArray(double *frequencies, double *phases, size_t numSamples, double sampleRate) const noexcept | dsp::IIR::Coefficients< NumericType > | |
getRawCoefficients() noexcept | dsp::IIR::Coefficients< NumericType > | |
getRawCoefficients() const noexcept | dsp::IIR::Coefficients< NumericType > | |
getReferenceCount() const noexcept | ReferenceCountedObject | |
incReferenceCount() noexcept | ReferenceCountedObject | |
makeAllPass(double sampleRate, NumericType frequency) | dsp::IIR::Coefficients< NumericType > | static |
makeAllPass(double sampleRate, NumericType frequency, NumericType Q) | dsp::IIR::Coefficients< NumericType > | static |
makeBandPass(double sampleRate, NumericType frequency) | dsp::IIR::Coefficients< NumericType > | static |
makeBandPass(double sampleRate, NumericType frequency, NumericType Q) | dsp::IIR::Coefficients< NumericType > | static |
makeFirstOrderAllPass(double sampleRate, NumericType frequency) | dsp::IIR::Coefficients< NumericType > | static |
makeFirstOrderHighPass(double sampleRate, NumericType frequency) | dsp::IIR::Coefficients< NumericType > | static |
makeFirstOrderLowPass(double sampleRate, NumericType frequency) | dsp::IIR::Coefficients< NumericType > | static |
makeHighPass(double sampleRate, NumericType frequency) | dsp::IIR::Coefficients< NumericType > | static |
makeHighPass(double sampleRate, NumericType frequency, NumericType Q) | dsp::IIR::Coefficients< NumericType > | static |
makeHighShelf(double sampleRate, NumericType cutOffFrequency, NumericType Q, NumericType gainFactor) | dsp::IIR::Coefficients< NumericType > | static |
makeLowPass(double sampleRate, NumericType frequency) | dsp::IIR::Coefficients< NumericType > | static |
makeLowPass(double sampleRate, NumericType frequency, NumericType Q) | dsp::IIR::Coefficients< NumericType > | static |
makeLowShelf(double sampleRate, NumericType cutOffFrequency, NumericType Q, NumericType gainFactor) | dsp::IIR::Coefficients< NumericType > | static |
makeNotch(double sampleRate, NumericType frequency) | dsp::IIR::Coefficients< NumericType > | static |
makeNotch(double sampleRate, NumericType frequency, NumericType Q) | dsp::IIR::Coefficients< NumericType > | static |
makePeakFilter(double sampleRate, NumericType centreFrequency, NumericType Q, NumericType gainFactor) | dsp::IIR::Coefficients< NumericType > | static |
operator=(const Coefficients &)=default | dsp::IIR::Coefficients< NumericType > | |
operator=(Coefficients &&)=default | dsp::IIR::Coefficients< NumericType > | |
dsp::ProcessorState::operator=(const ReferenceCountedObject &) noexcept | ReferenceCountedObject | protected |
dsp::ProcessorState::operator=(ReferenceCountedObject &&) noexcept | ReferenceCountedObject | protected |
Ptr typedef | dsp::IIR::Coefficients< NumericType > | |
ReferenceCountedObject()=default | ReferenceCountedObject | protected |
ReferenceCountedObject(const ReferenceCountedObject &) noexcept | ReferenceCountedObject | protected |
ReferenceCountedObject(ReferenceCountedObject &&) noexcept | ReferenceCountedObject | protected |
resetReferenceCount() noexcept | ReferenceCountedObject | protected |
~ReferenceCountedObject() | ReferenceCountedObject | protectedvirtual |