Azzera filtri
Azzera filtri

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

6 visualizzazioni (ultimi 30 giorni)
How to calculate Fourier transform for above figure without using FFT.

Risposte (2)

Abhijeet
Abhijeet il 4 Lug 2022
Modificato: Abhijeet il 4 Lug 2022

Chunru
Chunru il 4 Lug 2022
Modificato: Chunru il 4 Lug 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!

Translated by