Mixed-Radix Fast Fourier Transform is a lightweight, pure C Fast Fourier Transform (FFT) library designed for efficient signal processing across diverse input sizes. It implements a mixed-radix algorithm for lengths factorable by small primes (e.g., 2, 3, 4, 5, 7, 8) and Bluestein’s algorithm for arbitrary lengths.
-
Updated
Mar 11, 2025 - C