mborgerding/kissfft
a Fast Fourier Transform (FFT) library that tries to Keep it Simple, Stupid observed · 2026-08-28
Health v2 · maintenance only
71/100
- Activity 97
- Release rhythm 21
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3234
- days_rel: 315
- days_push: 21
- n_releases_24m: 1
Adoption not part of the score
1972 stars · 362 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
KISS FFT is a mixed-radix Fast Fourier Transform library written in C that supports fixed-point and floating-point data types. It is designed for simplicity, easy integration into C programs, and permissive licensing rather than maximum performance.
Use cases
- compute FFT of audio samples in C
- add a small FFT library to an embedded project
- perform real-optimized FFT for spectrum analysis
- do fast convolution FIR filtering
- generate spectrum images from signals
- use fixed-point Q15/Q31 FFT on DSP hardware
When to choose
- you need a simple, easily embeddable FFT in C
- you need fixed-point FFT support for embedded targets
- trivial licensing matters more than peak performance
- you want multi-dimensional or real FFTs with minimal setup
When to avoid
- you need maximum FFT performance (use FFTW or MKL)
- you need GPU-accelerated transforms
- you need highly optimized SIMD paths beyond basic SSE
Facets
library · maturity stable
math audio-processing image-processing embedded-systems cross-platform c cpp embedded fft dsp signal-processing fixed-point mixed-radix spectrum-analysis algorithms audio
1 source
- readme: https://github.com/mborgerding/kissfft · fetched 2026-08-28 · 08717cce9826
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mborgerding/kissfft | main | 71 |
For agents
markdown · JSON · MCP: product_card(name="mborgerding/kissfft")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem