InverseFourierTrans​form.m

Gets the real time series from the complex Fourier transform.
5.1K 次下载
更新时间 2016/5/4

查看许可证

x = INVERSEFOURIERTRANSFORM(Cx,dF) gives the real time series from the complex Fourier transform taken at the sampling frequency interval dF, via FFT.
The components must be taken only at positive Fourier frequencies, from zero to Nyquist. This is one of the purposes of this simple program and the FOURIERTRANSFORM.M (here at the FEx): only positive frequencies.

The other purpose is for the user to see how to get the same result via complex exponentials or Fourier trigonometric series (sines and cosines), although this methods are slower than FFT.

Another purpose is understand the diference between the components defined by the book of Percival & Walden and the one by Bloomfield.

The M-file comes with the example of the screenshot.

See also:
http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=13327

引用格式

Carlos Adrian Vargas Aguilera (2024). InverseFourierTransform.m (https://www.mathworks.com/matlabcentral/fileexchange/13328-inversefouriertransform-m), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R14SP3
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Discrete Fourier and Cosine Transforms 的更多信息
致谢

启发作品: InverseFourierTransform2.m

Community Treasure Hunt

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

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

Fix bug at line 124
BSD License