フィルターのクリア

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

4 ビュー (過去 30 日間)
vahid torabi
vahid torabi 2014 年 12 月 20 日
コメント済み: vahid torabi 2014 年 12 月 20 日
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);
???
  1 件のコメント
vahid torabi
vahid torabi 2014 年 12 月 20 日
I want to plot Y1 ; how about the horizontal axis?

サインインしてコメントする。

その他の回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by