alexferl / dsp

Digital Signal Processing in V

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dsp

dsp is a digital signal processing module for the V programming language.

Modules

  • utils - utilities and data structures
  • fft - fast Fourier transform
  • spectral - power spectral density functions (e.g., Pwelch)
  • window - window functions (e.g., Hamming, Hann, Bartlett)

Credits

Ported from go-dsp.

About

Digital Signal Processing in V

License:MIT License


Languages

Language:V 98.8%Language:Makefile 1.2%