fft-windowing

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

Usage no npm install needed!

<script type="module">
  import fftWindowing from 'https://cdn.skypack.dev/fft-windowing';
</script>

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