UNPKG

fft-windowing

Version:

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

36 lines (35 loc) 688 B
{ "name": "fft-windowing", "version": "0.1.4", "description": "Applies a windowing function to an array of data, making it ready to be FFT'd.", "main": "windowing.js", "author": "Richard Eoin <richardeoin@gmail.com>", "devDependencies": { "plotter": "0.3.x", "underscore": "1.4.x" }, "keywords": [ "fft", "fourier", "windowing", "hann", "hamming", "cosine", "lanczos", "gaussian", "tukey", "blackman", "exact_blackman", "kaiser", "nuttall", "blackman_harris", "blackman_nuttall", "flat_top" ], "repository": { "type": "git", "url": "https://github.com/richardeoin/nodejs-fft-windowing" }, "license": "MIT", "engine": "node >= 0.9.4" }