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
| Parameter | Type |
|---|---|
re | Float64Array |
im | Float64Array |
Returns
void