On Fri, Sep 19, 2003 at 04:15:53 +0200, hexe_2003(a)directbox.com wrote:
And has anybody some interesting c-algorythm
documentation on how to produce
convolution ? I mean:
oscilating basing wave -> mix it together with a lfo -> filter it with delay, for
example -> ...
Thats not a covolution, convolution is applying an FIR filter to a
discrete stream.
Try
dspguide.com for an introduction.
- Steve