Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kklobe/gosignal
- Owner: kklobe
- Created: 2018-04-04T12:04:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-06T16:04:21.000Z (over 4 years ago)
- Last Synced: 2024-06-19T16:46:22.223Z (7 months ago)
- Topics: dsp, fft, go, golang, ooura-fft
- Language: Go
- Size: 22.5 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.