https://github.com/michelp/pyliquid-dsp
Python CFFI wrapper around liquid-dsp
https://github.com/michelp/pyliquid-dsp
Last synced: 8 months ago
JSON representation
Python CFFI wrapper around liquid-dsp
- Host: GitHub
- URL: https://github.com/michelp/pyliquid-dsp
- Owner: michelp
- License: gpl-3.0
- Created: 2014-04-02T20:10:25.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-01-15T23:16:39.000Z (over 11 years ago)
- Last Synced: 2025-04-29T01:42:11.930Z (about 1 year ago)
- Language: Python
- Size: 154 KB
- Stars: 9
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pyliquid-dsp
============
Python CFFI wrapper around liquid-dsp
Do:
. bootstrap
and then to test:
python -c 'import liquiddsp; liquiddsp.modem.freqmod_print(liquiddsp.modem.freqmod_create(0.1))'