DSPP experiment 1

Our first experiment was based on linear convolution ,circular convolution and linear convolution using circular convolution.
1.In linear convolution ,the length of the output signal comes out to be L+M-1,where L and M are lengths of two signals.
2.Whereas in circular convolution,we get aliased output.In circular convolution we get the overlapped values with reference to result of linear convolution.
3.and in linear convolution using circular convolution ,
we select N>=L+M-1.

Comments

  1. Circular convolution gives aliased output

    ReplyDelete
  2. Zero padding is used in circular convolution

    ReplyDelete
  3. Linear convolution is easy to compute in time domain

    ReplyDelete
  4. Convolution is used to find the output.

    ReplyDelete
  5. The lengths of input signals are used to calculate the length of output signal

    ReplyDelete
  6. Correlation gives degree of similarity of two signals

    ReplyDelete
  7. When going for circular convolution always select N = Max(L,M)

    ReplyDelete

Post a Comment

Popular posts from this blog

FIR filter design using the FSM approach.

Butterworth Filter Design

Chebyshev Filter Design