Digital Signal Processing Two Marks
Digital Signal Processing Two Marks
\
1. Consider the analog signal x(t) = 3cos50πt + 10 sin 300πt – cos 100πt. What is the nyquist
rate for this signal
Here ωmax=300π
So, 2πfm=300π
Hence, Nyquist rate Fs=2fm=300
2. State Shannon’s sampling theorem.
A band limited continuous time signal with highest frequency (band width) fm hertz ,
can be uniquely recovered from its samples provided that the sampling rate fs is greater
than or equal to 2fm samples per second
Fs≥2fm
3. Given a continuous time signal x(t)= 2cos500πt. What is the Nyquist rate and
fundamental frequency of the signal?
ω =500π
2πf= 250π
f= 250Hz
Nyquist rate Fs=2fm= 2x250= 500Hz
4. What is the Nyquist rate for the signal xa(t)=3cos 600πt+2cos1800πt?
1. Define DTFT.
Let us consider the discrete time signal x(n).
Its DTFT is denoted as X(w).It isgiven as X(w)= x(n)e-jwn
2. State the condition for existence of DTFT?
The conditions are
• If x(n)is absolutely summable then |x(n)|<
• If x(n) is not absolutely summable then it should have finite energy for DTFT to exit.
The Z transform of a discrete time signal x(n) is denotedby X(z) and is givenby
X(z)= x(n)Z-n.
10. Define ROC.
The value of Z for which the Z transform converged is called region of convergence.
The convolution property states that the convolution of two sequences in time domain is
equivalent to multiplication of their Z transforms.
UNIT-III
1. What is DFT?
It is a finite duration discrete frequency sequence, which is obtained by sampling one
period of Fourier transform. Sampling is done at N equally spaced points over the
period extending from w=0 to 2л.
7. How many multiplications and additions are required to compute N-point DFT
using redix-2 FFT?
The number of multiplications and additions required to compute N-point DFT using
redix-2 FFT are N log2N and N/2 log 2N respectively.
11.What are the differences and similarities between DIF and DIT algorithms?
Differences:
For DIT, the input is bit reversal while the output is in natural order, whereas for DIF, the input
is in natural order while the output is bit reversed.
The DIF butterfly is slightly different from the DIT butterfly, the difference being that the
complex multiplication takes place after the add-subtract operation in DIF.
Similarities:
Both algorithms require same number of operations to compute the DFT. Bot algorithms can be
done in place and both need to perform bit reversal at some place during the computation
UNIT IV
The phase distortion is introduced when the phase characteristics of a filter is nonlinear within
the desired frequency band. The delay distortion is introduced when the delay is not constant within
the desired frequency band.
2. What is mean by FIR filter?
The filter designed by selecting finite number of samples of impulse response h (n) obtained from
inverse Fourier transform of desired frequency response H(w) are called FIR filters
The duration of impulse response should be large to realize sharp cutoff filters. The non
integral delay can lead to problems in some signal processing applications.
6. List the well known design technique for linear phase FIR filter design?
Fourier series method and window method
Frequency sampling method
Optimal filter design method
7. For what kind of application, the symmetrical impulse response can be used?
The impulse response, which is symmetric having odd number of samples, can be used to
design all types of filters, i.e., lowpass, highpass, bandpass and band reject. The symmetric impulse
response having even number of samples can be used to design lowpass and bandpass filter.
.
8. Under what conditions a finite duration sequence h(n) will yield constant group delay in its
frequency response characteristics and not the phase delay?
If the impulse response is anti symmetrical, satisfying the condition H(n)=-h(N-1-n) The
frequency response of FIR filter will have constant group delay and not the phase delay.
1. The central lobe of the frequency response of the window should contain most of the energy
and should be narrow.
2. The highest side lobe level of the frequency response should be small.
3. The side lobes of the frequency response should decrease in energy rapidly as w tends to p
13. What is the necessary and sufficient condition for linear phase characteristics in FIR filter?
The necessary and sufficient condition for linear phase characteristics in FIR filter is the
impulse response h(n) of the system should have the symmetry property, i.e, H(n) = h(N-1-n)
Where N is the duration of the sequence
14. What are the advantages of Kaiser Widow?
1. It provides flexibility for the designer to select the side lobe level and N.
2. It has the attractive property that the side lobe level can be varied continuously from the low
value in the Blackman window to the high value in the rectangle window.
15. What are the different types of filters based on impulse response?
Based on impulse response the filters are of two types 1. IIR filter 2. FIR filter The IIR filters
are of recursive type, whereby the present output sample depends on the present input, past input
samples and output samples. The FIR filters are of non recursive type, whereby the present output
sample depends on the present input sample and previous input samples.
Advantages:
1. FIR filters have exact linear phase.
2. FIR filters are always stable.
3. FIR filters can be realized in both recursive and non recursive structure.
4. Filters with any arbitrary magnitude response can be tackled using FIR sequence.
Disadvantages:
1. For the same filter specifications the order of FIR filter design can be as high as 5 to 10 times
that in an IIR design.
2. Large storage requirement is requirement
3. Powerful computational facilities required for the implementation.
18. How one can design digital filters from analog filters? ·
1.Map the desired digital filter specifications into those for an equivalent analog filter. ·
2.Derive the analog transfer function for the analog prototype. ·
3. Transform the transfer function of the analog prototype into an equivalent digital filter
transfer function
.
UNIT V
DIGITAL SIGNAL PROCESSOR
General-purpose digital signal processors are basically high speed microprocessors with
hard ware architecture and instruction set optimized for DSP operations. These processors
make extensive use of parallelism, Harvard architecture, pipelining and dedicated
hardware whenever possible to perform time consuming operations
Direct addressing.
Indirect addressing.
Bit-reversed addressing.
Immediate addressing.
Short immediate addressing.
Long immediate addressing.
Circular addressing
8.What are the instructions used for block transfer in C5X Processors?
The BLDD, BLDP and BLPD instructions use the BMAR to point at the source or
destination space of a block move. The MADD and MADS also use the BMAR to address an
operand in program memory for a multiply accumulator operation
The auxiliary register file contains eight memory-mapped auxiliary registers (AR0-AR7),
which can be used for indirect addressing of the data memory or for temporary data storage.
The parallel logic unit (PLU) can directly set, clear, test, or toggle multiple bits in
control/status register pr any data memory location. The PLU provides a direct logic operation path to
data memory values without affecting the contents of the ACC .