how can convert time domain to frequency domain

1 visualización (últimos 30 días)
Muhammad Ismail
Muhammad Ismail el 22 de En. de 2021
Respondida: Walter Roberson el 22 de En. de 2021
hi i have problem to convert this time domain to frequency domain please help me
t = [ 0 : 0.001 : 3 ]';
x= 0.7*sin(2*pi*1*t)+0.1*sin(2*pi*50*t);
plot(t,x);
xlabel ("Time in Seconds");
title ("noise signal");
ylabel ("volt"); signal into

Respuestas (1)

Walter Roberson
Walter Roberson el 22 de En. de 2021
See fft and in particular the first example to see how to label the frequency bins

Etiquetas

Productos


Versión

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by