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

9 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 = 

Categorie

Scopri di più su Fourier Analysis and Filtering in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by