フィルターのクリア

impulse response of a LTI system in Matlab

5 ビュー (過去 30 日間)
JjjO
JjjO 2021 年 4 月 12 日
回答済み: Swetha Polemoni 2021 年 4 月 15 日
Hi I've been learning Matlab for a month and I have no idea how to solve them.
My code works, but the result isn't what I expected.
a=[1,1,1];
b=[0,0,1,-1,1,-1];
x=impseq(0,0,6); n=[0:6];
h=filter(b,a,x);
stem(n,h,'r','LineWidth', 2);
I don't know which part I should fix... please help me.
  2 件のコメント
Jithin Nambiar J
Jithin Nambiar J 2021 年 4 月 12 日
Can you please explain what the question actually is? Do you want to find out the convolution of the sequences?
JjjO
JjjO 2021 年 4 月 12 日
Yes I want to find out the convolution.

サインインしてコメントする。

採用された回答

Swetha Polemoni
Swetha Polemoni 2021 年 4 月 15 日
Hi
You can use "conv" to find convolution.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMatched Filter and Ambiguity Function についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by