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

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

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))'