Azzera filtri
Azzera filtri

How to transform y1(t) to Y1(S) in frequency domain.

4 visualizzazioni (ultimi 30 giorni)
By using of Fast Fourier Transform (FFT) in MATLAB,I want to transform y1(t) to Y1(S) in frequency domain.
How can I do that?
I have the y1(t) in workspace as .mat data.
I've attached a .JPG file.
Thank you so much

Risposta accettata

Image Analyst
Image Analyst il 20 Dic 2014
Did you try
Y1 = fft(y1);
???

Più risposte (0)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by