DSP
DSP
Q63 Ans:
In signal processing, a finite impulse response (FIR) filter is a filter
whose impulse response (or response to any finite length input) is of
finite duration, because it settles to zero in finite time. This is in
contrast to infinite impulse response (IIR) filters, which may have
internal feedback and may continue to respond indefinitely (usually
decaying).
FIR filters can be discrete-time or continuous-time, and digital or
analog.
Q64 Ans:
There are two fundamental types of digital filters: finite impulse
response (FIR) and infinite impulse response (IIR). As the terminology
suggests, these classifications refer to the filter’s impulse response.
Q65 Ans:
The five main types of frequency filters are the high pass, low-pass, all-
pass, band pass, and notch filters. Their characteristics are determined
by the type and values of circuit components used as well as their
arrangement. The classification is based on the frequency range that a
filter allows to passes through.
Q66 Ans:
Windowing
Apply window to truncated inverse Fourier transform of specified
“brick wall” filter
Multiband with Transition Bands
Equiripple or least squares approach over sub-bands of the
frequency range.
Constrained Least Squares
Minimize squared integral error over entire frequency range
subject to maximum error constraints
Arbitrary Response
Arbitrary responses, including nonlinear phase and complex filters
Raised Cosine
Lowpass response with smooth, sinusoidal transition
Q67 Ans:
Ans: A digital filter is causal if its impulse response h (n) =0 for n<0. A
digital filter is stable if its impulse response is absolutely summable.
Q68 Ans:
The necessary and sufficient condition for IIR filters to be stable is that
all poles are inside the unit circle. In contrast, FIR filters are always
stable because the FIR filters do not have poles. You can determine if
pole-zero pairs are close enough to cancel out each other effectively.
Q70 Ans:
The main reason behind the cause delay distortion is that the frequency
and velocity of the signal in-network medium do not match up. Due to
this, there occurs a delay in the signals across the network and they
appear to be significantly distorted.
In signal processing, phase distortion or phase-frequency distortion is
distortion, that is, change in the shape of the waveform, that occurs
when (a) a filter’s phase response is not linear over the frequency range
of interest, that is, the phase shift introduced by a circuit or device is
not directly proportional to frequency, or (b) the zero-frequency
intercept of the phase-frequency characteristic is not 0 or an integral
multiple of 2π radians.
Q72 Ans:
They can easily be designed to be “linear phase” (and usually are).
They are simple to implement.
They are suited to multi-rate applications.
They have desirable numeric properties.
They can be implemented using fractional arithmetic.
Q73 Ans:
The primary disadvantage of FIR filters is that they often require a much
higher filter order than IIR filters to achieve a given level of
performance. Correspondingly, the delay of these filters is often much
greater than for an equal performance IIR filter.
Q78 Ans:
There are essentially three well-known methods for FIR filter design
namely: The window method 1. The frequency sampling technique 2.
Optimal filter design methods.
Q79 Ans:
Gibbs phenomenon Is the oscillatory behavior of the Fourier series of a
piecewise continuously differentiable periodic function around a jump
discontinuity. The function’s Nth partial Fourier series (formed by
summing its N th lowest constituent sinusoids) produces large peaks
around the jump which overshoot and undershoot the function’s actual
values. This approximation error approaches a limit of about 9% of the
jump as more sinusoids are used, though the infinite Fourier series sum
does eventually converge almost everywhere except the point of
discontinuity.
The Gibbs phenomenon was observed by experimental physicists, but
was believed to be due to imperfections in the measuring apparatus,
and it is one cause of ringing artifacts in signal processing.
Q80 Ans:
In an ideal window function the: Main lobe width is small (high-
frequency resolution) Side lobe level is high (good noise suppression,
high detection ability) Side lobe roll-off rate is high.
Q81 Ans:
CLASSIFICATION OF SIGNAL PROCESSING
1) ASP (Analog signal Processing) : If the input signal given to the
system is analog then system does analog signal processing. Ex
Resistor, capacitor or Inductor, OP-AMP etc
2) DSP (Digital signal Processing) : If the input signal given to the
system is digital then system does digital signal processing. Ex
Digital Computer, Digital Logic Circuits etc. The devices called as
ADC (analog to digital Converter) converts Analog signal into
digital and DAC (Digital to Analog Converter) does vice-versa.
Most of the signals generated are analog in nature. Hence these signals
are converted to digital form by the analog to digital converter. Thus
AD Converter generates an array of samples and gives it to the digital
signal processor. This array of samples or sequence of samples is the
digital equivalent of input analog signal. The DSP performs signal
processing operations like filtering, multiplication, transformation or
amplification etc operations over these digital signals. The digital
output signal from the DSP is given to the DAC.
Q82 Ans:
Factors of influencing DSP
Arithmetic Format.
Data Width.
Speed.
Memory Organization.
Ease of Development.
Multiprocessor Support.
Power Consumption and Management.
Cost.
Q85 Ans:
The Harvard architecture is a computer architecture with separate
storage and signal pathways for instructions and data. It contrasts with
the von Neumann architecture, where program instructions and data
share the same memory and pathways.
The term originated from the Harvard Mark I relay-based computer,
which stored instructions on punched tape (24 bits wide) and data in
electro-mechanical counters. These early machines had data storage
entirely contained within the central processing unit, and provided no
access to the instruction storage as data. Programs needed to be
loaded by an operator; the processor could not initialize itself.
Modern processors appear to the user to be von Neumann machines,
with the program code stored in the same main memory as the data.
For performance reasons, internally and largely invisible to the user,
most designs have separate processor caches for the instructions and
data, with separate pathways into the processor for each. This is one
form of what is known as the modified Harvard architecture.
Q86 Ans:
Q87 Ans:
Q88 Ans:
Block diagram of VLIW Architecture
Timing Space Diagram of VLIW Architecture
Q89 Ans:
There are three types of MAC addresses, which are:
Unicast MAC Address
Multicast MAC address
Broadcast MAC address
Q91 Ans:
The number of overlapable operations of which an instruction is
comprised is known as the depth of the pipeline. The minimum depth is
three (fetch, decode, execute), typical values are four or five, but by
dividing the arithmetic operation into stages the maximum depth may
be larger.