Digital Electronic MCQ Set 1
1. If the system is initially relaxed at time n=0 and memory equals to zero, then the response of such state is called as:
a) Zero-state response
b) Zero-input response
c) Zero-condition response
d) None of the mentioned
Answer
Answer: a [Reason:] The memory of the system, describes, in some case, the ‘state’ of the system, the output of the system is called as ‘zero-state response’.
2. Zero-state response is also known as:
a) Free response
b) Forced response
c) Natural response
d) None of the mentioned
Answer
Answer: b [Reason:] The zero-state response depends on the nature of the system and the input signal. Since this output is a response forced upon it by the input signal, it is also known as ‘Forced response’.
3. Zero-input response is also known as Natural or Free response.
a) True
b) False
Answer
Answer: a [Reason:] For a zero-input response, the input is zero and the output of the system is independent of the input of the system. So, the response if such system is also known as Natural or Free response.
4. The solution obtained by assuming the input x(n) of the system is zero is:
a) General solution
b) Particular solution
c) Complete solution
d) Homogenous solution
Answer
Answer: d [Reason:] By making the input x(n)=0 we will get a homogenous difference equation and the solution of that difference equation is known as Homogenous or Complementary solution.
5. What is the homogenous solution of the system described by the first order difference equation y(n)+ay(n-1)=x(n)?
Answer
Answer: c [Reason:] The assumed solution obtained by assigning x(n)=0 is
6. What is the zero-input response of the system described by the homogenous second order equation y(n)-3y(n-1)-4y(n-2)=0 if the initial conditions are y(-1)=5 and y(-2)=0?
a) (-1)n-1 + (4)n-2
b) (-1)n+1 + (4)n+2
c) (-1)n+1 + (4)n-2
d) None of the mentioned
Answer
Answer: b [Reason:] Given difference equation is y(n)-3y(n-1)-4y(n-2)=0—-(1)
Let y(n)=λn
Substituting y(n) in the given equation
=> λn – 3λn-1 – 4λn-2 = 0
=> λn-2(λ2 – 3λ – 4) = 0
the roots of the above equation are λ=-1,4
Therefore, general form of the solution of the homogenous equation is
The zero-input response of the system can be calculated from the homogenous solution by evaluating the constants in the above equation, given the initial conditions y(-1) and y(-2).
From the given equation (1)
y(0)=3y(-1)+4y(-2)
y(1)=3y(0)+4y(-1)
=3[3y(-1)+4y(-2)]+4y(-1)
=13y(-1)+12y(-2)
From the equation (2)
y(0)=C1+C2 and
y(1)=C1(-1)+C2(4)=-C1+4C2
By equating these two set of relations, we have
C1+C2=3y(-1)+4y(-2)=15
-C1+4C2=13y(-1)+12y(-2)=65
On solving the above two equations we get C1=-1 and C2=16
Therefore the zero-input response is Yzi(n) = (-1)n+1 + (4)n+2.
7. What is the particular solution of the first order difference equation y(n)+ay(n-1)=x(n) where |a|<1, when the input of the system x(n)=u(n)?
a) 1/(1+a) u(n)
b) 1/(1-a) u(n)
c) 1/(1+a)
d) 1/(1-a)
Answer
Answer: a [Reason:] The assumed solution of the difference equation to the forcing equation x(n), called the particular solution of the difference equation is
yp(n)=Kx(n)=Ku(n) (where K is a scale factor)
Substitute the above equation in the given equation
=>Ku(n)+aKu(n-1)=u(n)
To determine K we must evaluate the above equation for any n>=1, so that no term vanishes.
=> K+aK=1
=>K=1/(1+a)
Therefore the particular solution is yp(n)= 1/(1+a) u(n).
8. What is the particular solution of the difference equation y(n)= 5/6y(n-1)- 1/6y(n-2)+x(n) when the forcing function x(n)=2n, n≥0 and zero elsewhere?
a) (1/5) 2n
b) (5/8) 2n
c) (8/5) 2n
d) (5/8) 2-n
Answer
Answer: c [Reason:] The assumed solution of the difference equation to the forcing equation x(n), called the particular solution of the difference equation is
yp(n)=Kx(n)=K2nu(n) (where K is a scale factor)
Upon substituting yp(n) into the difference equation, we obtain
K2nu(n)=5/6K2n-1u(n-1)-1/6 K2n-2u(n-2)+2nu(n)
To determine K we must evaluate the above equation for any n>=2, so that no term vanishes.
=> 4K= 5/6(2K)-1/6 (K)+4
=> K= 8/5
=> yp(n)= (8/5) 2n.
9. The total solution of the difference equation is given as:
a) yp(n)-yh(n)
b) yp(n)+yh(n)
c) yh(n)-yp(n)
d) None of the mentioned
Answer
Answer: b [Reason:] The linearity property of the linear constant coefficient difference equation allows us to add the homogenous and particular solution in order to obtain the total solution.
10. What is the impulse response of the system described by the second order difference equation y(n)-3y(n-1)-4y(n-2)=x(n)+2x(n-1)?
a)[-1/5 (-1)n-6/5 (4)n]u(n)
b)[1/5 (-1)n – 6/5 (4)n]u(n)
c)[ 1/5 (-1)n+ 6/5 (4)n]u(n)
d)[- 1/5 (-1)n+ 6/5 (4)n]u(n)
Answer
Answer: d [Reason:] The homogenous solution of the given equation is yh(n)=C1(-1)n+C2(4)n—-(1)
To find the impulse response, x(n)=δ(n)
now, for n=0 and n=1 we get
y(0)=1 and
y(1)=3+2=5
From equation (1) we get
y(0)=C1+C2 and
y(1)=-C1+4C2
On solving the above two set of equations we get
C1=- 1/5 and C2= 6/5
=>h(n)= [-1/5 (-1)n + 6/5 (4)n]u(n).
Digital Electronic MCQ Set 2
1. Which of the following is true regarding the number of computations required 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
Answer: a [Reason:] The formula for calculating N point DFT is given as
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.
2. Which of the following is true regarding the number of computations required to compute DFT at any one value of ‘k’?
a) 4N-2 real multiplications and 4N real additions
b) 4N real multiplications and 4N-4 real additions
c) 4N-2 real multiplications and 4N+2 real additions
d) 4N real multiplications and 4N-2 real additions
Answer
Answer: d [Reason:] The formula for calculating N point DFT is given as
From the formula given at every step of computing we are performing N complex multiplications and N-1 complex additions. So, it requires 4N real multiplications and 4N-2 real additions for any value of ‘k’ to compute DFT of the sequence.
3. WNk+N/2=
a) WNk
b) -WNk
c) WN-k
d) None of the mentioned
Answer
Answer: b [Reason:] According to the symmetry property, we get WNk+N/2=-WNk.
4. What is the real part of the N point DFT XR(k) of a complex valued sequence x(n)?
d) None of the mentioned
Answer
Answer: c [Reason:] For a complex valued sequence x(n) of N points, the DFT may be expressed as
5. The computation of XR(k) for a complex valued x(n) of N points requires:
a) 2N2 evaluations of trigonometric functions
b) 4N2 real multiplications
c) 4N(N-1) real additions
d) All of the mentioned
Answer
Answer: d [Reason:] The expression for XR(k) is given as
So, from the equation we can tell that the computation of XR(k) requires 2N2 evaluations of trigonometric functions, 4N2 real multiplications and 4N(N-1) real additions.
6. Divide-and-conquer approach is based on the decomposition of an N-point DFT into successively smaller DFTs. This basic approach leads to FFT algorithms.
a) True
b) False
Answer
Answer: a [Reason:] T he development of computationally efficient algorithms for the DFT is made possible if we adopt a divide-and-conquer approach. This approach is based on the decomposition of an N-point DFT into successively smaller DFTs. This basic approach leads to a family of computationally efficient algorithms known collectively as FFT algorithms.
7. If the arrangement is of the form in which the first row consists of the first M elements of x(n), the second row consists of the next M elements of x(n), and so on, then which of the following mapping represents the above arrangement?
a) n=l+mL
b) n=Ml+m
c) n=ML+l
d) none of the mentioned
Answer
Answer: b [Reason:] If we consider the mapping n=Ml+m, then it leads to an arrangement in which the first row consists of the first M elements of x(n), the second row consists of the next M elements of x(n), and so on.
8. If N=LM, then what is the value of WNmqL?
a) WMmq
b) WLmq
c) WNmq
d) None of the mentioned
Answer
Answer: a [Reason:] We know that if N=LM, then WNmqL= WN/Lmq= WMmq.
9. How many complex multiplications are performed in computing the N-point DFT of a sequence using divide-and-conquer method if N=LM?
a) N(L+M+2)
b) N(L+M-2)
c) N(L+M-1)
d) N(L+M+1)
Answer
Answer: d [Reason:] The expression for N point DFT is given as
The first step involves L DFTs, each of M points. Hence this step requires LM2 complex multiplications, second require LM and finally third requires ML2. So, Total complex multiplications= N(L+M+1).
10. How many complex additions are performed in computing the N-point DFT of a sequence using divide-and-conquer method if N=LM?
a) N(L+M+2)
b) N(L+M-2)
c) N(L+M-1)
d) N(L+M+1)
Answer
Answer: b [Reason:] The expression for N point DFT is given as
The first step involves L DFTs, each of M points. Hence this step requires LM(M-1) complex additions, second step do not require any additions and finally third step requires ML(L-1) complex additions. So, Total number of complex additions= N(L+M-2).
11. Which is the correct order of the following steps to be done in one of the algorithm of divide and conquer method?
1) Store the signal column wise
2) Compute the M-point DFT of each row
3) Multiply the resulting array by the phase factors WNlq.
4) Compute the L-point DFT of each column.
5) Read the result array row wise.
a) 1-2-4-3-5
b) 1-3-2-4-5
c) 1-2-3-4-5
d) 1-4-3-2-5
Answer
Answer: c [Reason:] According to one of the algorithm describing the divide and conquer method, if we store the signal in column wise, then compute the M-point DFT of each row and multiply the resulting array by the phase factors WNlq and then compute the L-point DFT of each column and read the result row wise.
12. If we store the signal row wise then the result must be read column wise.
a) True
b) False
Answer
Answer: a [Reason:] According to the second algorithm of divide and conquer approach, if the input signal is stored in row wise, then the result must be read column wise.
13. If we store the signal row wise and compute the L point DFT at each column, the resulting array must be multiplied by which of the following factors?
a) WNlq
b) WNpq
c) WNlq
d) WNpm
Answer
Answer: d [Reason:] According to the second algorithm of divide and conquer approach, if the input signal is stored in row wise, then we calculate the L point DFT of each column and we multiply the resulting array by the factor WNpm.
Digital Electronic MCQ Set 3
1. Which of the following is the application of lattice filter?
a) Digital speech processing
b) Adaptive filter
c) Electroencephalogram
d) All of the mentioned
Answer
Answer: d [Reason:] Lattice filters are used extensively in digital signal processing and in the implementation of adaptive filters.
2. If we consider a sequence of FIR filer with system function Hm(z)=Am(z), then what is the definition of the polynomial Am(z)?
Answer
Answer: b [Reason:] Consider a sequence of FIR filer with system function Hm(z)=Am(z), m=0,1,2…M-1
where, by definition, Am(z) is the polynomial
3. What is the unit sample response of the mth filter?
Answer
Answer: c [Reason:] We know that Hm(z)=Am(z) and Am(z) is a polynomial whose equation is given as
4. The FIR filter whose direct form structure is as shown below is a prediction error filter.
a) True
b) False
Answer
Answer: a [Reason:] The FIR structure shown in the above figure is intimately related with the topic of linear prediction. Thus the top filter structure shown in the above figure is called a prediction error filter.
5. What is the output of the single stage lattice filter if x(n) is the input?
a) x(n)+Kx(n+1)
b) x(n)+Kx(n-1)
c) x(n)+Kx(n-1)+Kx(n+1)
d) Kx(n-1)
Answer
Answer: b [Reason:] The single stage lattice filter is as shown below.
Here both the inputs are excited and output is selected from the top branch.
Thus the output of the single stage lattice filter is given by y(n)= x(n)+Kx(n-1).
6. What is the output from the second stage lattice filter when two single stage lattice filers are cascaded with an input of x(n)?
a) K1K2x(n-1)+K2x(n-2)
b) x(n)+K1x(n-1)
c) x(n)+K1K2x(n-1)+K2x(n-2)
d) x(n)+K1(1+K2)x(n-1)+K2x(n-2)
Answer
Answer: d [Reason:] When two single stage lattice filters are cascaded, then the output from the first filter is given by the equation
f1(n)= x(n)+K1x(n-1)
g1(n)=K1x(n)+x(n-1)
The output from the second filter is obtained as
f2(n)=f1(n)+K2g1(n-1)
=x(n)+K2[K1x(n-1)+x(n-2)]+ K1x(n-1)
= x(n)+K1(1+K2)x(n-1)+K2x(n-2).
7. What is the value of the coefficient α2(1) in the case of FIR filter represented in direct form structure with m=2 in terms of K1 and K2?
a) K1(K2)
b) K1(1-K2)
c) K1(1+K2)
d) None of the mentioned
Answer
Answer: c [Reason:] The equation for the output of an FIR filter represented in the direct form structure is given as
y(n)=x(n)+ α2(1)x(n-1)+ α2(2)x(n-2)
The output from the double stage lattice structure is given by the equation,
f2(n)= x(n)+K2(1+K2)x(n-1)+K2x(n-2)
By comparing the coefficients of both the equations, we get
α2(1)= K1(1+K2).
8. The constants K1 and K2 of the lattice structure are called as reflection coefficients.
a) True
b) False
Answer
Answer: a [Reason:] The equation of the output from the second stage lattice filter is given by
f2(n)= x(n)+K1(1+K2)x(n-1)+K2x(n-2)
In the above equation, the constants K1 and K2 are called as reflection coefficients.
9. If a three stage lattice filter with coefficients K1=1/4, K2=1/2 K3=1/3, then what are the FIR filter coefficients for the direct form structure?
a) (1,8/24,5/8,1/3)
b) (1,5/8,13/24,1/3)
c) (1/4,13/24,5/8,1/3)
d) (1,13/24,5/8,1/3)
Answer
Answer: d [Reason:] We get the output from the third stage lattice filter as
A3(z)=1+(13/24)z-1+(5/8)z-2+(1/3)z-3.
Thus the FIR filter coefficients for the direct form structure are (1,13/24,5/8,1/3).
10. What are the lattice coefficients corresponding to the FIR filter with system function H(z)= 1+(13/24)z-1+(5/8)z-2+(1/3)z-3?
a) (1/2,1/4,1/3)
b) (1,1/2,1/3)
c) (1/4,1/2,1/3)
d) None of the mentioned
Answer
Answer: c [Reason:] Given the system function of the FIR filter is
H(z)= 1+(13/24)z-1+(5/8)z-2+(1/3)z-3
Thus the lattice coefficients corresponding to the given filter is (1/4,1/2,1/3).
Digital Electronic MCQ Set 4
1. Wiener filter is an FIR least-squares inverse filter.
a) True
b) False
Answer
Answer: a [Reason:] FIR least square filters are also called as Wiener filters.
2. If h(n) is the impulse response of an LTI system and hI(n) is the impulse response of the inverse LTI system, then which of the following is true?
a) h(n).hI(n)=1
b) h(n).hI(n)=δ(n)
c) h(n)*hI(n)=1
d) h(n)*hI(n)=δ(n)
Answer
Answer: d [Reason:] The inverse to a linear time invariant system with impulse response h(n) is defined as the system whose impulse response is hI(n), satisfy the following condition h(n)*hI(n)=δ(n).
3. If H(z) is the system function of an LTI system and HI(z) is the system function of the inverse LTI system, then which of the following is true?
a) H(z)*HI(z)=1
b) H(z)*HI(z)=δ(n)
c) H(z).HI(z)=1
d) H(z).HI(z)=δ(n)
Answer
Answer: c [Reason:] The inverse to a linear time invariant system with impulse response h(n) and system function H(z) is defined as the system whose impulse response is hI(n) and system function HI(z), satisfy the following condition
H(z).HI(z)=1.
4. It is not desirable to restrict the inverse filter to be FIR.
a) True
b) False
Answer
Answer: b [Reason:] In most of the practical applications, it is desirable to restrict the inverse filter to be an FIR filter.
5. Which of the following method is used to restrict the inverse filter to be FIR?
a) Truncating hI(n)
b) Expanding hI(n)
c) Truncating HI(z)
d) None of the mentioned
Answer
Answer: a [Reason:] In many practical applications, it is desirable to restrict the inverse filter to be FIR. One of the simple method to get this requirement is to truncate hI(n).
6. What should be the length of the truncated filter?
a) M
b) M-1
c) M+1
d) Infinite
Answer
Answer: c [Reason:] In the process of truncating, we incur a total squared approximation error where M+1 is the length of the truncated filter.
7. Which of the following criterion can be used to optimize the M+1 filter coefficients?
a) Pade approximation method
b) Least squares error criterion
c) Both of the mentioned
d) None of the mentioned
Answer
Answer: b [Reason:] We can use the least squares error criterion to optimize the M+1 coefficients of the FIR filter.
8. Which of the following filters have a block diagram as shown in the figure?
a) Pade wiener filter
b) Pade FIR filter
c) Least squares FIR filter
d) Least squares wiener filter
Answer
Answer: d [Reason:] Since from the block diagram, the coefficients of the FIR filter coefficients are optimized by the least squares error criterion, it belongs to the least squares FIR inverse filter or wiener filter.
9. The auto correlation of the sequence is required to minimize ε.
a) True
b) False
Answer
Answer: a [Reason:] When ε is minimized with respect to the filter coefficients, we obtain the set of linear equations which are dependent on the auto correlation sequence of the signal h(n).
10. Which of the following are required to minimize the value of ε?
a) rhh(l)
b) rdh(l)
c) d(n)
d) All of the mentioned
Answer
Answer: d [Reason:] When ε is minimized with respect to the filter coefficients, we obtain the set of linear equations
and we know that rdh(l) depends on the desired output d(n).
11. FIR filter that satisfies is known as wiener filter.
a) True
b) False
Answer
Answer: a [Reason:] The optimum, in the least square sense, FIR filter that satisfies the linear equations in is called the wiener filter.
12. What should be the desired response for an optimum wiener filter to be an approximate inverse filter?
a) u(n)
b) δ(n)
c) u(-n)
d) None of the mentioned
Answer
Answer: b [Reason:] If the optimum least squares FIR filter is to be an approximate inverse filter, the desired response is
d(n)=δ(n).
13. If the set of linear equations from the equationare expressed in matrix form, then what is the type of matrix obtained?
a) Symmetric matrix
b) Skew symmetric matrix
c) Toeplitz matrix
d) Triangular matrix
Answer
Answer: c [Reason:] We observe that the matrix is not only symmetric but it also has the special property that all the elements along any diagonal are equal. Such a matrix is called a Toeplitz matrix and lends itself to efficient inversion by means of an algorithm.
14. What is the number of computations proportional to, in Levinson-Durbin algorithm?
a) M
b) M2
c) M3
d) M1/2
Answer
Answer: b [Reason:] The Levinson-Durbin algorithm is the algorithm which is used for the efficient inversion of Toeplitz matrix which requires a number of computations proportional to M2 instead of the usual M3.
Digital Electronic MCQ Set 5
1. The Fourier series representation of any signal x(t) is defined as:
Answer
Answer: a [Reason:] If the given signal is x(t) and F0 is the reciprocal of the time period of the signal and ck is the Fourier coefficient then the Fourier series representation of x(t) is given as .
2. Which of the following is the equation for the Fourier series coefficient?
Answer
Answer: c [Reason:] When we apply integration to the definition of Fourier series representation, we get
3. Which of the following is a Dirichlet condition with respect to the signal x(t)?
a) x(t) has a finite number of discontinuities in any period
b) x(t) has finite number of maxima and minima during any period
c) x(t) is absolutely integrable in any period
d) All of the mentioned
Answer
Answer: d [Reason:] For any signal x(t) to be represented as Fourier series, it should satisfy the Dirichlet conditions which are x(t) has a finite number of discontinuities in any period, x(t) has finite number of maxima and minima during any period and x(t) is absolutely integrable in any period.
4. The equation is known as analysis equation.
a) True
b) False
Answer
Answer: b [Reason:] Since we are synthesizing the Fourier series of the signal x(t), we call it as synthesis equation, where as the equation giving the definition of Fourier series coefficients is known as analysis equation.
5. Which of the following is the Fourier series representation of the signal x(t)?
d) None of the mentioned
Answer
Answer: b [Reason:] In general, Fourier coefficients ck are complex valued. Moreover, it is easily shown that if the periodic signal is real, ck and c-k are complex conjugates. As a result
ck=|ck|ejθkand ck=|ck|e-jθk
Consequently, we obtain the Fourier series as
6. The equation is the representation of Fourier series.
a) True
b) False
Answer
Answer: a [Reason:] cos(2πkF0 t+θk)= cos2πkF0 t.cosθk-sin2πkF0 t.sinθk
θk is a constant for a given signal.
So, the other form of Fourier series representation of the signal x(t) is
7. The equation of average power of a periodic signal x(t) is given as:
Answer
Answer: d [Reason:] The average power of a periodic signal x(t) is given as
By interchanging the positions of integral and summation and by applying the integration, we get
8. What is the spectrum that is obtained when we plot |ck |2 as a function of frequencies kF0, k=0,±1,±2..?
a) Average power spectrum
b) Energy spectrum
c) Power density spectrum
d) None of the mentioned
Answer
Answer: c [Reason:] When we plot a graph of |ck |2 as a function of frequencies kF0, k=0,±1,±2… the following spectrum is obtained which is known as Power density spectrum.
9. What is the spectrum that is obtained when we plot |ck| as a function of frequency?
a) Magnitude voltage spectrum
b) Phase spectrum
c) Power spectrum
d) None of the mentioned
Answer
Answer: a [Reason:] We know that, Fourier series coefficients are complex valued, so we can represent ck in the following way.
ck=|ck|ejθk
When we plot |ck| as a function of frequency, the spectrum thus obtained is known as Magnitude voltage spectrum.
10. What is the equation of the Fourier series coefficient ck of an non-periodic signal?
Answer
Answer: b [Reason:] We know that, for an periodic signal, the Fourier series coefficient is
If we consider a signal x(t) as non-periodic, it is true that x(t)=0 for |t|>Tp/2. Consequently, the limits on the integral in the above equation can be replaced by -∞ to ∞. Hence,
11. Which of the following relation is correct between Fourier transform X(F) and Fourier series coefficient ck?
a) ck=X(F0/k)
b) ck= 1/TP (X(F0/k))
c) ck= 1/TP(X(kF0))
d) None of the mentioned
Answer
Answer: c [Reason:] Let us consider a signal x(t) whose Fourier transform X(F) is given as
12. According to Parseval’s Theorem for non-periodic signal,
d) All of the mentioned
Answer
Answer: d [Reason:] Let x(t) be any finite energy signal with Fourier transform X(F). Its energy is