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

14 次查看(过去 30 天)
please give me the ans...
  3 个评论

请先登录,再进行评论。

回答(1 个)

Utkarsha Chinchore
t=0:0.0001:0.01;
x=cos(200*pi*t-pi/6);
plot(t,x);

类别

Help CenterFile Exchange 中查找有关 Spectral Measurements 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by