Effacer les filtres
Effacer les filtres

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

14 vues (au cours des 30 derniers jours)
please give me the ans...
  3 commentaires

Connectez-vous pour commenter.

Réponses (1)

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

Community Treasure Hunt

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

Start Hunting!

Translated by