필터 지우기
필터 지우기

analog sinusoidal signal Xa(t) = 3sin (200pi t) .sketch the following Xa(t) for 0 ≤ t ≤ 30

조회 수: 1 (최근 30일)
please can someone help with the matlab code for the sketch signal xa(t) for 0 ≤ t ≤ 30.Thank you

답변 (1개)

Jacob Ziesenis
Jacob Ziesenis 2017년 8월 14일
t = 0:0.01:30; x = 3 * sin(200*pi*t); figure; plot(t,x);

카테고리

Help CenterFile Exchange에서 Convert Image Type에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by