[sdiy] Hardware convolution box?

rsdio at audiobanshee.com rsdio at audiobanshee.com
Fri Feb 10 05:20:08 CET 2017


I don't quite understand the "online" part of that. Can you elaborate?

As for zero-delay FFT algorithms, it seems possible to do a moving window FFT that updates the output on every sample. The frequency bin values are still smeared in time according to the total FFT size, so there is a sort of latency in that sense, but at least the output changes constantly rather than once per block. The moving window FFT is more expensive that the single FFT, of course, but I think there are optimizations that make it not as bad as it could be.

Are you sure that this "zero-delay online algorithm for FFTs" is appropriate for convolution? My first instinct is that sliding window FFT would not quite work for convolution, at least not without some tweaks.

Brian


On Feb 9, 2017, at 7:21 PM, cheater00 cheater00 <cheater00 at gmail.com> wrote:
> I was just told there was a zero-delay online algorithm for FFTs which would mean 0 delay convolution, but I haven't got a link. Maybe someone here heard of it.




More information about the Synth-diy mailing list