How to calculate Fourier transform for exponential function without using FFT.

12 次查看(过去 30 天)
How to calculate Fourier transform for above figure without using FFT.

回答(2 个)

Abhijeet
Abhijeet 2022-7-4
编辑:Abhijeet 2022-7-4

Chunru
Chunru 2022-7-4
编辑:Chunru 2022-7-4
syms x
f(x) = exp(-x.^2)
f(x) = 
y = fourier(f)
y = 

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by