(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 天)
显示 更早的评论
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')
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Signal Processing Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!