indutny / fft.js

The fastest JS Radix-4/Radix-2 FFT implementation
278 stars 31 forks source link

Try Split-Radix FFT #2

Open indutny opened 7 years ago

indutny commented 7 years ago

See: https://en.wikipedia.org/wiki/Split-radix_FFT_algorithm

This algorithm is probably faster than radix-4 that we use right now.