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

3 views (last 30 days)
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

Accepted Answer

Image Analyst
Image Analyst on 20 Dec 2014
Did you try
Y1 = fft(y1);
???

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!