0
7.5kviews
Compute Linear Convolution of causal sequence x(n)={7, 6, 4, 5, 2, 4, 5, 2, 3} and h(n)={1 2 3 1} using fast overlap save method.
1 Answer
0
182views

x(n) = {7, 6, 4, 5, 2, 4, 5, 2, 3}

h(n) = {1, 2, 3, 1}

L+M-1 = 9+4-1 = 12

$\therefore$, $x_1(n)={0, 0, 0, 7, 6, 4, 5}, \\ x_2(n)={6, 4, 5, 2, 4, 5, 2}$

& $x_3(n)={4, 5, 2, 3, 0, 0, 0}$

h(n) = {1, 2, …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.