Part one: Convolution
Convolution is used to find output of the system.
We calculated
- Linear convolution
- Circular convolution
- Linear convolution using circular convolution.
Learnings from experiment:
- In linear convolution, length of output signal is one less than the addition of length of both input signals.
- In circular convolution:
2) Last few values are aliased on initial few values. Hence we get aliased output.
Part two: Correlation
Correlation is used to find the degree of similarity between two signals.
We calculated
- Autocorrelation
- Cross-correlation
- Autocorrelation is an even signal.
- Autocorrelation of delayed input signal is same as that of autocorrelation of original input signal.
- Cross-correlation of input signal with delayed input signal is same as advanced autocorrelated input signal.
- In cross-correlation of scaled input signal, output is scaled by same factor as that of input signal.
Very systematic explanation.
ReplyDeleteThank you!
Deletecorrelation gives the similarity between two signals.
ReplyDeleteYes. It compares both signals and gives degree of similarity between them.
DeleteAuto correlation results give energy of the signal at 0th value
DeleteCircular convolution gives aliased output.
ReplyDeleteYes,circular convolution of two finite-length sequences is equivalent to the linear convolution of the two sequences, followed by time aliasing.
DeleteVery well written
ReplyDeleteThank you!
Delete