Filter löschen
Filter löschen

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

4 Ansichten (letzte 30 Tage)
vahid torabi
vahid torabi am 20 Dez. 2014
Kommentiert: vahid torabi am 20 Dez. 2014
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

Akzeptierte Antwort

Image Analyst
Image Analyst am 20 Dez. 2014
Did you try
Y1 = fft(y1);
???

Weitere Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by