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

4 views (last 30 days)
please give me the ans...
  3 Comments

Sign in to comment.

Answers (1)

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

Categories

Find more on Fourier Analysis and Filtering in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!