diff options
author | Alan Aversa <alan.aveNOrsaSP@AMcox.net (remove NO and SPAM)> | 2017-08-25 20:53:34 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-26 07:19:48 +0700 |
commit | 126a77e69f35425d4b28557db8747ad3bc2a106d (patch) | |
tree | ea392479515e03c6e6b3f2c85a06d240c6608d97 /ham/liquid-dsp/README | |
parent | 36b8bebe95c020b9192ac911f94dfc04cb7edf0f (diff) | |
download | slackbuilds-126a77e69f35425d4b28557db8747ad3bc2a106d.tar.gz |
ham/liquid-dsp: Added (SDR DSP library).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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 0000000000..6af9a96dfd --- /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 |