We performed Linear Convolution, Circular concolution, Auto Correlation, Cross Correlation and Linear Convolution using Circular Convolution.
Linear Convolution : The length of the linear convolution output was equal to
[(length of 1st input signal) + (length of 2nd input signal) -1]
Circular Convolution : The length of the circular convolution output was equal to
[Maximum(length of 1st input signal , length of 2nd input signal)]
Auto Correlation : The two input sequences are the same and the output sequence was
symmetrical.
In Auto Correlation of Delayed input the output was the same as that without delayed input signal.
Cross Correlation : The two input sequences are different and length of the output was
equal to
[(length of 1st input signal) + (length of 2nd input signal) -1]
Cross Correlation with one delayed input gives a delayed output.
Linear Convolution using : The length of the output is equal to or greater than
Circular Convolution [(length of 1st input signal) + (length of 2nd input signal) -1]
When both the inputs in Convolution are Causal the the output is also Causal.
Linear Convolution : https://drive.google.com/open?id=0BwzFGc0wvjNveFVIYUVjY0JreFkCircular Convolution : https://drive.google.com/open?id=0BwzFGc0wvjNvbjYtcnhVSE9CbGM
Correlation : https://drive.google.com/open?id=0BwzFGc0wvjNvdjJnZmNSSHluZzQ
Linear Convolution : The length of the linear convolution output was equal to
[(length of 1st input signal) + (length of 2nd input signal) -1]
Circular Convolution : The length of the circular convolution output was equal to
[Maximum(length of 1st input signal , length of 2nd input signal)]
Auto Correlation : The two input sequences are the same and the output sequence was
symmetrical.
In Auto Correlation of Delayed input the output was the same as that without delayed input signal.
Cross Correlation : The two input sequences are different and length of the output was
equal to
[(length of 1st input signal) + (length of 2nd input signal) -1]
Cross Correlation with one delayed input gives a delayed output.
Linear Convolution using : The length of the output is equal to or greater than
Circular Convolution [(length of 1st input signal) + (length of 2nd input signal) -1]
When both the inputs in Convolution are Causal the the output is also Causal.
Linear Convolution : https://drive.google.com/open?id=0BwzFGc0wvjNveFVIYUVjY0JreFkCircular Convolution : https://drive.google.com/open?id=0BwzFGc0wvjNvbjYtcnhVSE9CbGM
Correlation : https://drive.google.com/open?id=0BwzFGc0wvjNvdjJnZmNSSHluZzQ
If both x[n] and h[n] are causal then the resultant y[n] is also causal.
ReplyDeleteApplication of correlation?
ReplyDeleteAuto correlation can be used in light related applications like laser to measure short duration light pulses.
ReplyDeleteWere the effects of zero padding and aliasing effect observed?
ReplyDeleteAliasing is when the last value of M-1 of y(n) wraps around and gets added with the first M-1 of y(n).
ReplyDeleteZero padding is required to avoid aliasing effect.
ReplyDelete