Clear Filters
Clear Filters

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

5 views (last 30 days)
How to calculate Fourier transform for above figure without using FFT.

Answers (2)

Abhijeet
Abhijeet on 4 Jul 2022
Edited: Abhijeet on 4 Jul 2022

Chunru
Chunru on 4 Jul 2022
Edited: Chunru on 4 Jul 2022
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!