Definition of Discrete Fourier Series (DFS) MCQ Quiz - Objective Question with Answer for Definition of Discrete Fourier Series (DFS) - Download Free PDF

Last updated on Mar 27, 2025

Latest Definition of Discrete Fourier Series (DFS) MCQ Objective Questions

Definition of Discrete Fourier Series (DFS) Question 1:

For a given periodic sequence x (n) = {1, 1, 0, 0} with period N = 4, the Fourier coefficient is denoted by ck. The Value of c3* is:

  1. 1/2
  2. 14(1+j)
  3. 14(1j)
  4. 0

Answer (Detailed Solution Below)

Option 3 : 14(1j)

Definition of Discrete Fourier Series (DFS) Question 1 Detailed Solution

Concept:

The Fourier Series Coefficient of a discrete time Periodic sequence is given by:

cK=1Nn=0N1x(n)ej2πknN

Where N = Period of the sequence.

Calculation:

Given, x (n) = {1, 1, 0, 0} and N = 4

So, ck=1N n=0N1x(n)ejkωn=1Nn=0N1x(n)ejK2πnN 

With N = 4,

ck=14n=0N1x(n)ej2πkn4=14n=0N1x(n)ejπkn2

ck=14[x(0)+x(1)ejπk2+x(2)ejπk(2)2+x(3)ejπk(3)2]

With, x(0) = 1, x(1) = 1, x(2) = 0 and x(3) = 0.

ck=14[1+1.ejπk2+0+0]

ck=14[1+ejπk2]

We are asked to calculate c3

Putting k = 3.

c3=14[1+ej3π2]

=14(1+cos3π2jsin3π2)

=14(1+j)

So, c3=14(1j)

Option (3) is correct.

Definition of Discrete Fourier Series (DFS) Question 2:

The difference in the number of complex multipliers required for 16-point DFT and 16-point radix-2 FFT is:

  1. 30
  2. 63
  3. 224
  4. 256

Answer (Detailed Solution Below)

Option 3 : 224

Definition of Discrete Fourier Series (DFS) Question 2 Detailed Solution

Concept:

For an N-point DFT as shown, the number of multiplication:

(M)DFT = N(rows) × [N multiplication per Row]

M(DFT) = N2

[123..N1........1..................N......N][1......N]

And for an N-point FFT, the number of multiplication equals the number of stages × Multiplications per stage, i.e.

(M)FFT=log2N×N2

Calculation:

(M)DFT = N2 = 256

(M)FFT=162log2(16)

=162×4=32

(M)DFT – (M)FFT = 256 – 32 = 224

Definition of Discrete Fourier Series (DFS) Question 3:

If xin(t) = sin(2*π*4000*t) + 0.75 * sin(2*π*5000*t + π /4) is sampled with Fs = 16000 Hz, calculate X(0) if X(m) = n=0N1x(n)ej2πnm/N when N=8, where x(n)= xin(nts)

  1. 0.0 – j 4.0
  2. 0.0 – j 0.0
  3. 1.414 + j 1.414
  4. 0.0 + j 4.0

Answer (Detailed Solution Below)

Option 2 : 0.0 – j 0.0

Definition of Discrete Fourier Series (DFS) Question 3 Detailed Solution

Given, xin(t) = sin(2π × 4000t) + 0.75 sin (2π × 5000t + π/4)

The above signal is sampled with a frequency Fs, given by, Fs = 16000 Hz

The sampling interval Ts=1FS=11600sec

Since, x(n) = xin(nTs)  (Given)

 xin(nTs)=sin(2π×4000.nTs)+

0.75sin(2π×5000×nTs+π4)

x(n)=sin(2π×4000n16000)+

0.75sin(2π×5000×116000.n+π4)

x(n)=sin(π2n)+0.75sin(5π8n+π4)       ----(1)

Now, X(m)=n=0N1x(n)ej2πnm/N, and we are required to find X(0), which can be easily evaluated by putting m = 0 in the expression of X(m)

i.e. X(0)=n=0N1x(n).ej2πn(0)/N=n=0N1x(n)

