Digital Concepts: 1.1 Definition of An Analogue Quantity
Digital Concepts: 1.1 Definition of An Analogue Quantity
EXAMPLE :
18
16
14
Temperature
12
10
8
6
4
2
0
-2
-4
1 2 3 4 5 6 7 8 9 10 11 12 13 14
Time
EXAMPLE :
18
16
14
Temperature
12
10
8
6
4
2
0
-2
-4
1 2 3 4 5 6 7 8 9 10 11 12 13 14
Time
1
1.3 Binary digits : HIGH and LOW
The binary number system has only two digits: 0 and 1. These are called bits. In digital
circuits two different voltage levels are used to represent the two bits. A 1 is represented
by the higher voltage level, referred to as HIGH, and a 0 is represented by the lower
voltage level, referred to as LOW. Combinations of bits are called codes and these are
used to represent different quantities and values in digital applications.
Example values are shown in red. The HIGH logic level is bounded by VH(max) and VH(min).
The LOW logic level is bounded by VL(max) and VL(min). The range of uncertainty lies
between VH(min) and VL(max).
0 0 0 1 0 1 0 0 1 1 0 1 0 1 0 Binary Code
HIGH Digital Waveform
LOW
Time
90%
Amplitude V 50%
10%
Pulse Width tW
Base line
tr tf
Rise time Fall time
Not only are pulses non-ideal, they can also exhibit some undesirable characteristics.
These are overshoot, undershoot and ringing. These are shown below :
Overshoot Ringing
Undershoot Ringing
Digital waveforms can also be described by their periodicity; that is whether or not they
are periodic. Periodic waveforms repeat over a fixed interval, non-periodic waveforms
do not. For example
Non-Periodic Waveform
1
0
tW
Periodic Waveform
1
0
T T T T T T T
In the diagram above T is the period of the waveform and hence the frequency (f
expressed in Hz) of the waveform is related to the period as it’s inverse.
3
1 1
f = (Hz) T = (s)
T f
1
The duty cycle of the waveform is defined as the ratio of the pulse width to the period
and is expressed as a percentage.
t
DutyCycle = W 100%
T
In many digital systems all waveforms are synchronised with a basic timing waveform
called the clock. The clock is a periodic waveform in which each interval between
pulses (the period) equals one bit time.
Bit
time
1
Clock
0
1
A
0
1 0 1 0 0 0 1 0 1 1 1 0 1 0 1
In the diagram above a bit sequence is represented by waveform A. It can be seen that for
each bit time the waveform is either HIGH or LOW (1 or 0). These types of diagrams,
showing the clock and other related waveforms are known as timing diagrams.
Integrated circuits are generally constructed on a single piece of silicon, which is then
enclosed inside a plastic package. Metal contacts are connected to the silicon through the
plastic package to the outside world. Such ICs are monolithic ICs. All the components
that make up the circuit; transistors, diodes, resistors and capacitors, are an integral part
of the single silicon chip.
4
IC Packaging
The plastic packages that contain ICs come in a variety of forms but are generally
classified into two types: through-hole mounted and surface mounted. The most
common type of through-hole mounted package is the dual-in-inline package (DIP). In a
DIP the connecting legs are tapered pins that are placed through holes in the PCB and are
then soldered on the other side. Surface-mount technology (SMT) packages come in a
variety of styles; four common package types are: SOIC (small-outline IC), PLCC
(plastic leaded chip carrier), LCCC (leadless ceramic chip carrier) and flat pack. End
views of the package types discussed are shown below.
Dual-in-line package (DIP)
IC Pin Numbering
All IC packages have a standard format for numbering the leads (pins). The numbering
format for DIPs, SOICs and flat packs is the same, as is the numbering format for PLCCs
amd LCCCs. These are shown below.
5
IC Complexity Classifications
ICs are classified by the complexity of the silicon chip that they contain. The
classification is decided by determining the number of gate circuits contained in the chip.
They are :
SSI – Small-Scale Integration : 1 → 11 gates. For example, basic gates and flip-flops.
LSI – Large-Scale Integration : 100 → 9,999 gates. For example, memories and
simple microprocessors.
These are the generally accepted definitions, though slightly different figures may be
quoted elsewhere.
IC Technologies
The types of transistors with which all ICs are implemented are either bipolar junction
transistors or MOS (metal-oxide semiconductor) transistors.
Two types of ICs which use bipolar junction transistors are transistor-transistor logic
(TTL) and emitter-coupled logic (ECL) ICs. Of these two TTL is the most widely used.
It is not as fast as ECL but consumes much less power.
Three types of ICs which use MOS technology are Complementary MOS (CMOS), n-
channel MOS (NMOS) and p-channel MOS (PMOS). The CMOS and NMOS
technologies are the most popular.
All gates and functions can be implemented using the above technologies, however in
practice TTL and CMOS are popular for SSI and MSI ICs. CMOS along with NMOS is
also used for LSI, VLSI and ULSI because they consume less power and take up less area
on the chip.