tough Digital Signal Processing Questions & Answers focuses on “Sampling Rate Conversion by a Rational Factor I/D”.
1. Sampling rate conversion by the rational factor I/D is accomplished by what connection of interpolator and decimator?
A. Parallel
B. Cascade
C. Convolution
D. None of the mentioned
Answer: B
Clarification: A sampling rate conversion by the rational factor I/D is accomplished by cascading an interpolator with a decimator.
2. Which of the following has to be performed in sampling rate conversion by rational factor?
A. Interpolation
B. Decimation
C. Either interpolation or decimation
D. None of the mentioned
Answer: A
Clarification: We emphasize that the importance of performing the interpolation first and decimation second, is to preserve the desired spectral characteristics of x(n).
3. Which of the following operation is performed by the blocks given the figure below?
A. Sampling rate conversion by a factor I
B. Sampling rate conversion by a factor D
C. Sampling rate conversion by a factor D/I
D. Sampling rate conversion by a factor I/D
Answer: D
Clarification: In the diagram given, a interpolator is in cascade with a decimator which together performs the action of sampling rate conversion by a factor I/D.
4. The Nth root of unity WN is given as _____________
A. ej2πN
B. e-j2πN
C. e-j2π/N
D. ej2π/N
Answer: C
Clarification: We know that the Discrete Fourier transform of a signal x(n) is given as
X(k)=(sum_{n=0}^{N-1} x(n)e^{-j2πkn/N}=sum_{n=0}^{N-1} x(n) W_N^{kn})
Thus we get Nth rot of unity WN= e-j2π/N
5. 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
Answer: A
Clarification: The formula for calculating N point DFT is given as
X(k)=(sum_{n=0}^{N-1} x(n)e^{-j2πkn/N})
From the formula given at every step of computing we are performing N complex multiplications and N-1 complex additions. So, in a total to perform N-point DFT we perform N2 complex multiplications and N(N-1) complex additions.
6. Which of the following is true?
A. (W_N^*=frac{1}{N} W_{N^{-1}})
B. (W_N-1=frac{1}{N} W_{N^*})
C. (W_N-1=W_{N^*})
D. None of the mentioned
Answer: B
Clarification: If XN represents the N point DFT of the sequence xN in the matrix form, then we know that XN = WN.xN
By pre-multiplying both sides by WN-1, we get
xN=WN-1.XN
But we know that the inverse DFT of XN is defined as
xN=1/
Thus by comparing the above two equations we get
WN-1=1/N WN*
7. What is the DFT of the four point sequence x(n)={0,1,2,3}?
A. {6,-2+2j-2,-2-2j}
B. {6,-2-2j,2,-2+2j}
C. {6,-2+2j,-2,-2-2j}
D. {6,-2-2j,-2,-2+2j}
Answer: C
Clarification: The first step is to determine the matrix W4. By exploiting the periodicity property of W4 and the symmetry property
(W_{N}^{k+N/2}=-W_{N^k})
The matrix W4 may be expressed as
W4=(begin{bmatrix}W_4^0&W_4^0&W_4^0&W_4^1\W_4^0&W_4^0&W_4^2&W_4^3\W_4^0&W_4^2&W_4^0&W_4^3\W_4^4&W_4^6&W_4^6&W_4^9end{bmatrix}=begin{bmatrix}W_4^0&W_4^0&W_4^0&W_4^1\W_4^0&W_4^0&W_4^2&W_4^3\W_4^0&W_4^2&W_4^0&W_4^3\W_4^0&W_4^2&W_4^2&W_4^1end{bmatrix})
=(begin{bmatrix}1&1&1&1\1&-j&-1&j\1&-1&1&-1\1&j&-1&-jend{bmatrix})
Then X4=W4.x4=(begin{bmatrix}6\-2+2j\-2\-2-2jend{bmatrix})
