Linear Convolution without using conv(A, B)

It is a basic operation to calculate the output for any linear time invariant system given its input and its impulse response.

您现在正在关注此提交

Enter x
[1 2 3 4 5]
Enter the lower limit:
-1
Enter the upper limit:
3
Enter h:
[1 2 3]
Enter the lower limit:
-2
Enter the upper limit:
0
x(n) is:
1 2 3 4 5

h(n) is:
1 2 3

y(n) is:
1 4 10 16 22 22 15

引用格式

Ashutosh Rout (2026). Linear Convolution without using conv(A, B) (https://ww2.mathworks.cn/matlabcentral/fileexchange/68496-linear-convolution-without-using-conv-a-b), MATLAB Central File Exchange. 检索时间: .

标签

添加标签

Add the first tag.

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.0