Skip to main content

Discrete Convolution and Correlations

We performed this experiment in two parts which included Discrete Convolution (expo 1 a) and Discrete Correlation (expt 1 b).We calculated the output manually in journal and with a c program which was executed and run on Linux os and we observed that the length of Linearly Convolved output signal was N=L+M-1 while that of Circularly Convolved output signal was Max(L,M) where L & M are length of input signals.Also circular convolution gives aliased(overlapped) output. In Discrete Correlation when the input signals are delayed auto-correlation of delayed input signal is same as that of original signal while Cross-Correlation of input with delayed input signal is same as that of auto correlated  delayed input signal. In Convolution we find the output of the system while in Correlation we find similarity between two signals.

Comments

Post a Comment

Popular posts from this blog

Basic Operations on DSP processor

After knowing the concepts of Digital signal processing, now it was time to apply those concepts on the dsp kit. In this experiment, we were given a general overview of programming on a dsp kit in assembly level language. The DSP kit used was TMS320f28375. Basic arithmetical​,logical and shifting Operations were performed on the kit. The instructions for above operations were implemented and register values before and after the execution were observed and noted down.