|
|
|
|
|
by a-dub
808 days ago
|
|
bandpass filtering in the time domain seems like it may be more efficient for this use case to me. if i'm reading the code correctly, it seems it's computing a 512 point window and fft on every non-overlapping window. i guess it depends on what vector/matrix instructions are being used in the underlying implementations. |
|
Seems like the kind of task where one could easily burn 10 watts, if the wrong FFT Implementation is chosen. You'd absolutely want to do this in DSP hardware.