Monday, 13 March 2017

Lab No.1: Convolution and Correlation

Convolution gives the output of the system, whereas Correlation gives the degree of similarity between two signals.
Autocorrelation signal is an Even signal and autocorrelation of delayed signal is same as that of original signal.
Cross correlation of input signal with delayed version of this input signal is same as that of autocorrelation of this original input signal. Correlation is helpful in finding the degree of similarity between two signals.

10 comments:

  1. In transform domain, convolution is obtained by multiplication

    ReplyDelete
  2. Convolution is used to find output.

    ReplyDelete
  3. Correlation is widely used in real time signal & image processing application

    ReplyDelete
  4. correlation is used to find the degree of similarity between 2 signals

    ReplyDelete
  5. Convolution is used to find output of the signal

    ReplyDelete
  6. What is the significance of the output signal at n=0 of autocorrelation signal?

    ReplyDelete
  7. Length of output signal in autocorrelation will be N=L+M-1 where L and M are lengths of input signals

    ReplyDelete
  8. The experiment was performed by executing C program.Linear convolution gives output of a system

    ReplyDelete
  9. Linear Convolution can be performed using Circular convolution algorithm.

    ReplyDelete
  10. The output of the convolution has the length L+M-1 (where L = Length of x[n] , M = Length of h[n] ).

    ReplyDelete

Lab No.10: Signal Processing Application

The Morse code is a simple and versatile technique for sending of text messages, mainly using wireless media. The Morse communication was u...