MATLAB implementation of the split‑radix FFT algorithm written in a recursive style. In this example the function is designed for inputs whose length is a power of 2. We then provide a short test script using an 8‑point input (which you might call “8‑bit input” in the sense of an 8‑sample vector). (If your input values are 8‑bit integers, MATLAB will automatically convert them to double precision before performing arithmetic.)
The split‑radix FFT algorithm “improves” upon the DIT Radix‑2 FFT in that it reduces the total number of arithmetic operations. This efficiency gain is most pronounced when NNN is large and a power of two.
인용 양식
Vasim babu M (2025). FFT computed by the custom split‑radix FFT algorithm (https://www.mathworks.com/matlabcentral/fileexchange/180094-fft-computed-by-the-custom-split-radix-fft-algorithm), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R2024b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux태그
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!버전 | 게시됨 | 릴리스 정보 | |
---|---|---|---|
1.0.0 |