With N = 8,  X(0)=n=07x(n)

From Equation (1),

 x(n)=sin(π2n)+0.75sin(5π8n+π4)

So, X(0) will be

 =n=07(sin(π2n)+0.75sin(5π8n+π4))

Since x(n) is purely real,

So n=07x(n) will also be purely real.

It is only in option (2), that we have a value whose imaginary part is 0.

So, without solving any further, we can directly conclude that Option (2) is correct.

Top Definition of Discrete Fourier Series (DFS) MCQ Objective Questions

The difference in the number of complex multipliers required for 16-point DFT and 16-point radix-2 FFT is:

  1. 30
  2. 63
  3. 224
  4. 256

Answer (Detailed Solution Below)

Option 3 : 224

Definition of Discrete Fourier Series (DFS) Question 4 Detailed Solution

Download Solution PDF

Concept:

For an N-point DFT as shown, the number of multiplication:

(M)DFT = N(rows) × [N multiplication per Row]

M(DFT) = N2

[123..N1........1..................N......N][1......N]

And for an N-point FFT, the number of multiplication equals the number of stages × Multiplications per stage, i.e.

(M)FFT=log2N×N2

Calculation:

(M)DFT = N2 = 256

(M)FFT=162log2(16)

=162×4=32

(M)DFT – (M)FFT = 256 – 32 = 224

If xin(t) = sin(2*π*4000*t) + 0.75 * sin(2*π*5000*t + π /4) is sampled with Fs = 16000 Hz, calculate X(0) if X(m) = n=0N1x(n)ej2πnm/N when N=8, where x(n)= xin(nts)

  1. 0.0 – j 4.0
  2. 0.0 – j 0.0
  3. 1.414 + j 1.414
  4. 0.0 + j 4.0

Answer (Detailed Solution Below)

Option 2 : 0.0 – j 0.0

Definition of Discrete Fourier Series (DFS) Question 5 Detailed Solution

Download Solution PDF

Given, xin(t) = sin(2π × 4000t) + 0.75 sin (2π × 5000t + π/4)

The above signal is sampled with a frequency Fs, given by, Fs = 16000 Hz

The sampling interval Ts=1FS=11600sec

Since, x(n) = xin(nTs)  (Given)

 xin(nTs)=sin(2π×4000.nTs)+

0.75sin(2π×5000×nTs+π4)

x(n)=sin(2π×4000n16000)+

0.75sin(2π×5000×116000.n+π4)

x(n)=sin(π2n)+0.75sin(5π8n+π4)       ----(1)

Now, X(m)=n=0N1x(n)ej2πnm/N, and we are required to find X(0), which can be easily evaluated by putting m = 0 in the expression of X(m)

i.e. X(0)=n=0N1x(n).ej2πn(0)/N=n=0N1x(n)

With N = 8,  X(0)=n=07x(n)

From Equation (1),

 x(n)=sin(π2n)+0.75sin(5π8n+π4)

So, X(0) will be

 =n=07(sin(π2n)+0.75sin(5π8n+π4))

Since x(n) is purely real,

So n=07x(n) will also be purely real.

It is only in option (2), that we have a value whose imaginary part is 0.

So, without solving any further, we can directly conclude that Option (2) is correct.

Definition of Discrete Fourier Series (DFS) Question 6:

The difference in the number of complex multipliers required for 16-point DFT and 16-point radix-2 FFT is:

  1. 30
  2. 63
  3. 224
  4. 256

Answer (Detailed Solution Below)

Option 3 : 224

Definition of Discrete Fourier Series (DFS) Question 6 Detailed Solution

Concept:

For an N-point DFT as shown, the number of multiplication:

(M)DFT = N(rows) × [N multiplication per Row]

M(DFT) = N2

[123..N1........1..................N......N][1......N]

And for an N-point FFT, the number of multiplication equals the number of stages × Multiplications per stage, i.e.

(M)FFT=log2N×N2

Calculation:

(M)DFT = N2 = 256

(M)FFT=162log2(16)

=162×4=32

(M)DFT – (M)FFT = 256 – 32 = 224

