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

3 ビュー (過去 30 日間)
Theman JIrnadu
Theman JIrnadu 2017 年 8 月 14 日
回答済み: Jacob Ziesenis 2017 年 8 月 14 日
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 Center および File ExchangeCorrelation and Convolution についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by