Borrar filtros
Borrar filtros

Matlab code for cos(200*pi*t-pi/6 ) and plot the signal. Also plot its frequency and phase spectrum

14 visualizaciones (últimos 30 días)
please give me the ans...
  3 comentarios

Iniciar sesión para comentar.

Respuestas (1)

Utkarsha Chinchore
Utkarsha Chinchore el 9 de Abr. de 2021
t=0:0.0001:0.01;
x=cos(200*pi*t-pi/6);
plot(t,x);

Categorías

Más información sobre Spectral Measurements en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by