Digital Signal Processing Questions and Answers Part-6

1. Which of the following should be done in order to convert a continuous-time signal to a discrete-time signal?
a) Sampling
b) Differentiating
c) Integrating
d) None of the mentioned

Answer: a
Explanation: The process of converting a continuous-time signal into a discrete-time signal by taking samples of continuous time signal at discrete time instants is known as ‘sampling’.

2. The process of converting discrete-time continuous valued signal into discrete-time discrete valued (digital) signal is known as ____________
a) Sampling
b) Quantization
c) Coding
d) None of the mentioned

Answer: b
Explanation: In this process, the value of each signal sample is represented by a value selected from a finite set of possible values. Hence this process is known as ‘quantization’

3. The difference between the unquantized x(n) and quantized xq(n) is known as ___________
a) Quantization coefficient
b) Quantization ratio
c) Quantization factor
d) Quantization error

Answer: d
Explanation: Quantization error is the difference in the signal obtained after sampling i.e., x(n) and the signal obtained after quantization i.e., xq(n) at any instant of time.

4. Which of the following is a digital-to-analog conversion process?
a) Staircase approximation
b) Linear interpolation
c) Quadratic interpolation
d) All of the mentioned

Answer: d
Explanation: The process of joining in terms of steps is known as staircase approximation, connecting two samples by a straight line is known as Linear interpolation, connecting three samples by fitting a quadratic curve is called as Quadratic interpolation.

5. The relation between analog frequency ‘F’ and digital frequency ‘f’ is?
a) F=f*T(where T is sampling period)
b) f=F*T
c) No relation
d) None of the mentioned

Answer: b
Explanation: Consider an analog signal of frequency ‘F’, which when sampled periodically at a rate Fs=1/T samples per second yields a frequency of f=F/Fs=>f=F*T.

6. If ‘F’ is the frequency of the analog signal, then what is the minimum sampling rate required to avoid aliasing?
a) F
b) 2F
c) 3F
d) 4F

Answer: a
Explanation: According to Nyquist rate, to avoid aliasing the sampling frequency should be equal to twice of the analog frequency.

7. What is the nyquist rate of the signal x(t)=3cos(50*pi*t)+10sin(300*pi*t)-cos(100*pi*t)?
a) 50Hz
b) 100Hz
c) 200Hz
d) 300Hz

Answer: d
Explanation: The frequencies present in the given signal are F1=25Hz, F2=150Hz, F3=50Hz
Thus Fmax=150Hz and from the sampling theorem,
nyquist rate=2*Fmax
Therefore, Fs=2*150=300Hz.

8. If the sampling rate Fs satisfies the sampling theorem, then the relation between quantization errors of analog signal(eq(t)) and discrete-time signal(eq(n)) is?
a) eq(t)=eq(n)
b) eq(t)<eq(n)
c) eq(t)>eq(n)
d) not related

Answer: a
Explanation: If it obeys sampling theorem, then the only error in A/D conversion is quantization error. So, the error is same for both analog and discrete-time signal.

9. The quality of output signal from A/D converter is measured in terms of __________
a) Quantization error
b) Quantization to signal noise ratio
c) Signal to quantization noise ratio
d) Conversion constant

Answer: c
Explanation: The quality is measured by taking the ratio of noises of input signal and the quantized signal i.e., SQNR and is measured in terms of dB.

10. Which bit coder is required to code a signal with 16 levels?
a) 8 bit
b) 4 bit
c) 2 bit
d) 1 bit

Answer: b
Explanation: To code a signal with L number of levels, we require a coder with (log L/log 2) number of bits. So, log16/log2=4 bit coder is required.