필터 지우기
필터 지우기

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