wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

EC8553_DTSP::Unit-1-DFT & FFT/Weekly Quiz-2

Total questions: 30

Worksheet time: 30mins

Name
Class
Date
1.

FFT algorithm is designed to perform complex operations.

a)

True

b)

False

2.

How many complex multiplications are need to be performed for each FFT algorithm?

a)

(N/2).log N

b)

N.log2N

c)

(N/2).log2N

d)

None of the mentioned

3.

In Overlap save method of long sequence filtering, what is the length of the input sequence block?

a)

L+M+1

b)

L+M

c)

L+M-1

d)

None of the mentioned

4.

Which of the following is true in case of Overlap add method?

a)

M zeros are appended at last of each data block

b)

M-1 zeros are appended at last of each data block

c)

M zeros are appended at first of each data block

d)

M-1 zeros are appended at first of each data block

5.

In which of the following methods, the input sequence is considered as shown in the below diagram?

a)

Overlap save method

b)

Overlap add method

c)

Overlap add & save method

d)

None of the mentioned

6.

In which of the following methods, the output sequence is considered as shown in the below diagram?

a)

Overlap save method

b)

Overlap add method

c)

Overlap add & save method

d)

None of the mentioned

7.

If we split the N point data sequence into two N/2 point data sequences f1(n) and f2(n) corresponding to the even numbered and odd numbered samples of x(n), then such an FFT algorithm is known as

a)

decimation-in-frequency algorithm.

b)

decimation-in-time algorithm.

c)

Both

d)

None of the mentioned

8.

The total number of complex additions required to compute N point DFT by radix-2 FFT is?

a)

N.log2N

b)

(N/2).log2N

c)

(N/2).log N

d)

None of the mentioned

9.

The following butterfly diagram is used in the computation of __________

a)

Decimation-in-time FFT

b)

Decimation-in-frequency FFT

c)

Both

d)

None of the mentioned

10.

The following butterfly diagram is used in the computation of __________

a)

Decimation-in-time FFT

b)

Decimation-in-frequency FFT

c)

Both

d)

None of the mentioned

11.

For a decimation-in-time FFT algorithm, which of the following is true?

a)

Both input and output are in order

b)

Both input and output are shuffled

c)

Input is shuffled and output is in order

d)

Input is in order and output is shuffled

12.

The Cooley–Tukey algorithm of FFT is a

a)

Divide and conquer algorithm

b)

Divide and rule algorithm

c)

Split and rule algorithm

d)

Split and combine algorithm

13.

FFT may be used to calculate

1) DFT

2) IDFT

3) Direct Z transform

4) In direct Z transform

a)

1, 2 and 3 are correct

b)

1 and 2 are correct

c)

1 and 3 are correct

d)

All the four are correct

14.

DIT algorithm divides the sequence into

a)

Positive and negative values

b)

Even and odd samples

c)

Upper higher and lower spectrum

d)

Small and large samples

15.

The computational procedure for FFT algorithm takes

a)

Log2 N stages

b)

2Log2 N stages

c)

Log2 N2 stages

d)

Log2 N/2 stages

16.

What is the value of x(n)*h(n), 0≤n≤11 for the sequences x(n)={1,2,0,-3,4,2,-1,1,-2,3,2,1,-3} and h(n)={1,1,1} if we perform using overlap save fast convolution technique?

a)

{1,3,3,-1,1,3,5,2,-2,2,3,6}

b)

{1,2,0,-3,4,2,-1,1,-2,3,2,1,-3}

c)

{1,2,0,3,4,2,1,1,2,3,2,1,3}

d)

1,3,3,1,1,3,5,2,2,2,3,6}

17.

Overlap add and Overlap save are the two methods for linear FIR filtering a long sequence on a block-by-block basis using DFT.

a)

True

b)

False

18.

Circular shift of an N point is equivalent to

a)

Circular shift of its periodic extension and its vice versa

b)

Linear shift of its periodic extension and its vice versa

c)

Circular shift of its aperiodic extension and its vice versa

d)

Linear shift of its aperiodic extension and its vice versa

19.

The overlap methods are used to calculate

a)

The discrete convolution between a sampled signal and a finite impulse response (FIR) filter

b)

The discrete convolution between a sampled signal and an infinite impulse response (IIR) filter

c)

The discrete convolution between a very long signal and a finite impulse response (FIR) filter

d)

The discrete convolution between a very long signal and a infinite impulse response (IIR) filte

20.

The first six points of the 8-point DFT of a real valued sequence are 5, 1 − 𝑗3, 0, 3 − 4𝑗, and 3 + 𝑗4. The last two points of the FFT outputs are respectively

a)

0, 1 − 𝑗3

b)

0, 1 + 𝑗3

c)

1 + 𝑗3, 5

d)

1 − 𝑗3, 5

21.

The interface between an analog signal and a digital processor is

a)

D/A converter

b)

A/D converter

c)

Modulator

d)

Demodulator

22.

The cost of the digital processors is cheaper because

a)

Processor allows time sharing among a number of signals

b)

The hardware is cheaper

c)

Require less maintenance

d)

Less power consumption

23.

If the desired number of values of the DFT is less than log2N, a direct computation of the desired values is more efficient than FFT algorithm.

a)

True

b)

False

24.

The circular convolution of two sequences in time domain is equivalent to

a)

Multiplication of DFTs of two sequences

b)

Summation of DFTs of two sequences

c)

Difference of DFTs of two sequences

d)

Square of multiplication of DFTs of two sequences

25.

What is the sequence y(n) that results from the use of four point DFTs if the impulse response is h(n)={1,2,3} and the input sequence x(n)={1,2,2,1}?

a)

{9,9,7,11}

b)

{1,4,9,11,8,3}

c)

{7,9,7,11}

d)

{9,7,9,11}

26.

Which of the following is true regarding the number of computations requires to compute an N-point DFT?

a)

N2 complex multiplications and N(N-1) complex additions

b)

N2 complex additions and N(N-1) complex multiplications

c)

N2 complex multiplications and N(N+1) complex additions

d)

N2 complex additions and N(N+1) complex multiplications

27.

If x(n) and X(k) are an N-point DFT pair, then X(k+N)=?

a)

X(-k)

b)

-X(k)

c)

X(k)

d)

None of the mentioned

28.

What is the circular convolution of the sequences x1(n)={2,1,2,1} and x2(n)={1,2,3,4}?

a)

{14,14,16,16}

b)

{16,16,14,14}

c)

{2,3,6,4}

d)

{14,16,14,16}

29.

Frequency selectivity characteristics of DFT refers to

a)

Ability to resolve different frequency components from input signal

b)

Ability to translate into frequency domain

c)

Ability to convert into discrete signal

d)

None of the above

30.

Roll-off factor is

a)

The bandwidth occupied beyond the Nyquist Bandwidth of the filter

b)

The performance of the filter or device

c)

Aliasing effect

d)

None of the above