Reference Slides PDF
Reference Slides PDF
Slides are just for reference, Follow the text book for detailed
study.
K-Map
Practice Problems (Make Groups)
Contd..
How to minimize expressions
using K-Map
F(A,B,C,D) = ∑m(0,2,5,8,10,13) + ∑d(7,15)
F(A,B,C,D) = ∑m(0,2,5,8,10,13) + ∑d(6,7,14,15)
GATE questions
Mapping of Standard POS Form
Digital Circuits
Digital circuits
= ∑m(?)
Implement Boolean function F(A, B, C) = ∑m (1,3,5,6) with 4:1 mux.
Demultiplexer
A demultiplexer (or demux) is a device that takes a single
input line and routes it to one of several digital output lines.
S0 S1 S2 F
0 0 0 I0
0 0 1 I1
0 1 0 I2
0 1 1 I3
1 0 0 I4
1 0 1 I5
1 1 0 I6
1 1 1 I7
8:1 Mux using 4:1 Mux only
S0 S1 S2 F
0 0 0 I0
0 0 1 I1
0 1 0 I2
0 1 1 I3
1 0 0 I4
1 0 1 I5
1 1 0 I6
1 1 1 I7
16:1 using 4:1 mux
Decoder
Example: Implement full adder with a decoder.
Digital to Analog Converters
R-2R Ladder
Weighted Resistor TYPE DAC
−𝑅𝑓
Vout = × Vin
𝑅
Analog To Digital Converters
Resolution of ADC
The resolution of a n-bit analog-to-digital Converter (ADC)
is a function of how many parts the maximum signal can be
divided into. The formula to calculate resolution is 2^n. For
example, a 12 bit ADC has a resolution of 2^12 = 4,096.
Therefore, our best resolution is 1 part out of 4,096, or
0.0244% of the full scale
Counter type ADC
Output waveform of counter type ADC
Successive Approximation Type ADC