I'm new in matlab and I have this function => exp(-t^2) I did the fourier transform
x=sym('exp(-t^2)')
X=fourier(x)
Xf=subs(X,'2*pi*f','w')
I have done the Fourier transform
now i want to compute and plot the amplitude and the phase of this signal !
also how to do it if i have to add two functions for example x=(e^-3t + e^-2t)u(t) ?