dsp-kit

0.0.1 • Public • Published

dsp-kit

Digital Signal Processing

npm install dsp-kit

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

  • dft: discrete fourier transform functions
  • fft: fast fourier transform functions
  • buffer: create and manipulate buffers

Example

const dsp = require('dsp-kit')
const signal = dft.buffer.generate(1024, (x) => Math.sin(x))
dsp.fft.forward(signal)

Package Sidebar

Install

npm i dsp-kit

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • danigb