FourierTransform.m
[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
Citation pour cette source
Carlos Adrian Vargas Aguilera (2024). FourierTransform.m (https://www.mathworks.com/matlabcentral/fileexchange/13327-fouriertransform-m), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
- Signal Processing > Signal Processing Toolbox > Transforms, Correlation, and Modeling > Transforms > Discrete Fourier and Cosine Transforms >
Tags
Remerciements
A inspiré : FourierTransform2.m
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
Version | Publié le | Notes de version | |
---|---|---|---|
1.0.0.0 | Little changes on the submit and the help.
|