How to calculate Fourier transform for exponential function without using FFT.
Ältere Kommentare anzeigen

How to calculate Fourier transform for above figure without using FFT.
Antworten (2)
Hi, sharmin
I have attached some useful hyperlinks to calculate "Fourier transform" without using FFT.
I kindly encourage you to visit them :
syms x
f(x) = exp(-x.^2)
y = fourier(f)
Kategorien
Mehr zu Fourier Analysis and Filtering finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
