https://github.com/pothosware/pothosliquiddsp
Pothos toolkit for liquid DSP processing cores
https://github.com/pothosware/pothosliquiddsp
bindings demodulation dsp liquid-dsp modulation pothos pothos-framework radio
Last synced: about 1 month ago
JSON representation
Pothos toolkit for liquid DSP processing cores
- Host: GitHub
- URL: https://github.com/pothosware/pothosliquiddsp
- Owner: pothosware
- License: bsl-1.0
- Created: 2017-03-27T19:23:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-18T12:14:35.000Z (9 months ago)
- Last Synced: 2025-03-26T06:43:17.946Z (about 2 months ago)
- Topics: bindings, demodulation, dsp, liquid-dsp, modulation, pothos, pothos-framework, radio
- Language: Python
- Homepage: https://github.com/pothosware/PothosLiquidDSP/wiki
- Size: 82 KB
- Stars: 9
- Watchers: 16
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE_1_0.txt
Awesome Lists containing this project
README
# Block toolkit for Liquid DSP processing cores
This toolkit wraps Pothos blocks around the Liquid DSP library.
Blocks are generated from the liquid DSP include header
and a file describing the available functions and parameters.## Dependencies
* Pothos library
* Liquid DSP - https://github.com/jgaeddert/liquid-dsp/## Building and installing
configure, build, and install with CMake
## Licensing information
Use, modification and distribution is subject to the Boost Software
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)