2 Marks Questions & Answers: Cs-73 Digital Signal Processing Iv Year / Vii Semester Cse
2 Marks Questions & Answers: Cs-73 Digital Signal Processing Iv Year / Vii Semester Cse
TECHNOLOGY
Prepared by
Mrs. S.Leena/AP/ECE
UNIT I
e.g.y(n)=nx(n)
A system which does not satisfy superposition principle is known as non-linear system.
e.g.(n)=x2(n)
17.Define
.Define Region of convergence
The region of convergence (ROC) of X(Z) the set of all values of Z for which X(Z) attain
final value.
18.State
.State properties of ROC.
• The ROC does not contain any poles.
• When x(n) is of finite duration then ROC is entire Z
Z-plane
plane except Z=0 or Z=∞.
Z=
• If X(Z) is causal,then ROC includes Z=
Z=∞.
• If X(Z) is anticasual,then ROC includes Z=0.
19.State
.State the methods for evaluating inverse Z Z-transform.
• Direct valuation by contourr integration.
• Expansion into series of terms in the variable Z and Z
Z-1.
• Partial fraction expansion and look up table.
UNIT II
1 .Define DFT and IDFT (or) What are the analysis and synthesis equations of
DFT?
DFT(Analysis Equation)
IDFT(Synthesis Equation)
2 .State the properties of DFT.
1)Periodicity
2)Linearity and symmetry
3)Multiplication of two DFTs
4)Circular convolution
5)Time reversal
6)Circular time shift and frequency shift
7)Complex conjugate
8)Circular correlation
7.What are the two methods used for the sectional convolution?
The two methods used for the sectional convolution are
1)the overlap-add method and
2)overlap-save method.
11.What is FFT?
The Fast Fourier Transform is an algorithm used to compute the DFT. It makes use of the
symmetry and periodicity properties of twiddle factor to effectively reduce the DFT
computation time.It is based on the fundamental principle of decomposing the
computation of DFT of a sequence of length N into successively smaller DFTs.
12.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
radix-2 FFT are N log2 N and N/2 log2 N respectively,.
16.Draw
.Draw the basic butterfly diagram of DIT algorithm.
The basic butterfly diagram for DIT algorithm is
17.Draw
.Draw the basic butterfly diagram of DIF algorithm.
The basic butterfly
erfly diagram for DIF algorithm is
18.What
.What are the applications of FFT algorithm?
The applications of FFT algorithm includes
1) Linear filtering
2) Correlation
3) Spectrum analysis
20.Distinguish
.Distinguish between linear convolution and circular convolution of two
sequences.
Linear convolution
If x(n) is a sequence of L number of ssamples
amples and h(n) with M number of samples, after
convolution y(n) will have N=L+M
N=L+M-1 samples.
It can be used to find the response of a linear filter.
Zero padding is not necessary to find the response of a linear filter.
Circular convolution
If x(n) is a sequence of L number of samples and h(n) with M samples, after convolution
y(n) will have N=max(L,M) samples.
It cannot be used to find the response of a filter.
Zero padding is necessary to find the response of a filter.
21.What are the differences and similarities between DIF and DIT algorithms?
Differences:
1)The input is bit reversed while the output is in natural order for DIT, whereas for DIF
the output is bit reversed while the input is in natural order.
2)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.Both algorithms
can be done in place and both need to perform bit reversal at some place during the
computation.
UNIT III
4. State the advantage of direct form ΙΙ structure over direct form Ι structure.
In direct form ΙΙ structure, the number of memory locations required is less than that of
direct form Ι structure.
6. Mention the procedures for digitizing the transfer function of an analog filter.
The two important procedures for digitizing the transfer function of an analog filter are
• Impulse invariance method.
thod.
• Bilinear transformation method.
d/dt y(t)=y(nT)-y(nT-T)/T
The above equation is called backward difference equation.
10. What is the mapping procedure between S-plane & Z-plane in the method of
mapping differentials? What are its characteristics?
The mapping procedure between S-plane & Z-plane in the method of mapping of
differentials is given by
H(Z) =H(S)|S=(1-Z-1)/T
The above mapping has the following characteristics
• The left half of S-plane maps inside a circle of radius ½ centered at Z= ½ in the Z-
plane.
• The right half of S-plane maps into the region outside the circle of radius ½ in the Z-
plane.
• The j Ω-axis maps onto the perimeter of the circle of radius ½ in the Z-plane.
12. Give the bilinear transform equation between S-plane & Z-plane.
Disadvantage:
• The mapping is highly non-linear producing frequency, compression at high
frequencies.
• Neither the impulse response nor the phase response of the analog filter is preserved in
a digital filter obtained by bilinear transformation.
UNIT IV
2.Multiply the infinite impulse response with a chosen window sequence w(n) of length
N to obtain filter coefficients h(n),i.e.,
6. What is the necessary and sufficient condition for linear phase characteristic in
FIR filter?
The necessary and sufficient condition for linear phase characteristic 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.
7.What
.What are the advantages of Kaiser window?
It provides flexibility for the designer to select the side lobe level and N
It has the attractive property that tthe
he side lobe level can be varied continuously from the
low value in the Blackman window to the high value in the rectangular window
8.. What is the principle of designing FIR filter using frequency sampling method?
In frequency sampling method the desired magnitude response is sampled and a linear
phase response is specified .The samples of desired frequency response are identified as
DFT coefficients. The filter coefficients are then determined as the IDFT of this set of
samples.
11.. Draw the direct form realization of a linear Phase FIR system for N even.
12.Draw the direct form realization of a linear Phase FIR system for N odd
13. When cascade form realization is preferred in FIR filters?
The cascade form realization is preferred when complex zeros with absolute magnitude is
less than one.
UNIT V
4.What are the quantization errors due to finite word length registers in digital
filters?
1.Input quantization errors
2.Coefficient quantization errors
3.Product quantization errors
9.What is truncation?
Truncation is a process of discarding all bits less significant than LSB that is retained
11. What are the two types of limit cycle behavior of DSP?.
1. Zero limit cycle behavior
2. Over flow limit cycle behavior
13.State
.State some applications of DSP?
Speech processing ,Image processing, Radar signal processing
processing.
14.Draw
.Draw the Block diagram of adaptive filter
The same number of words can be compressed into a smaller time, and thus reduce
advertising costs, or more information can be included in a given radio or TV ad. Another
advantage is that this method seems to make the ad louder (by increasing the average
volume), and thus more likely to be noticed, without exceeding the maximum volume
allowed by law.
17.Disadvantages
ntages of speech compression
The effect of removing the silences and increasing the speed is to make it sound much
more insistent, possibly to the point of unpleasantness.
Noise cancellation
Signal prediction
Adaptive feedback cancellation
Echo cancellation
Edge enhancement is an image processing filter that enhances the edge contrast of an
image or video in an attempt to improve its acutance (apparent sharpness).
Amount. This controls the extent to which contrast in the edge detected area is
enhanced.
Radius or aperture. This affects the size of the edges to be detected or enhanced,
and the size of the area surrounding the edge that will be altered by the
enhancement. A smaller radius will result in enhancement being applied only to
sharper, finer edges, and the enhancement being confined to a smaller area around
the edge.