Two Matlab Functions for Understanding How Fast Fourier Transform Works

版本 1.2.0.0 (805.5 KB) 作者: Zhigang Xu
Two m-functions, sfft and sifft, are supplied as plain text counterparts to the Matlab binary built-
718.0 次下载
更新时间 2014/2/10

查看许可证

Matlab has fft and ifft already to fast calculate discrete Fourier transform and its inverse. However they are binary built-in functions, hence their codes are not visible, which is not helpful to someones who want to understand how FFT works. For teaching and learning purposes, I think we should also have a pair of their readable counterparts, written and stored in plain text (the so-called the Matlab m-functions), which we can step through during their executions. I searched Mathworks file exchange center but did not find any one had contributed such m-functions. Therefore I hope that the m-functions that I am going to contribute will be welcome to the Matlab user community.

To avoid name conflicting, I name my pair of functions sfft and sifft. Using letter s as a prefix is learnt from Professor Gilbert Strang in MIT, who presented slu as readable counterpart to the Matlab built-in function lu for lower and upper triangular matrix factorization I do not know why he chose s at the first place. Perhaps it was derived from the word script, something written in text.

引用格式

Zhigang Xu (2024). Two Matlab Functions for Understanding How Fast Fourier Transform Works (https://www.mathworks.com/matlabcentral/fileexchange/43801-two-matlab-functions-for-understanding-how-fast-fourier-transform-works), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2013a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Fourier Analysis and Filtering 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.2.0.0

Typos in the document are corrected.

1.1.0.0

Corrected a typo in the description.

1.0.0.0