Description: This does convolution of two sequences in stepwise manner according to normal understanding.
sigfold.m:-fips signal 1..and changes n accordingly.
sigshift.m:-shifts flipped signal from left to right to cover all overlapping
sigmulti.m:-multiplies two signals at each instant of overlapping
convolution.m:-it finally calculates the sum of the product
To Search:
File list (Check if you may need any files):
lab2-conv\convolution.asv
.........\convolution.m
.........\sigfold.m
.........\sigmulti.asv
.........\sigmulti.m
.........\sigshift.asv
.........\sigshift.m
.........\test.asv
.........\test.m
lab2-conv