ARM-software/CMSIS-DSP
CMSIS-DSP embedded compute library for Cortex-M and Cortex-A observed · 2026-08-28
Health v2 · maintenance only
96/100
- Activity 97
- Release rhythm 93
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 0
- age_days: 1554
- days_rel: 48
- days_push: 19
- n_releases_24m: 2
Adoption not part of the score
1073 stars · 242 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
CMSIS-DSP is ARM's optimized embedded compute library providing DSP and math kernels for Cortex-M and Cortex-A processors, including FFT, filtering, matrix operations, statistics, and classical ML kernels. It supports multiple datatypes (f64/f32/f16/q31/q15/q7) with vectorized variants for Helium and Neon, plus a NumPy-compatible Python wrapper for prototyping.
Use cases
- implement FFT on a Cortex-M microcontroller
- run digital filters on embedded ARM hardware
- do matrix math with fixed-point arithmetic on MCU
- deploy classical ML like SVM on embedded devices
- prototype DSP algorithms in Python then port to C
- compute MFCC features on microcontroller
- optimize math kernels with Neon on Cortex-A
When to choose
- you're developing on ARM Cortex-M or Cortex-A and need optimized math/DSP kernels
- you need fixed-point (q7/q15/q31) or half-float support for resource-constrained MCUs
- you want a Python prototyping path that maps closely to the C API
- you need vectorized performance via Helium or Neon
When to avoid
- you're targeting non-ARM platforms like x86 or RISC-V
- you need general-purpose desktop/server math libraries like NumPy or Eigen
- you need deep learning inference rather than classical DSP/ML kernels
Facets
library · maturity stable
machine-learning math image-processing audio-processing sdk embedded-systems machine-learning embedded cpp python cross-platform dsp fft digital-signal-processing fixed-point-arithmetic arm-cortex-m arm-cortex-a neon helium filters matrix-math cmsis microcontrollers numpy algorithms signal-processing
2 sources
- readme: https://github.com/ARM-software/CMSIS-DSP · fetched 2026-08-28 · 6221e6e51d5b
- homepage: https://arm-software.github.io/CMSIS-DSP · fetched 2026-08-29 · 99f4bd5f1f14
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ARM-software/CMSIS-DSP | main | 96 |
For agents
markdown · JSON · MCP: product_card(name="ARM-software/CMSIS-DSP")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem