Fixed Point Radix-4 FFT

버전 1.0.0.1 (66.8 KB) 작성자: Mike Donovan
These functions compute a fixed point radix-4 FFT.You can generate C code from this m-code.
다운로드 수: 4.7K
업데이트 날짜: 2016/9/1

라이선스 보기

Radix-4 FFT Test Script
This file runs three versions of a Radix-4 FFT written in MATLAB:
radix4FFT1_Float.m computes a radix-4 FFT for floating point data types

radix4FFT2_FixPt.m computes a fixed point radix-4 FFT (requires Fixed Point Toolbox)

radix4FFT3_FixPtEML.m is an Embedded MATLAB version of the radix-4 FFT that can be used in Simulink. You can also generate C code for this code (using Real Time Workshop). This version can also be compiled into a MEX'd executable that runs significantly faster than the fixed point code.

인용 양식

Mike Donovan (2024). Fixed Point Radix-4 FFT (https://www.mathworks.com/matlabcentral/fileexchange/22326-fixed-point-radix-4-fft), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2008b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

MLCentral/html/

버전 게시됨 릴리스 정보
1.0.0.1

Updated license

1.0.0.0