Definition of Discrete Fourier Series (DFS) Question 7:

For a given periodic sequence x (n) = {1, 1, 0, 0} with period N = 4, the Fourier coefficient is denoted by ck. The Value of c3* is:

  1. 1/2
  2. 14(1+j)
  3. 14(1j)
  4. 0

Answer (Detailed Solution Below)

Option 3 : 14(1j)

Definition of Discrete Fourier Series (DFS) Question 7 Detailed Solution

Concept:

The Fourier Series Coefficient of a discrete time Periodic sequence is given by:

cK=1Nn=0N1x(n)ej2πknN

Where N = Period of the sequence.

Calculation:

Given, x (n) = {1, 1, 0, 0} and N = 4

So, ck=1N n=0N1x(n)ejkωn=1Nn=0N1x(n)ejK2πnN 

With N = 4,

ck=14n=0N1x(n)ej2πkn4=14n=0N1x(n)ejπkn2

ck=14[x(0)+x(1)ejπk2+x(2)ejπk(2)2+x(3)ejπk(3)2]

With, x(0) = 1, x(1) = 1, x(2) = 0 and x(3) = 0.

ck=14[1+1.ejπk2+0+0]

ck=14[1+ejπk2]

We are asked to calculate c3

Putting k = 3.

c3=14[1+ej3π2]

=14(1+cos3π2jsin3π2)

=14(1+j)

So, c3=14(1j)

Option (3) is correct.

Definition of Discrete Fourier Series (DFS) Question 8:

A discrete LTI system S has frequency response given by :

