This is the function of doing discrete convolution in matlab. The problem with the existing "conv" function of Matlab is that it can not display the negative indexes of the resulted output sequence. But with this Function we can also calculate and can display the negative indexes of the output signal.
This code is for purely learning purposes
Feel free to ask Questions
The other good thing about this function is that it automatically set the axis of the output ,input and impulse sequences in accordance with your given values and the resulted output.
This code is for purely learning purposes
Feel free to ask Questions

