IC CHARACTERSTICS
- Fan Out
- Propagation Delay
- Noise Margin
- Power Dissipation
2.4V
2.0V
0.8V
0.4V
Power Dissipation (PD)
Expressed
in Milliwatts
PD= VCC * ICC
ICC(avg)=(ICCH+ICCL)/2
Diminished Radix Complement
Number N in base r having n digits
(r-1)s complement = (rn -1) N
Radix Complement
Number N in base r having n digits
(r)s complement = (rn N )
Ex: base 2:
base10:
2s complement, 1s complement
10s compliment, 9s compliment
The Reflected Code
The advantage of the reflected code
over pure binary numbers is that a
number in the reflected code changes by
only one bit as it proceeds from one
number to the next. The reflected code
is also known as the Gray code.
Four-bit reflected code
Complement of a Function.
F = xyz + xyz
Complement of a Function.
F = xyz + xyz
dual of F is (x+y+z)(x+y+z)
complement each literal
- (x+y+z)(x+y+z) = F
Canonical Form
- Boolean Expression expressed in
sum of minterms or product of maxterms
Standard form
F1 = y +xy + xyz
F = (AB + CD)(AB+CD)