H(ejω)={1|ω|π80π8<|ω|<π

The input x[n] has a period of N=3. The number of non-zero Fourier series co-efficient in the output is__________.

Answer (Detailed Solution Below) 1

Definition of Discrete Fourier Series (DFS) Question 8 Detailed Solution

Let the Fourier series coefficient of the input be ak. Then, the FS coefficient of the output bk is given by:

bk=akH(ejωok)

Now, since the input period is 3 thus, ωo=2π/3

Now for

k=0,H(ej0)=1k=1,H(ej2π3)=0k=2,H(ej4π3)=0

Thus, there is only 1 non-zero elements in the output

Definition of Discrete Fourier Series (DFS) Question 9:

If xin(t) = sin(2*π*4000*t) + 0.75 * sin(2*π*5000*t + π /4) is sampled with Fs = 16000 Hz, calculate X(0) if X(m) = n=0N1x(n)ej2πnm/N when N=8, where x(n)= xin(nts)

  1. 0.0 – j 4.0
  2. 0.0 – j 0.0
  3. 1.414 + j 1.414
  4. 0.0 + j 4.0

Answer (Detailed Solution Below)

Option 2 : 0.0 – j 0.0

Definition of Discrete Fourier Series (DFS) Question 9 Detailed Solution

Given, xin(t) = sin(2π × 4000t) + 0.75 sin (2π × 5000t + π/4)

The above signal is sampled with a frequency Fs, given by, Fs = 16000 Hz

The sampling interval Ts=1FS=11600sec

Since, x(n) = xin(nTs)  (Given)

 xin(nTs)=sin(2π×4000.nTs)+

0.75sin(2π×5000×nTs+π4)

x(n)=sin(2π×4000n16000)+

0.75sin(2π×5000×116000.n+π4)

x(n)=sin(π2n)+0.75sin(5π8n+π4)       ----(1)

Now, X(m)=n=0N1x(n)ej2πnm/N, and we are required to find X(0), which can be easily evaluated by putting m = 0 in the expression of X(m)

i.e. X(0)=n=0N1x(n).ej2πn(0)/N=n=0N1x(n)

With N = 8,  X(0)=n=07x(n)

From Equation (1),

 x(n)=sin(π2n)+0.75sin(5π8n+π4)

So, X(0) will be

 =n=07(sin(π2n)+0.75sin(5π8n+π4))

Since x(n) is purely real,

So n=07x(n) will also be purely real.

It is only in option (2), that we have a value whose imaginary part is 0.

So, without solving any further, we can directly conclude that Option (2) is correct.

Definition of Discrete Fourier Series (DFS) Question 10:

A discrete time signal x[n]=sin(πn5)+cos(π10n). Let ak be the complex Fourier series coefficients of x[n]. The longest interval of k such that the Fourier coefficient is non-zero again is ________.

Answer (Detailed Solution Below) 15

Definition of Discrete Fourier Series (DFS) Question 10 Detailed Solution

Given, x[n]=sin(πn5)+cos(π10n). Time period T = 20

It can be written as

=12jejπ5n12jejπ5n+12ejπ10n+12ejπ10nω0=2π20=π10  

ak non-zero for k = ±1, ±2

The Fourier series coefficients repeat every period equal to time period of signal.

They are non-zero again after k = 20 ± 1, 20 ± 2

Hence there are fourier series coefficients corresponding to

k=1 which is a1 

k= 2 which is a2

And then again at 20 ± 1, 20 ± 2

which are 

a18 , a19, a20, a21, a22

longest interval is between a2 to a18 which is of 15 samples.

 

 

reported signal

∴ Longest interval = 15

Definition of Discrete Fourier Series (DFS) Question 11:

For the discrete-time periodic series x(n)=k=δ[n4k] the correct Fourier coefficient graph is

  1. 07.05.2018.023
  2. 07.05.2018.024
  3. 07.05.2018.025
  4. None of the above

Answer (Detailed Solution Below)

Option 3 : 07.05.2018.025

Definition of Discrete Fourier Series (DFS) Question 11 Detailed Solution

Given x[n]=k=δ[n4k]

The given sequence is repetitive with period ‘4’

07.05.2018.026

ck=144=03x[4]ejk(2π4)4

(∵ since x[n] = 0 for n ≠ 0 in the period [0, 3])

=14x[0]=14k

The graph of Fourier coefficients is of form

07.05.2018.027

Definition of Discrete Fourier Series (DFS) Question 12:

The Fourier series coefficient ak of a periodic impulse train x[n]=k=δ[nkN] is;

  1. 2πN
  2. 1N
  3. 12N
  4. πN

Answer (Detailed Solution Below)

Option 2 : 1N

Definition of Discrete Fourier Series (DFS) Question 12 Detailed Solution

By definition, Fourier series coefficient

ak=1Nn=Nx[n]ejk(2πN)n

ak=1Nn=N(p=δ[npN])ejk(2πN)n

ak=1Nn=Np=(δ[npN]ejk(2πN)pN)

ak=1Np=n=N(δ[npN]ejk(2πN)pN)ak=1Np=n=N(δ[npN]ejk(2π)p)Taking the summation interval to be from 0 to N-1 we have,ak=1Np=ejk(2π)p

Thus,

ak=1N for all k.

Definition of Discrete Fourier Series (DFS) Question 13:

Two discrete periodic sequences x1[n]ak, x2[n]bk,both periodic with period N=4. It is given that ao=a3=1,a1=a2=2 and b0=b1=b2=b3=1. Also, g[n]=x1[n]x2[n]ck. Then, the value of k=0k=3ckis__________.

Answer (Detailed Solution Below) 24

Definition of Discrete Fourier Series (DFS) Question 13 Detailed Solution

We have the multiplication property of the Discrete Fourier Transform defined as;

If x1[n] ↔ ak

and x2[n] ↔ bk, then;

 x1[n]x2[n]F.S.coefficients  ck=l=0N1albkl

For the given sequence, N = 4. So the Fourier Series Coefficient of the multiplication of the given two sequences will be;

ck=l=03albkl

Thus, ck=a0bk+a1bk1+a2bk2+a3bk3

Putting the values given, i.e.  ao=a3=1,a1=a2=2 and b0=b1=b2=b3=1, we get;

=1bk+2bk1+2.bk2+1.bk3

Since bk is 1 for all k; therefore the Fourier series coefficients of x1[n]x2[n] is 6 for all k;

Hence the given summation evaluates to;  c0+c1+c2+c3=24.

Get Free Access Now
Hot Links: teen patti bindaas teen patti earning app teen patti boss teen patti pro