Monday, 13 March 2017

Laboratory Experience of Discrete time Convolution and Correlation of Digital Signal Processing

       This was the great experience of learning digital signal processing, the aim of this experiment was to study mathematical operations such as linear, circular, convolution linear using circular convolution. I developed a function in C program on Linux terminal to find the LC, CC, LC using CC and verified the output of the program using mathematical time domain method.In linear convolution if both signals are causal then the resultant output signal is also causal.Convolution gives the output of the system, circular convolution gives aliased output.
       Let's come to correlation, it has two types auto -correlation and cross-correlation.An autocorrelated signal is an even signal.Autocorrelation of delayed signal is same as the original signal.The application of correlation is the measurement degree of similarity between two signals, we used Carl's correlation coefficient formula to find the degree of similarity of two signals.