Holooly Plus Logo

Question 24.31: If f[n] is the finite sequence 7. -1 and g[n] is the finite ......

If f[n] is the finite sequence 7. -1 and g[n] is the finite sequence 4, 2, -7 use circular convolution with padded zeros to obtain the linear convolution f * g.

Step-by-Step
The 'Blue Check Mark' means that this solution was answered by an expert.
Learn more on how do we answer questions.

Their linear convolution is a sequence of length 2 + 3—1=4.
We pad f and g to give sequences of length 4.

f[n]=7,-1,0,0 \text { and } g[n]=4,2,-7,0

Then, either by direct calculation or by using a computer package you can verify that

F[k]=6,7+\mathrm{j}, 8,7-\mathrm{j} \quad \text { and } \quad G[k]=-1,11-2 \mathrm{j},-5,11+2 \mathrm{j}

Then

F[k] G[k]=-6,79-3 \mathrm{j},-40,79+3 \mathrm{j}

Then taking the inverse d.f.t. gives

\mathcal{D}^{-1}\{F[k] G[k]\}=28,10,-51,7

which is the required linear convolution. You should verify this by calculating the linear convolution directly.

Related Answered Questions

Question: 24.9

Verified Answer:

Amplitude modulation is a technique that allows au...
Question: 24.35

Verified Answer:

It is straightforward but tedious to show that the...
Question: 24.34

Verified Answer:

Either directly from the definition of the d.f.t.,...
Question: 24.29

Verified Answer:

First we find the corresponding d.f.t.s, F[k] and ...