FFT
Class containing methods for Fast Fourier Transform
Static Method Summary
| Static Public Methods | ||
| public static |
getHammingWindow(bufferSize: Number): Array Get Hamming window |
|
| public static |
getSpectrum(re: Array, im: Array) Computes FFT and converts the results to magnitude representation |
|