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

2 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)

Categories

Find more on Fourier Analysis and Filtering in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!