You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
This program is open source code of fast Fourier transform in matlab.
Where y is the input argument and p is the normalized size of the input. Let
y = [1 2 3 4 ];
x= length(y);
m= log2(x);
p= ceil(m);
To call the function use
ft2(y,p);
Cite As
RFM (2026). Fast Fourier Transform Algorithm (https://www.mathworks.com/matlabcentral/fileexchange/13606-fast-fourier-transform-algorithm), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (474 Bytes)
-
No License
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
