- Packs
- CMSIS-DSP
CMSIS-DSP
1.17.0-
Pack Type
Software Pack
CMSIS Embedded Compute Library
-
Add to CMSIS Solution
packs:- pack: ARM::CMSIS-DSP@1.17.0
Add with cpackget
> cpackget add ARM::CMSIS-DSP@1.17.0
Download
ARM.CMSIS-DSP.1.17.0.packRepository
CMSIS-DSPOverview
CMSIS-DSP is an optimized compute library for embedded systems (DSP is in the name for legacy reasons). It provides optimized compute kernels for Arm Cortex-M and Cortex-A. Different variants are available according to the core and most of the functions are using a vectorized version when vector instructions are available:
Vector instructions can provide a huge boost to the performances of an algorithm.
This CMSIS-Pack contains the CMSIS-DSP library.
CMSIS-DSP Kernels
Kernels provided by CMSIS-DSP (list not exhaustive):
- Basic mathematics (real, complex, quaternion, linear algebra, fast math functions)
- DSP (filtering like FIR, Biquad, IIR ...)
- Transforms (CFFT, RFFT, MFCC ...)
- Statistics
- Classical ML (Support vector machine, distance functions for clustering ...)
Kernels are provided with several data types: f64, f32, f16, q31, q15, q7.
CMSIS-DSP and Python
A Python package is available for CMSIS-DSP. It provides access to CMSIS-DSP functions (including fixed point) from Python with NumPy compatibility.
Links