0
1.8kviews
Convolve the sequences shown in the following figure using circular convolution.

enter image description here Subject : Signals & Systems

Topic : Continuous Time Fourier Transform (CTFT) and Discrete Time Fourier Transform (DTFT).

Difficulty: Medium

1 Answer
0
10views

g[n] = {1 2 0 1}

h[n] = {2 2 1 1}

According to the definition of circular convolution, $\sum_{n=0}^{N-1}[x_1 (n)].x_2 ((m-n))_N ----------- 1 $

Here given sequences are g(n) and h(n). The length of sequence is 4 that means N = 4. Thus equation 1 becomes

$\sum_{n=0}^{3} [g(n)]. h((m-n))_4 …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.