EEE 509 (Digital Signal Processor)
EEE 509 (Digital Signal Processor)
The main parts of this DSP system are: Input transducer, Signal conditioner
or Amplifier, Anti-Aliasing filter, Analog-to-Digital Converter, Digital signal
processor, Digital-to-Analog Converter, Smoothing filter, Amplifier, Output
transducer.
The transducer generates a very low magnitude or weak signal that cannot
be analyzed properly. So, here we need an amplifier that can amplify the weak
signal from the transducer into a high amplitude signal. The next block is the
filter, it filters the amplified signal by removing the unwanted noise signals.
Analog-to-Digital (ADC) Converter, converts the analog signal into digital signal.
Therefore, the digital signal is fed to the Digital Signal Processor, so the processor
can process the signal. After completion of processing, the processed digital
signal is converted into an analog signal by a Digital-to-Analog Converter (DAC).
The smoothing filter, filters the analog.
4. BCD DAC
5. Bipolar DAC.
DAC RESOLUTION
Resolution = 2N
where N represents the number of bits. For a 4-bit DAC, the resolution will be 16.
STEP SIZE:
It is the smallest change that a DAC can produce in the O/P, or it is the
difference b/w two consecutive voltage levels of the DAC.
The resolution and step size are inversely related to each other. Increasing
the resolution decreases the step size b/w the O/P levels, which leads to smooth
and precise analog O/P.
and
Example:
Solution:
1. The binary weighted DAC has quite a large gap between LSB and MSB
resistors values and requires a very precise value of resistors.
Advantages:
The circuit below is an example of a simple DAC. The input to the circuit is
the 3-bit binary number A2 , A1 , A0 , where the variables A0 , A1 and A2 each takes
on the value 0v or 1v.
V2 = 4A2 + 2A1 + A0
Under this circumstance, when the input is A2, A1, A0 = 000, the output is
V2 = 0v, while when the output is A2, A1, A0 = 111, the output is A2 = 7v.
Extending the circuit shown above to implement a DAC with more than
𝑅 𝑅 𝑅
three input bits requires additional input resistors 8 , 16, 32, and so on.
The truth table for the 3-bit DAC above and its corresponding analog
output voltages are shown below.
ANALOG-TO-DIGITAL CONVERSION [ADC]
This is the conversion of physical result from physical system into digital
form. There are a number of approaches that can be taken for the construction of
an analog-to-digital converter [ADC]. One technique incorporates a DAC as
shown below.
For this device, an analog input voltage is applied to one of the inputs of a
voltage comparator. The output of the DAC is applied to the other input of the
comparator. As long as the DAC output voltage is less than the analog input
voltage, the comparator output is high (logic 1) and clock pulses are applied to
the binary counter. However, when the count of the binary counter is high
enough such that the value of the DAC output exceeds the analog input, the
comparator output is low (logic 0), so additional clock pulses are not applied to
the counter. Therefore, the counter stops counting and the resulting n-bit output
is MSB,----LSB.