dplug.dsp.fir

Naive FIR implementation.

Members

Functions

generateHighpassImpulse
deprecated void generateHighpassImpulse(T[] output, double cutoff, double samplerate)
Undocumented in source. Be warned that the author may not have intended to support it.
generateHilbertTransformer
deprecated void generateHilbertTransformer(T[] outImpulse, WindowDesc windowDesc, double samplerate)
Undocumented in source. Be warned that the author may not have intended to support it.
generateLowpassImpulse
deprecated void generateLowpassImpulse(T[] output, double cutoff, double samplerate)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

FIR
deprecated struct FIR(T)
Undocumented in source.

Meta