Borrar filtros
Borrar filtros

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

5 visualizaciones (últimos 30 días)
How to calculate Fourier transform for above figure without using FFT.

Respuestas (2)

Abhijeet
Abhijeet el 4 de Jul. de 2022
Editada: Abhijeet el 4 de Jul. de 2022

Chunru
Chunru el 4 de Jul. de 2022
Editada: Chunru el 4 de Jul. de 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