Convolution MCQ Quiz - Objective Question with Answer for Convolution - Download Free PDF

Last updated on Mar 23, 2025

Latest Convolution MCQ Objective Questions

Convolution Question 1:

What is the length of the linear convolution of two sequences of length M and N?

  1. M * N
  2. M + N - 1
  3. M + N
  4. M * N - 1

Answer (Detailed Solution Below)

Option 2 : M + N - 1

Convolution Question 1 Detailed Solution

Concept

In digital signal processing, convolution is a mathematical operation that combines two sequences to produce a third sequence. The length of the linear convolution of two sequences depends on the lengths of the individual sequences. If the lengths of the two sequences are M and N, respectively, the length of their linear convolution is given by:

Length = M + N - 1

Convolution Question 2:

What is the convolution of the following two signals?

\(\rm x(t)=\left\{\begin{matrix}1,&-1 and h(t) = δ(t + 1) + 2δ(t + 2)

  1. y(t) = x (t + 1) + 2x (t - 2)
  2. y(t) = x (t - 1) + 2x (t + 2)
  3. y(t) = x (t + 1) + 2x (t + 2)
  4. y(t) = x (t - 1) + 2x (t - 2)

Answer (Detailed Solution Below)

Option 3 : y(t) = x (t + 1) + 2x (t + 2)

Convolution Question 2 Detailed Solution

Given signal

\(\rm x(t)=\left\{\begin{matrix}1,&-1

F1 Madhuri Engineering 10.05.2022 D1

h(t) = δ(t + 1) + 2δ(t + 2)

F1 Madhuri Engineering 10.05.2022 D2

According to convolution property of impulse

x(t) ⋆ δ(t - t0) = x(t - t0)

∴ x(t) ⋆ h(t) = x(t) ⋆ [δ(t + 1) + 2δ(t + 2)]

= x(t + 1) + 2x(t + 2)

Therefore, correct option is (3)

Convolution Question 3:

The convolution between the two sequences x1 (n) = [1, 2, 3] and x2 (n) = [3, 2, 1] is _______.

  1. y(n) = [1, 2, 3, 2, 1]
  2. y(n) = [3, 12, 36, 12, 3]
  3. y(n) = [ 3, 8, 14, 8, 3]
  4. y(n) = [ 4, 4, 4]

Answer (Detailed Solution Below)

Option 3 : y(n) = [ 3, 8, 14, 8, 3]

Convolution Question 3 Detailed Solution

Concept:

Convolution is a mathematical operation on two functions that produces a third function that expresses how the shape of one is modified by the other.

The term convolution refers to both the result function. It is a mathematical way of combining two signals to form a third signal.

It is the single most important technique in Digital Signal Processing. Tabular Method is one of the methods to solve it.

x1 (n)  =  [a1, a2, a3

x2 (n)  =  [b1, b2, b3]

x1 (n) x2 (n) a1 a2
b1 a1 × b1 a2 × b1
b2 a1 × b2 a2 × b2

 

Calculation:

x1 (n)  =  [1, 2, 3] 

x2 (n)  =  [3, 2, 1] 

Solving by the help of Tabular Method

y(n) = x1 (n) ∗ x2 (n)

y(n) 1 2 3
3 3 6 9
2 2 4 6
1 1 2 3
 

y(n) = x1 (n) ∗ x2 (n) =  [3 , 2 + 6 , 1 + 4 + 9 , 2 + 6 , 3] =  [3,8,14,8,3]

Important Points

Length Property:

The length of the y(n) signal can be calculated as:

Length of x1 (n)  +  Length of x2 (n)  -  1

3 + 3 - 1 = 5

Convolution Question 4:

Let g[n]={1n=00n=±1,±2,±3, and h[h]={1n=0,3,6,9,0otherwise.

Consider y[n] = h[n] ⊗ g[n], where ⊗ denotes the convolution operator. The value of y[2] is

Answer (Detailed Solution Below) 0

Convolution Question 4 Detailed Solution

g[n] = {…, 0, 0, 1, 0, 0, …} = δ[n]

h[n] = {1, 0, 0, 1, 0, 0, 1, 0, 0, ....}

h[n] = δ[n] + δ[n - 3] + δ[n - 6] + δ[n - 9] + …

y[n] = h[n] ⊗ g[n]

= h[n] ⊗ δ[n]

= h[n]

Any signal convoluted with the impulse signal gives the same signal.

= δ[n] + δ[n - 3] + δ[n - 6] + δ[n - 9] + …

Since δ[n - 2] term is missing in y[n] expression, y[2] = 0.

Top Convolution MCQ Objective Questions

What is the convolution of the following two signals?

\(\rm x(t)=\left\{\begin{matrix}1,&-1 and h(t) = δ(t + 1) + 2δ(t + 2)

  1. y(t) = x (t + 1) + 2x (t - 2)
  2. y(t) = x (t - 1) + 2x (t + 2)
  3. y(t) = x (t + 1) + 2x (t + 2)
  4. y(t) = x (t - 1) + 2x (t - 2)

Answer (Detailed Solution Below)

Option 3 : y(t) = x (t + 1) + 2x (t + 2)

Convolution Question 5 Detailed Solution

Download Solution PDF

Given signal

\(\rm x(t)=\left\{\begin{matrix}1,&-1

F1 Madhuri Engineering 10.05.2022 D1

h(t) = δ(t + 1) + 2δ(t + 2)

F1 Madhuri Engineering 10.05.2022 D2

According to convolution property of impulse

x(t) ⋆ δ(t - t0) = x(t - t0)

∴ x(t) ⋆ h(t) = x(t) ⋆ [δ(t + 1) + 2δ(t + 2)]

= x(t + 1) + 2x(t + 2)

Therefore, correct option is (3)

Let g[n]={1n=00n=±1,±2,±3, and h[h]={1n=0,3,6,9,0otherwise.

Consider y[n] = h[n] ⊗ g[n], where ⊗ denotes the convolution operator. The value of y[2] is

Answer (Detailed Solution Below) 0

Convolution Question 6 Detailed Solution

Download Solution PDF

g[n] = {…, 0, 0, 1, 0, 0, …} = δ[n]

h[n] = {1, 0, 0, 1, 0, 0, 1, 0, 0, ....}

h[n] = δ[n] + δ[n - 3] + δ[n - 6] + δ[n - 9] + …

y[n] = h[n] ⊗ g[n]

= h[n] ⊗ δ[n]

= h[n]

Any signal convoluted with the impulse signal gives the same signal.

= δ[n] + δ[n - 3] + δ[n - 6] + δ[n - 9] + …

Since δ[n - 2] term is missing in y[n] expression, y[2] = 0.

Convolution Question 7:

The convolution between the two sequences x1 (n) = [1, 2, 3] and x2 (n) = [3, 2, 1] is _______.

  1. y(n) = [1, 2, 3, 2, 1]
  2. y(n) = [3, 12, 36, 12, 3]
  3. y(n) = [ 3, 8, 14, 8, 3]
  4. y(n) = [ 4, 4, 4]

Answer (Detailed Solution Below)

Option 3 : y(n) = [ 3, 8, 14, 8, 3]

Convolution Question 7 Detailed Solution

Concept:

Convolution is a mathematical operation on two functions that produces a third function that expresses how the shape of one is modified by the other.

The term convolution refers to both the result function. It is a mathematical way of combining two signals to form a third signal.

It is the single most important technique in Digital Signal Processing. Tabular Method is one of the methods to solve it.

x1 (n)  =  [a1, a2, a3

x2 (n)  =  [b1, b2, b3]

x1 (n) x2 (n) a1 a2
b1 a1 × b1 a2 × b1
b2 a1 × b2 a2 × b2

 

Calculation:

x1 (n)  =  [1, 2, 3] 

x2 (n)  =  [3, 2, 1] 

Solving by the help of Tabular Method

y(n) = x1 (n) ∗ x2 (n)

y(n) 1 2 3
3 3 6 9
2 2 4 6
1 1 2 3
 

y(n) = x1 (n) ∗ x2 (n) =  [3 , 2 + 6 , 1 + 4 + 9 , 2 + 6 , 3] =  [3,8,14,8,3]

Important Points

Length Property:

The length of the y(n) signal can be calculated as:

Length of x1 (n)  +  Length of x2 (n)  -  1

3 + 3 - 1 = 5

Convolution Question 8:

The value of the integral

x(t).δ(t1)dt is

Where

x(t)=u(t2)u(t3)δ(t+1)

Answer (Detailed Solution Below) 0

Convolution Question 8 Detailed Solution

x(t)=u(t2)u(t3)δ(t+1)=r(t23)δ(t+1)=r(t5)δ(t+1)x(t)=r(t5+1)=r(t4)x(t).δ(t1)dt=[ddtx(t)|t=1=ddtr(t4)|t=1=u(t4)|t=1=0

Convolution Question 9:

What is the convolution of the following two signals?

\(\rm x(t)=\left\{\begin{matrix}1,&-1 and h(t) = δ(t + 1) + 2δ(t + 2)

  1. y(t) = x (t + 1) + 2x (t - 2)
  2. y(t) = x (t - 1) + 2x (t + 2)
  3. y(t) = x (t + 1) + 2x (t + 2)
  4. y(t) = x (t - 1) + 2x (t - 2)

Answer (Detailed Solution Below)

Option 3 : y(t) = x (t + 1) + 2x (t + 2)

Convolution Question 9 Detailed Solution

Given signal

\(\rm x(t)=\left\{\begin{matrix}1,&-1

F1 Madhuri Engineering 10.05.2022 D1

h(t) = δ(t + 1) + 2δ(t + 2)

F1 Madhuri Engineering 10.05.2022 D2

According to convolution property of impulse

x(t) ⋆ δ(t - t0) = x(t - t0)

∴ x(t) ⋆ h(t) = x(t) ⋆ [δ(t + 1) + 2δ(t + 2)]

= x(t + 1) + 2x(t + 2)

Therefore, correct option is (3)

Convolution Question 10:

Find the convolution of two continuous time signals.

x(t) = e-t u(t) and h(t) = e-2t u(t)

  1. y(t) = [e-t – e-2t] u(t)
  2. y(t) = [e-2t – e-2t] u(t)
  3. y(t) = [e-t + e-2t] u(t)
  4. y(t) = [et + e2t] u(t)

Answer (Detailed Solution Below)

Option 1 : y(t) = [e-t – e-2t] u(t)

Convolution Question 10 Detailed Solution

y(t)=x(τ)h(tτ)dτ 

=eτu(τ).e2(tτ)u(tτ)dτ 

=f0teτe2(tτ).dτ;t0=e2t0teτdτ 

=e2t(et1);t0 

Since, y(t) = 0 for t < 0

∴ y(t) = [e-t – e-2t] u(t)

Convolution Question 11:

What is the length of the linear convolution of two sequences of length M and N?

  1. M * N
  2. M + N - 1
  3. M + N
  4. M * N - 1

Answer (Detailed Solution Below)

Option 2 : M + N - 1

Convolution Question 11 Detailed Solution

Concept

In digital signal processing, convolution is a mathematical operation that combines two sequences to produce a third sequence. The length of the linear convolution of two sequences depends on the lengths of the individual sequences. If the lengths of the two sequences are M and N, respectively, the length of their linear convolution is given by:

Length = M + N - 1

Convolution Question 12:

Let g[n]={1n=00n=±1,±2,±3, and h[h]={1n=0,3,6,9,0otherwise.

Consider y[n] = h[n] ⊗ g[n], where ⊗ denotes the convolution operator. The value of y[2] is

Answer (Detailed Solution Below) 0

Convolution Question 12 Detailed Solution

g[n] = {…, 0, 0, 1, 0, 0, …} = δ[n]

h[n] = {1, 0, 0, 1, 0, 0, 1, 0, 0, ....}

h[n] = δ[n] + δ[n - 3] + δ[n - 6] + δ[n - 9] + …

y[n] = h[n] ⊗ g[n]

= h[n] ⊗ δ[n]

= h[n]

Any signal convoluted with the impulse signal gives the same signal.

= δ[n] + δ[n - 3] + δ[n - 6] + δ[n - 9] + …

Since δ[n - 2] term is missing in y[n] expression, y[2] = 0.

Convolution Question 13:

A periodic signal has Fourier series representation x(t)FS,πx[k]=k2|k|. Find the Fourier series representation of y[k] if y(t) = x(t) * x(t - 1)

  1. ejkπ(k2|k|)
  2. ejkπ(k2|k|)
  3. 2ejkπ(k2|k|)
  4. 2ejkπ(k2|k|)

Answer (Detailed Solution Below)

Option 4 : 2ejkπ(k2|k|)

Convolution Question 13 Detailed Solution

T = 2, ω0 = π

x(t)z(t)FS,πTX[k]Z[k]

x(t1)FS,πejkπX[k]

Y[k]=2ejkπ(k2|k|)

Convolution Question 14:

x(t)=sin(π4t)andy(t)=cos(π4t)

and   z(t)=x(t)y(t) where  denotes convolution operation then z(t) is

  1. 12sin(π4t)

  2. 4sin(π4t)

  3. 12cos(π4t)

  4. 4cos(π4t)

Answer (Detailed Solution Below)

Option 2 :

4sin(π4t)

Convolution Question 14 Detailed Solution

x(t)ejπ4tejπ4t2j

y(t)ejπ4t+ejπ4t2

Now, z(t)=x(t)y(t)ck=T.ak.bk

Where

z(t)ck

x(t)ak

y(t)bk

Thus,

11111

Now, 

Ck=T.Ck1=(2ππ4)(ejπ4tejπ4t)14j

z(t)=8(14j)(2jsin(π4t))z(t)=4sin(π4t)

Get Free Access Now
Hot Links: teen patti gold online teen patti gold download apk teen patti octro 3 patti rummy