필터 지우기
필터 지우기

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
Utkarsha Chinchore 2021년 4월 9일
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