←back to thread

259 points zdw | 1 comments | | HN request time: 0.2s | source
Show context
thrtythreeforty ◴[] No.43635458[source]
Impulse response is sort of overkill here. If you design a filter bank in the first place, you can just implement that filter bank much cheaper than doing even an FFT-based convolution. Convolution is useful when you don't know the underlying filter transfer function.
replies(5): >>43635799 #>>43636182 #>>43636622 #>>43637141 #>>43637264 #
1. Retr0id ◴[] No.43636182[source]
> Convolution is useful when you don't know the underlying filter transfer function

But we don't?