impulse response of a LTI system in Matlab
3 次查看(过去 30 天)
显示 更早的评论
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
2021-4-12
Can you please explain what the question actually is? Do you want to find out the convolution of the sequences?
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Type Identification 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!