It6502 2m-1 Rejinpaul
It6502 2m-1 Rejinpaul
It6502 2m-1 Rejinpaul
com
www.rejinpaul.com
16. State the convolution property and time shifting property of z-transform.
Convolution property: If Z[x(n)] = X(Z) & Z[h(n)] = H(Z)
Then Z[x(n) * h(n)] = X(Z) . H(Z)
Time shifting property: If Z[x(n)] = X(Z)
then, Z[x(n-m)] = Z -m X(Z)
www.rejinpaul.com
www.rejinpaul.com
Zero padding is not necessary to find the Zero padding is necessary to find the response
response of a linear filter. of a filter.
In this method, L samples of the current In this method L samples from input
segment and (M-1) samples of the sequence and padding M-1 zeros forms
previous segment forms the input data data block of size N.
block.
Initial M-1 samples of output sequence There will be no aliasing in output data
are discarded which occurs due to blocks.
aliasing effect.
To avoid loss of data due to aliasing last Last M-1 samples of current output
M-1 samples of each data record are block must be added to the first M-1
saved. samples of next output block. Hence
called as overlap add method.
10. Draw the basic butterfly diagram of DIF-FFT
www.rejinpaul.com
www.rejinpaul.com
9. Why impulse invariant method is not preferred in the design of IIR filters other than
low pass filter?
In this method the mapping from s plane to z plane is many to one. Thus there are infinite
number of poles that map to the same location in the z plane, producing an aliasing effect. It
is inappropriate in designing high pass filters. Therefore this method is not much preferred.
10. Write a note on pre warping.
The effect of the non linear compression at high frequencies can be compensated. When the
desired magnitude response is piecewise constant over frequency, this compression can be
compensated by introducing a suitable rescaling or prewar ping the critical frequencies.
2 ω
Prewarping frequency is given by, Ω = T tan
2
11. Distinguish between Butterworth and Chebyshev filter.
1. The magnitude response of Butterworth filter decreases monotonically as the frequency
increases from 0 to ∞, whereas the magnitude response of the Chebyshev filter exhibits
ripple in the passband and monotonically decreasing in the stopband.
2. The transition band is more in Butterworth filter compared to Chebyshev filter.
3. The order of the Chebyshev filter is less than that of Butterworth.
12. State the advantages and disadvantages of FIR filter over IIR filter.
Advantages: i) FIR filter has linear phase characteristics. ii) FIR filters are inherently
stable. iii) The design of FIR filters is fairly simple compared to IIR filters.
Disadvantages: i) FIR filters need higher order compared to IIR filter. ii) Processing time is
more in FIR filter. iii) FIR filters need more memory. iv) FIR filters are all zero filters.
13. How can you design a digital filter from analog filter?
Digital filter can de designed from analog filter using the following methods
1. Approximation of derivatives
2. Impulse invariant method
3. Bilinear transformation
www.rejinpaul.com
www.rejinpaul.com
These filters can be easily designed to have These filters do not have linear phase.
perfectly linear phase.
FIR filters can be realized recursively and non- IIR filters can be realized recursively.
recursively.
Greater flexibility to control the shape of their Less flexibility,usually limited to kind
magnitude response. of filters.
Errors due to roundoff noise are less severe in The roundoff noise in IIR filters are
FIR filters, mainly because feedback is not used. more.
5. What is the condition for linear phase of a digital filter?
A FIR filter will have linear phase if, h (n) = h (N-1-n) for symmetric response.
h (n) = - h (N-1-n) for antisymmetric response.
Where ‘N’ is the length of unit sample response of the filter.
www.rejinpaul.com
www.rejinpaul.com
WR(n) = 1 for n = -
N 1 <n< +
N 1
2 2
= 0, otherwise
ii) Hanning window
6. What is quantization error & list the errors due to finite word length registers.
The quantization of numbers is done by truncation or rounding off during storing the results,
an error occurs. That is called quantization error.
The errors are
Input quantization error
Coefficient quantization error
Product quantization error
7. Explain briefly the need for scaling in the digital filter realization.
When a digital filter is implemented using fixed point arithmetic, overflow may occur at the
input to the multiplier and at the output of the adder, which may lead the oscillation with
large amplitude .This can be minimized by scaling. To prevent overflow, the signal level at
certain points in the digital filters must be scaled so that no overflow occur in the adder.
8. Define Dead band of the filter.
The limit cycle occurs as a result of quantization effects in multiplication. The amplitudes of
the output during a limit cycle are confined to a range of values called the deadband of the
1 b
filter. y(n-1) < 2
2
1-|α|
9. What is truncation?
Truncation is the process of discarding all the bits less significant than the least significant
bit that is retained. For example, truncate 0.110111 to b=4bits.
Result= 0.1101
10. Define product round off error?
Product quantization error occurs at the output of the multiplier. Multiplication of a 'b' bit
data with a 'b' bit coefficient results a product of '2b' bits. Since a 'b' bit register is used, the
multiplier output must be rounded or truncated to 'b' bits, which produces error. This is
known as product round off error.