Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kklobe/gosignal

Signal processing packages for Go
https://github.com/kklobe/gosignal

dsp fft go golang ooura-fft

Last synced: about 1 month ago
JSON representation

Signal processing packages for Go

Awesome Lists containing this project

README

        

# gosignal

Some digital signal processing packages for Go.

## Packages

* **[fftsg](https://github.com/kklobe/gosignal/tree/master/fftsg)** - pure Go port of [Ooura FFT's](http://www.kurims.kyoto-u.ac.jp/~ooura/fft.html) fftsg.c.
* **[fftsgh](https://github.com/kklobe/gosignal/tree/master/fftsgh)** - pure Go port of [Ooura FFT's](http://www.kurims.kyoto-u.ac.jp/~ooura/fft.html) fftsg_h.c.