You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
[rC,iC,Fn] = FOURIERTRANSFORM(X,dT) gives the components of the complex Fourier transform, complex(rC,iC), of the real time series X taken at the sampling interval dT (optional) via FFT.
Fn are the respective Fourier frequencies, from zero to Nyquist. This is one of the purposes of this simple program: 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 the FFT.
The M-file comes with the example of the screenshot.
See also INVERSEFOURIERTRANSFORM.M:
http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=13328
Cite As
Carlos Adrian Vargas Aguilera (2026). FourierTransform.m (https://uk.mathworks.com/matlabcentral/fileexchange/13327-fouriertransform-m), MATLAB Central File Exchange. Retrieved .
Acknowledgements
Inspired: FourierTransform2.m
General Information
- Version 1.0.0.0 (6.56 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 | Little changes on the submit and the help.
|