fourier icon indicating copy to clipboard operation
fourier copied to clipboard

:wavy_dash: Fourier transform in JavaScript

Results 8 fourier issues
Sort by recently updated
recently updated
newest added

Some references: [БЫСТРОЕ ПРЕОБРАЗОВАНИЕ ФУРЬЕ МАЛЫХ ПОРЯДКОВ, О. В. Просеков](http://dha.spb.ru/PDF/fftso.pdf)

enhancement

Current FFT implementation uses classic Decimation in Time, Radix-2, in-place algorithm, which is far from being the best in class. I am comparing Float64, Float32, and Array implementations on three...

enhancement
help wanted

JSON -> Graph D3? HTML? SVG?

enhancement
help wanted

https://github.com/tc39/ecmascript_simd

enhancement

Greetings, @drom ! One question: can I process different data heaps, using the same custom FFT object? Or is each object a "one shot" processor?

question