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

1 view (last 30 days)
please can someone help with the matlab code for the sketch signal xa(t) for 0 ≤ t ≤ 30.Thank you

Answers (1)

Jacob Ziesenis
Jacob Ziesenis on 14 Aug 2017
t = 0:0.01:30; x = 3 * sin(200*pi*t); figure; plot(t,x);

Categories

Find more on Convert Image Type 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!