0% found this document useful (0 votes)
5 views

Lec1b

The document provides an introduction to analog and digital systems, defining analog systems as those with continuous values and digital systems as those with discrete values. It discusses the advantages and disadvantages of digital systems, including ease of design and susceptibility to noise, while noting that the real world is primarily analog. The document also outlines the process of converting between analog and digital signals, emphasizing the importance of digitization for efficient processing.

Uploaded by

arazameysam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

Lec1b

The document provides an introduction to analog and digital systems, defining analog systems as those with continuous values and digital systems as those with discrete values. It discusses the advantages and disadvantages of digital systems, including ease of design and susceptibility to noise, while noting that the real world is primarily analog. The document also outlines the process of converting between analog and digital signals, emphasizing the importance of digitization for efficient processing.

Uploaded by

arazameysam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 20

Digital Logic & Design (DLD)

Introduction to Analog and Digital Systems


FOIT & CS - UCP

Engr. Aamir Hayat


Faculty of Information Technology & Computer Science
University of Central Punjab
Lecture No: 1b

Intro. to Analog and Digital Systems


Basic Definition of Analog System
Introduction to Analog and Digital Systems

❑ An Analog System or quantity is one having continuous values.


A nominal continuous electrical signal that varies in amplitude or
frequency in response to changes in sound, light, heat, position or pressure
is called analog signal and the system based on this type of signal is called
FOIT & CS - UCP

Analog System.
OR
❑ An Analogue quantity is one having a continuous set of values.
OR
❑ In an analog system, the quantities can vary over a continuous range
of values. Most things that can be measured quantitatively appear in
nature in analog form.

2
Basic Definition of Analog System (Cont.)
Introduction to Analog and Digital Systems

⚫ We live in an analog world (continuous)


⚫ Analog signals are continuous in nature
• Smooth transition over a period of time
FOIT & CS - UCP

• Represent a physical quantity or phenomenon


• e.g. temperature of a cup of tea being boiled

3
Introduction to Analog and Digital Systems
FOIT & CS - UCP

Representation of Analog System


4
Introduction to Analog and Digital Systems
FOIT & CS - UCP

Representation of Analog System


5
Basic Definition of Digital System
Introduction to Analog and Digital Systems

❑ A circuit designed to respond at input voltages at one of a finite number of


levels and, similarly to produce output of a finite number of levels is
called digital system. And a digital quantity is one having a discrete set of
values.
FOIT & CS - UCP

OR
❑ A digital quantity is one having a discrete set of values. In these systems
the values are not defined at every point rather on discrete points.
OR
❑ A Digital quantity is one having a discrete set of values. A Digital
quantity is often a sampled analogue quantity.

❑ Examples of Digital Systems are Digital Computers; Digital Telephone


switching exchanges, Digital voltmeter, Frequency counter,
Calculators etc.

6
Introduction to Analog and Digital Systems
FOIT & CS - UCP

Representation of Digital System


7
Introduction to Analog and Digital Systems
FOIT & CS - UCP

Representation of Digital System


8
Advantages of Digital System
Introduction to Analog and Digital Systems

❑ An increasing majority of applications in electronics as well as in most


other technologies use digital techniques to perform operations that
were once preformed using analog methods. The main reasons to use
the digital technology are:
FOIT & CS - UCP

❑ Digital system is generally easier to design.


❑ Information storage is easier in Digital Systems.
❑ Accuracy and precision are greater.
❑ Operation can be easily programmed.
❑ Digital circuits are less affected by noise.

9
Disadvantage of Digital System
Introduction to Analog and Digital Systems

❑ There is really only one major drawback when using


Digital System techniques:
❑ The real world is mainly Analog.
FOIT & CS - UCP

❑ Most physical quantities are Analog in nature, and it is


these quantities that are often the inputs and outputs that
are being monitored, operated on, and controlled by a
system.

10
Process of Conversion from a Analog-to-Digital
(ADC) and Digital to Analog (DAC) Signal
Introduction to Analog and Digital Systems

To take advantage of digital techniques when dealing with analog


inputs and outputs, three steps must be followed:
Faculty of Engineering - UCP

