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

4 次查看(过去 30 天)
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

采纳的回答

Image Analyst
Image Analyst 2014-12-20
Did you try
Y1 = fft(y1);
???

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Fourier Analysis and Filtering 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by