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.
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.
Circular convolution gives aliased output
ReplyDeleteZero padding is used in circular convolution
ReplyDeleteLinear convolution is easy to compute in time domain
ReplyDeleteConvolution is used to find the output.
ReplyDeleteThe lengths of input signals are used to calculate the length of output signal
ReplyDeleteCorrelation gives degree of similarity of two signals
ReplyDeleteWhen going for circular convolution always select N = Max(L,M)
ReplyDelete