README 604 B

123456789101112
  1. liquid-dsp is a free and open-source digital signal processing (DSP)
  2. library designed specifically for software-defined radios on embedded
  3. platforms. The aim is to provide a lightweight DSP library that does not
  4. rely on a myriad of external dependencies or proprietary and otherwise
  5. cumbersome frameworks. All signal processing elements are designed to be
  6. flexible, scalable, and dynamic, including filters, filter design,
  7. oscillators, modems, synchronizers, and complex mathematical operations.
  8. Note: your CPU must support SSE3 instructions, for a list please see
  9. https://en.wikipedia.org/wiki/SSE3