Skip to content

Function: fft()

ts
function fft(re, im): void;

Defined in: stats/index.ts:174

In-place iterative radix-2 Cooley–Tukey FFT (length must be a power of two).

Parameters

ParameterType
reFloat64Array
imFloat64Array

Returns

void

MIT licensed. WebGL2 required.