diff options
Diffstat (limited to 'ham/liquid-dsp/README')
-rw-r--r-- | ham/liquid-dsp/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ham/liquid-dsp/README b/ham/liquid-dsp/README new file mode 100644 index 000000000000..6af9a96dfd9d --- /dev/null +++ b/ham/liquid-dsp/README @@ -0,0 +1,11 @@ +liquid-dsp is a free and open-source digital signal processing (DSP) +library designed specifically for software-defined radios on embedded +platforms. The aim is to provide a lightweight DSP library that does not +rely on a myriad of external dependencies or proprietary and otherwise +cumbersome frameworks. All signal processing elements are designed to be +flexible, scalable, and dynamic, including filters, filter design, +oscillators, modems, synchronizers, and complex mathematical operations. + +Note: your CPU must support SSE3 instructions, for a list please see + + https://en.wikipedia.org/wiki/SSE3 |