From 2a779c2dbb6e71dd2826d2fd6d7f2ab401de32db Mon Sep 17 00:00:00 2001 From: Dmitry Murzinov Date: Sat, 22 Apr 2023 13:12:33 +0300 Subject: [PATCH] add DSP library for signal processing (lsp-dsp-lib) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 499fbfa..46d150d 100644 --- a/README.md +++ b/README.md @@ -240,6 +240,8 @@ Permanent URL to this list: https://github.com/iDoka/awesome-embedded-software * [KISS FFT](https://github.com/mborgerding/kissfft) - Mixed-radix Fast Fourier Transform based up on the principle, "Keep It Simple, Stupid". * [CMSIS-DSP](https://github.com/ARM-software/CMSIS-DSP) - Embedded compute library for Cortex-M and Cortex-A. * [SigLib](https://github.com/Numerix-DSP/siglib) - Digital Signal Processing and Machine Learning Library (x86, Cortex-A and Cortex-M, RISC-V, DSPs from TI, ADI etc). +* [lsp-dsp-lib](https://github.com/lsp-plugins/lsp-dsp-lib) - DSP library for digital signal processing provides set of functions that perform SIMD-optimized computing on several hardware architectures. All functions currently operate on IEEE-754 single-precision floating-point numbers. + ### Compression