auroranockert / fft.js

Discrete Fourier Transform in Javascript, it is intended to be reasonably fast.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RealFFT with stride

auroranockert opened this issue · comments

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.

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