Hacker News new | ask | show | jobs
by RossBencina 48 days ago
CIC filters also use a simple efficient recursive algorithm: just an accumulator and a delay line. No built-in frequency selectivity. https://www.dsprelated.com/showarticle/1337.php

Agree re transients. I think Miller Puckette's "bonk" object did transient detection using filter bank. Can't find the paper right now. In general I think detecting rapid changes in phase performs better than changes in amplitude for transient detection.

I believe that the good sounding phase vocoder algorithms do transient detection and instantaneously reset the phase of the spectral peaks associated with the transient (effectively passing through the original transient without smearing it).

1 comments

Thanks - adding all of that to my to read / to do list :-)