add SigLib

This commit is contained in:
Dmitry Murzinov 2023-02-04 09:40:00 +03:00
parent 07e5804bc2
commit a4aaf390d2

View File

@ -229,6 +229,7 @@ Permanent URL to this list: https://github.com/iDoka/awesome-embedded-software
* [pocketfft](https://github.com/mreineck/pocketfft) - Heavily modified implementation of FFTPack.
* [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).
### Compression