How to find the Fourier transform X(ω)
Ältere Kommentare anzeigen
Hello world!
I want to find the fourier transform X(ω) of these continuous signals x(t).

Also I want to find the inverse fourier transform of these signal X(ω).

In addition, for each of the above questions, draw the signals x(t) and the spectrums Χ(ω) respectively.
I run this code for first questions but it doesn't work. Can anyone help me?
t =(-1:0.01:1)';
u == unitstep = t>=0;
x = (t.*exp(-3*t)*sin(8*t))*u;
f = fourier(x);
plot(f)
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Discrete Fourier and Cosine Transforms finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!