This experiment divided into two parts 1)Convolution 2) Correlation
We implemented the program in C using Text Editor and executed it using terminal.
We implemented the program in C using Text Editor and executed it using terminal.
For linear Convolution: 1) Length of the Linear Convolution output signal is N=L+M-1 where L is the length of the input signal x(n), M is the length of second input signal h(n), N is the length of linear convolution output signal.
For Circular Convolution: To find circular convolution select N=Max(L,M) and gives aliased output.
To find LC using CC select N=L+M-1
No comments:
Post a Comment