How to calculate Fourier transform for exponential function without using FFT.
显示 更早的评论

How to calculate Fourier transform for above figure without using FFT.
回答(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)
类别
在 帮助中心 和 File Exchange 中查找有关 Fourier Analysis and Filtering 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
