easyFFT Easy-to-use Fast Fourier Transform
Conveniently returns the frequency vector along with the FFT.
Input Arguments
- SIG : Input array, signal in time domain, equidistant sampling
- n : Transform length
- dim : Dimension to operate along
- samplerate : Samplig rate of X in Hz
Output Arguments
- Y : Frequency domain representation (fftshift'ed format)
- f : Frequency vector along dim
Usage Example
>> [Y,f] = easyFFT( X, 2^20, 1, 1/dt );
Cite As
Daniel Frisch (2025). easyFFT (https://www.mathworks.com/matlabcentral/fileexchange/75139-easyfft), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0 |