- generateHighpassImpulse
void generateHighpassImpulse(T[] output, double cutoff, double samplerate)
Undocumented in source. Be warned that the author may not have intended to support it.
- generateHilbertTransformer
void generateHilbertTransformer(T[] outImpulse, WindowDesc windowDesc, double samplerate)
Undocumented in source. Be warned that the author may not have intended to support it.
- generateLowpassImpulse
void generateLowpassImpulse(T[] output, double cutoff, double samplerate)
Undocumented in source. Be warned that the author may not have intended to support it.
- minimumPhaseImpulse
void minimumPhaseImpulse(T[] inoutImpulse, Complex!T[] tempStorage)
- normalizeImpulse
void normalizeImpulse(T[] inoutImpulse)
Normalize impulse response.
Scale to make sum = 1.
- tempBufferSizeForMinPhase
int tempBufferSizeForMinPhase(T[] inputImpulse)