dsp-kit

Digital Signal Processing

npm install dsp-kit

This module is a facade of some of the dsp-kit modules. Currently it exposes:

  • array: create and manipulate arrays
  • fft: fast fourier transform functions
  • spectrum: manipulate the result of the fourier transform
  • fftshift: perform zero phase fft shifting
  • noise: generate noise signals
  • window: several windowing functions
Source: