fft-js
Simple pure Javascript implementation of the Cooley-Tukey algorithm. Note: fft-js was chosen as the name since a lot of the FFT implementations on NPM at the time this was published were wrappers for Ruby or C.
lib-r-math.js
Javascript Implementation of Statistical R standalone library rnmath
fft-windowing
Applies a windowing function to an array of data, making it ready to be FFT'd.
fft-windowing-ts
Applies a windowing function to an array of data, making it ready to be FFT'd.