Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

fft-windowing

richardeoin1.7kMIT0.1.4

Applies a windowing function to an array of data, making it ready to be FFT'd.

fft, fourier, windowing, hann, hamming, cosine, lanczos, gaussian, tukey, blackman, exact_blackman, kaiser, nuttall, blackman_harris, blackman_nuttall, flat_top

readme

nodejs-fft-windowing applies a windowing function to an array of data, making it ready to be FFT'd.

Installation

If you have npm installed, just run:

npm install fft-windowing

Usage

The following windows are available:

hann hamming cosine lanczos gaussian tukey blackman exact_blackman kaiser nuttall blackman_harris blackman_nuttall flat_top

LICENSE

MIT