Effacer les filtres
Effacer les filtres

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

4 vues (au cours des 30 derniers jours)
vahid torabi
vahid torabi le 20 Déc 2014
Commenté : vahid torabi le 20 Déc 2014
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

Réponse acceptée

Image Analyst
Image Analyst le 20 Déc 2014
Did you try
Y1 = fft(y1);
???
  1 commentaire
vahid torabi
vahid torabi le 20 Déc 2014
I want to plot Y1 ; how about the horizontal axis?

Connectez-vous pour commenter.

Plus de réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by