0
10kviews
Compute the circular convolution of x(n){2,1,2,1}and h(n)={1,2,3,4,}by using FFT-IFFT method.
1 Answer
2
1.0kviews

Calculate DFT of x(n)by DIT-FFT

enter image description here

Calculate DFT of h(n)by DIT-FFT

enter image description here

We know that convolution in time domain is equivalent to multiplication in frequency domain

Y(k)=X(k).H(k)

={60 ,0,-4,0}

Now, calculate IDFT of Y(k)by IDIT-FFT

enter image description here

y(n)={14,16,14,16}

Please log in to add an answer.