(input given as ?[?] = {1, 2,3} impulse given as ℎ[?] = {4,5,6} for 0 ≤ ? ≤ 2.) there is an error in my output..in sketching of y[n], we required a discrete in time signal but my output signal is continuous as seen clearly in screenshot below

1 回表示 (過去 30 日間)
Umar Bhai
Umar Bhai 2019 年 5 月 28 日
コメント済み: Umar Bhai 2019 年 5 月 28 日
n = 0:2; x =[1 2 3]; h=[4 5 6]; y=conv(x,h);
plot(y) xlabel('time axis'); title('output of a system'); ylabel('y axis')
Capture.PNG

採用された回答

KALYAN ACHARJYA
KALYAN ACHARJYA 2019 年 5 月 28 日

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSignal Processing Toolbox についてさらに検索

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by