auroranockert / fft.js

Discrete Fourier Transform in Javascript, it is intended to be reasonably fast.
BSD 2-Clause "Simplified" License
183 stars 35 forks source link

RealFFT with stride #1

Closed auroranockert closed 11 years ago

auroranockert commented 12 years ago

Currently we cannot supports strides for the real FFT, since it assumes that complex numbers are packed, this could easily be fixed with some magic.

auroranockert commented 11 years ago

This is a duplicate of the Real FFT does not work at all bug.