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.
72 Downloads
Updated Wed, 15 Aug 2018 15:18:36 +0000

View License

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

Cite As

Ashutosh Rout (2024). Linear Convolution without using conv(A, B) (https://www.mathworks.com/matlabcentral/fileexchange/68496-linear-convolution-without-using-conv-a-b), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2016a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0