1. Convert the real-world analog inputs to digital form. (ADC)


2. Process (operate on) the digital information.
3.Convert the digital outputs back to real-world analog form. (DAC)
The following diagram shows a temperature control system that requires
analog/digital conversions in order to allow the use of digital processing
techniques.

11
Process of Conversion from a Analog-to-Digital
(ADC) and Digital to Analog (DAC) Signal
Introduction to Analog and Digital Systems

Digitization (Why?)
⚫ Process of conversion from analog to digital is called digitization
FOIT & CS - UCP

⚫ Analog to digital (ADC) converters perform digitization


⚫ Digital to analog (DAC) converters regenerate the analog signals
from their digitized form
⚫ The world around us is analog
⚫ Digital systems are simple to understand & comprehend
⚫ Thus common practice is to convert analog signals into digital signals
form for efficient processing of signals
⚫ Inevitable to avoid loss of some accuracy (information) due to this
conversion
⚫ Reason: digital systems can only represent fixed (finite or discrete) set
of values
12
Digitization Example (Converting
Analog signal into Digital)
Introduction to Analog and Digital Systems
FOIT & CS - UCP

13
Signal representation (Voltage)
Introduction to Analog and Digital Systems

⚫ Computers use low power supply voltage, typically from


0V to 5V
⚫ In decimal numbering system, the voltage levels are
FOIT & CS - UCP

divided into 10 equal parts. Therefore:


• 0 represents 0 – 0.5V
• 1 represents 0.5 – 1.0V
• 2 represents 1.0-1.5V and so forth.
⚫ Only 0.5V separate two consecutive voltage ranges if
decimal digits are used.
Binary 1: Any voltage between 2V to 5V
Binary 0: Any voltage between 0V to 0.8V
14
Representing Binary Quantities in Digital
Introduction to Analog and Digital Systems
FOIT & CS - UCP

◆ We can see another significant difference between


digital and analog systems. In digital systems, the exact
value of a voltage is not important; e.g., a voltage of
3.6V means the same as a voltage of 4.3V. In analog
systems, the exact value of a voltage is important.
15
Introduction to Analog and Digital Systems
FOIT & CS - UCP

Signal representation (Voltage)


16
Representing Binary Quantities
Introduction to Analog and Digital Systems

❑ A binary number, at its most basic level, is called a BIT


(BIT being short for Binary-digIT). A BIT is a value which can
hold two possible states. These states can be many different things.
FOIT & CS - UCP

They can be...


»TRUE or FALSE
»ON or OFF
»YES or NO
»UP or DOWN
»ACTIVE or INACTIVE
❑ Numerically they are expressed as ONE (1) or ZERO (0).
Every piece of information stored in a computer system
ultimately breaks down to one of these two BITS. 17
Integrated Circuit Complexity Classifications
Introduction to Analog and Digital Systems

❑ 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.

❑ SSI – Small-Scale Integration : 1 → 10 gates.


FOIT & CS - UCP

For example, basic gates and flip-flops.


❑ MSI – Medium-Scale Integration : 10 → 100 gates.
For example, encoders, decoders, counters, registers,
multiplexers, arithmetic circuits, small memories and others.
❑ LSI – Large-Scale Integration : 100 → 10,000 gates.
For example, memories and simple microprocessors.
❑ VLSI – Very Large-Scale Integration : 10,000 → 99,999
gates. For example, microprocessors.
❑ ULSI – Ultra Large-Scale Integration : 100,000 + gates.
For example, PC 3D graphics cards microprocessor controllers
and microprocessors. 18
Introduction to Analog and Digital Systems
Faculty of Engineering - UCP

Integrated Circuit (Layout)

SRAM
SRAM

Data paths

19
Standard cells
Development of IC’s in terms of Size
Introduction to Analog and Digital Systems

1990 1992 1994 1995 2000 2003 2006 2010


FOIT & CS - UCP

0.8 m 0.6 m 0.5 m 0.35 m 0.25 m 0.18 m 0.1 m

1 m

Submicron Deep Submicron


Nanometer

20

You might also like