Function to find the linear convolution between two sequences x(n) and h(n) in C++ language.
This module helps in finding the linear convolution between two sequences x(n) and h(n).
The module is written in the C++ programming language. And uses only one header file bits/stdc++.h which includes all the standard libraries.
The module can be used in different signal processing projects in order to do convolution in between two signals.
Moreover, convolution has many other applications like edge detection, image compression, etc. and this all applications this module can be used for convolution different signals or sequences.
Submitted by Preet Rajpara (Preet)
Download packets of source code on Coders Packet
Comments