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

1 visualización (últimos 30 días)
vahid torabi
vahid torabi el 20 de Dic. de 2014
Comentada: vahid torabi el 20 de Dic. de 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

Respuesta aceptada

Image Analyst
Image Analyst el 20 de Dic. de 2014
Did you try
Y1 = fft(y1);
???

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by