SlideShare a Scribd company logo
Digital versus Analog systems
Analog Representation:
 In analog representation
a quantity is represented
by a voltage, current, or
meter movement that is
proportional to the value
of that quantity.
 Analog quantities such
as those cited above
have an important
characteristic: they can
vary over a continuous
range of values.
2 10
8
6
4 16
14
12 20
18
Analog voltage vs time
Voltage(V)
Time (s)
5
3
1
-5
-3
-1
1
Digital Representation:
 In digital representation the
quantities are represented not by
proportional quantities but by
symbols called digits.
 As an example, consider the digital
watch, which provides the time of
day in the form of decimal digits
which represent hours and minutes
(and sometimes seconds).
 As we know, the time of day
changes continuously, but the
digital watch reading does not
change continuously; rather, it
changes in steps of one per minute
(or per second).
 In other words, this digital
representation of the time of day
changes in discrete steps, as
compared with the representation
of time provided by an analog
watch, where the dial reading
changes continuously.
2 10
8
6
4 16
14
12 20
18
Digital voltage vs time
Voltage(V)
Time (s)
5
3
1
-5
-3
-1
The major difference between
analog and digital quantities is
Analog  Continuous
Digital  Discrete
2
 Advantages
 Digital systems are easier to design.
 The switching circuits in which there are only two voltage
levels, HIGH and LOW, are easier to design. The exact
numerical values of voltages are not important because
they have only logical significance; only the range in which
they fall is important.
 Information storage is easy.
 There are many types of semiconductor and magnetic
memories of large capacity which can store data for
periods as long as necessary.
 Accuracy and precision are greater.
 Digital systems are much more accurate and precise than
analog systems, because digital systems can be easily
expanded to handle more digits by adding more switching
circuits. Analog systems will be quite complex and costly for
the same accuracy and precision.
 Digital systems are more versatile.
 It is fairly easy to design digital systems whose operation is
controlled by a set of stored instructions called the
program. Any time the system operation is to be changed, it
can easily be accomplished by modifying the program
 Digital circuits are less affected by noise.
 Unwanted electrical signals are called noise. Noise is
unavoidable in any system. Since in analog systems the
exact values of voltages are important and in digital
systems only the range of values is important, the effect of
noise is more severe in analog systems. In digital systems,
noise is not critical as long as it is not large enough to
prevent us from distinguishing a HIGH from a LOW.
Advantages and Limitations of Digital Techniques
Limitation
There is really only
one major drawback
when using digital
techniques:
“ The real world is
mainly analog”
3
To take advantage of digital techniques when dealing with
analog inputs and outputs, three steps must be followed:
 Convert the real-world analog inputs to digital form. (ADC)
 Process (operate on) the digital information.
 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.
Measuring
Device
Analog-to-Digital
Converter (ADC)
Digital
Processing
Digital-to- Analog
Converter (DAC)
Controller
Temperature
(analog)
(Analog) (Digital)
(Digital) (Analog)
Adjust
temperature
Block diagram of a typical temperature control system.
4
Example
5
 The need for conversion between analog and digital forms of
information can be considered a drawback because of the
added complexity and expense.
 Another factor that is often important is the extra time required
to perform these conversions.
 In many applications, these factors are outweighed by the
numerous advantages of using digital techniques, and so the
conversion between analog and digital quantities has become
quite commonplace in the current technology.
 There are situations, however, where using only analog
techniques is simpler and more economical.
 For example, the process of signal amplification is most easily accomplished
using analog circuitry.
 It is becoming more and more common to see both digital and
analog techniques employed within the same system in order
to profit from the advantages of each.
 In these hybrid systems, one of the most important parts of the
design phase involves determining what parts of the system
are to be analog and what parts are to be digital.
6
Binary logic Gates
 The general public as being magical sometimes looks upon
computers, calculators, and other digital devices.
 Actually, digital electronic devices are extremely logical in
their operation.
 The basic building block of any digital circuit is a logic gate.
 The logic gates we will use operate with binary numbers,
hence the term binary logic gates.
 Logic gates are the building blocks for even the most
complex computers.
 Logic gates can be constructed by using simple switches,
relays, transistors and diodes, or lCs.
 Because of their availability, wide use, and low cost, ICs will
be used to construct digital circuits.
 A variety of logic gates are available in all logic families
including TTL and CMOS. 7
Logic families
• There are a variety of circuit configurations
or more appropriately various approaches
used to produce different types of digital
integrated circuit.
• Each such fundamental approach is called
a logic family
• The idea is that different logic functions,
when fabricated in the form of an IC with
the same approach,or in other words
belonging to the same logic family, will
have identical electrical characteristics.8
Logic Families
• A digital system in general comprises
digital ICs performing different logic
functions, and choosing these ICs from the
same logic family guarantees that different
ICs are compatible with respect to each
other and that the system as a whole
performs the intended logic function
9
Logic Families
• The entire range of digital ICs is fabricated
using either bipolar devices(BJT) or MOS
devices or a combination of the two
• Different logic families falling in the first
category are called bipolar families,and
these include:
– diode logic (DL),
– resistor transistor logic (RTL),
– diode transistor logic (DTL),
10
Logic Families
– transistor transistor logic (TTL),
– emitter coupled logic (ECL), also known as
current mode logic(CML), and
– integrated injection logic (I2L).
11
Logic families
• The logic families that use MOS devices
as their basis are known as MOS families,
and the prominent members belonging to
this category are:
– the PMOS family(using P-channel
MOSFETs),
– the NMOS family (using N-channel
MOSFETs) and
– the CMOS family(using both N- and P-
channel devices).
• The Bi-MOS logic family uses both bipolar
and MOS devices.
12
Logic families
• Logic families that are still in widespread
use include TTL, CMOS, ECL, NMOS and
Bi-CMOS.
• The PMOS and I2L logic families, which
were mainly intended for use in custom
large-scale integrated(LSI) circuit devices,
have also been rendered more or less
obsolete, with the NMOS logic family
replacing them for LSI and VLSI
applications.
13
Digital Signals
 Digital systems use the binary number system.
 Therefore, two-state devices are used to represent the two binary digits 1 and 0 by
two different voltage levels, called HIGH and LOW.
 If the HIGH voltage level is used to represent 1 and the LOW voltage level to
represent 0, the system is called the positive logic system.
 On the other hand, if the HIGH voltage level represents 0 and the LOW voltage level
represents 1, the system is called the negative logic system.
 Normally, the binary 0 and 1 are represented by the logic voltage levels 0V and +5 V.
 So, in positive logic system, 1 is represented by + 5 V (HIGH) and 0 is represented
by 0 V (LOW); and in a negative logic system, 0 is represented by + 5 V (HIGH) and l
is represented by 0 V ( LOW).
 Both positive and negative logics are used in digital systems, but the positive logic
is more common.
HIGH
LOW
Leading
edge
Trailing
edge
a) Positive pulse
HIGH
LOW
Leading
edge
Trailing
edge
b) Negative pulse
14
 In reality, because of circuit variations, the 0 and 1 would be
represented by voltage ranges instead of particular voltage
levels.
 Example of Voltages Level in TTL family
0V
2.0 V
0.8V
5.0V HIGH
(Logic 1)
Indeterminate
range
LOW
(Logic 0)
15
Waveform Characteristics
 Most waveforms encountered in digital
systems are composed of series of pulses,
sometimes called pulse trains, and can be
classified as either periodic or nonperiodic.
 A periodic pulse waveform is one that repeats
itself at a fixed interval, called a period (T).
The frequency (f) is the rate at which it
repeats itself and is measured in hertz (Hz).
 A nonperiodic pulse waveform, of course,
does not repeat itself at fixed intervals and
may be composed of pulses of randomly
differing pulse widths and/or randomly differing
time intervals between the pulses. An example
of each type is shown in Figure 1.5.
 The frequency (f) of a pulse (digital) waveform
is the reciprocal of the period. The relationship
between frequency and period is expressed as
follows:
 An important characteristic of a periodic digital
waveform is its duty cycle. The duty cycle is
the ratio of the pulse width (tW) to the period
(T) and can be expressed as a percentage.
T1 T2 T3
Period = T1 = T2 =T3 =…=Tn
Frequency=1/T
T
1
f 
f
1
T 
100%
T
t
cycle
Duty W







T
Tw
Duty cycle = 50%
Periodic pulse-train
Non-Periodic pulse-train
T
Tw
Duty cycle = 75%
16
Pulse width(tw)
• Pulse width (tW): A measure of the
duration of the pulse. Is often defined as
time interval between 50% points on the
rising and falling edges
17
Timing diagram
• Clock:in digital system, all waveforms are
synchronized with basic timing waveform
called clock. The clock is periodic
waveform in which each interval between
pulses(period) equals the time for one bit
18
Timing Diagram
• Is a graph of digital waveform showing the
actual time relationship of two or more
waveform and how each waveform
changes in relation to the others.
19
application
• Digital technology is widely used.
Examples:
– Computers
– Manufacturing systems
– Medical Science
– Transportation
– Entertainment
– Telecommunications
20
Manufacturing System
21

More Related Content

Similar to chapter1.pptx digital logic design for electrical engineering

Introduction to Instrumentation
Introduction to InstrumentationIntroduction to Instrumentation
Introduction to Instrumentation
Ghansyam Rathod
 
Digital Control Systems
Digital  Control   Systems Digital  Control   Systems
Digital Control Systems
Ashok Kumar Barla
 
Digital Logic Design Lecturegyqwdgj-1.pptx
Digital Logic Design Lecturegyqwdgj-1.pptxDigital Logic Design Lecturegyqwdgj-1.pptx
Digital Logic Design Lecturegyqwdgj-1.pptx
MalikQadeer8
 
18cs33_module_1.pptx
18cs33_module_1.pptx18cs33_module_1.pptx
18cs33_module_1.pptx
TLRTHR
 
GSM_BASED_VOTING_SYSTEM
GSM_BASED_VOTING_SYSTEMGSM_BASED_VOTING_SYSTEM
GSM_BASED_VOTING_SYSTEM
chandan mishra
 
Unit 4 Transducers and Sensors.pptx
Unit 4 Transducers and Sensors.pptxUnit 4 Transducers and Sensors.pptx
Unit 4 Transducers and Sensors.pptx
AmeyaBhosekar2
 
Digital Electronics
Digital ElectronicsDigital Electronics
Digital Electronics
Mallela Niteesh Kumar Reddy
 
Data acquisition system
Data acquisition systemData acquisition system
Data acquisition system
girishgandhi4
 
Digital Electronic and it application
Digital Electronic and it applicationDigital Electronic and it application
Digital Electronic and it application
Apurbo Datta
 
Intro
IntroIntro
chapter10.industrial electronic jm304
chapter10.industrial electronic jm304chapter10.industrial electronic jm304
chapter10.industrial electronic jm304
Sya Rosyada II
 
DE UNIT1.pptx
DE UNIT1.pptxDE UNIT1.pptx
DE UNIT1.pptx
deepaMS4
 
Introduction to digital system
Introduction to digital systemIntroduction to digital system
Introduction to digital system
Hossain Md Shakhawat
 
Chapter 1 Introduction to Digital Logic
Chapter 1 Introduction to Digital LogicChapter 1 Introduction to Digital Logic
Chapter 1 Introduction to Digital Logic
ISMT College
 
temperature dependent dc fan speed controller withou using micrcontroller
temperature dependent dc fan speed controller withou using micrcontrollertemperature dependent dc fan speed controller withou using micrcontroller
temperature dependent dc fan speed controller withou using micrcontroller
Deepak Yadav
 
Lecture 1.1.1 1.1.2 (10).pptx
Lecture 1.1.1  1.1.2 (10).pptxLecture 1.1.1  1.1.2 (10).pptx
Lecture 1.1.1 1.1.2 (10).pptx
pratick2
 
unit 4 smartsensors and application.pptx
unit 4 smartsensors and application.pptxunit 4 smartsensors and application.pptx
unit 4 smartsensors and application.pptx
AanshuSingh3
 
Digital Electronics Notes
Digital Electronics NotesDigital Electronics Notes
Digital Electronics Notes
Mathankumar S
 
Digital Computer System Introduction - New
Digital Computer System Introduction - NewDigital Computer System Introduction - New
Digital Computer System Introduction - New
rajasekarandpm
 
Design of Counter Using SRAM
Design of Counter Using SRAMDesign of Counter Using SRAM
Design of Counter Using SRAM
IOSRJECE
 

Similar to chapter1.pptx digital logic design for electrical engineering (20)

Introduction to Instrumentation
Introduction to InstrumentationIntroduction to Instrumentation
Introduction to Instrumentation
 
Digital Control Systems
Digital  Control   Systems Digital  Control   Systems
Digital Control Systems
 
Digital Logic Design Lecturegyqwdgj-1.pptx
Digital Logic Design Lecturegyqwdgj-1.pptxDigital Logic Design Lecturegyqwdgj-1.pptx
Digital Logic Design Lecturegyqwdgj-1.pptx
 
18cs33_module_1.pptx
18cs33_module_1.pptx18cs33_module_1.pptx
18cs33_module_1.pptx
 
GSM_BASED_VOTING_SYSTEM
GSM_BASED_VOTING_SYSTEMGSM_BASED_VOTING_SYSTEM
GSM_BASED_VOTING_SYSTEM
 
Unit 4 Transducers and Sensors.pptx
Unit 4 Transducers and Sensors.pptxUnit 4 Transducers and Sensors.pptx
Unit 4 Transducers and Sensors.pptx
 
Digital Electronics
Digital ElectronicsDigital Electronics
Digital Electronics
 
Data acquisition system
Data acquisition systemData acquisition system
Data acquisition system
 
Digital Electronic and it application
Digital Electronic and it applicationDigital Electronic and it application
Digital Electronic and it application
 
Intro
IntroIntro
Intro
 
chapter10.industrial electronic jm304
chapter10.industrial electronic jm304chapter10.industrial electronic jm304
chapter10.industrial electronic jm304
 
DE UNIT1.pptx
DE UNIT1.pptxDE UNIT1.pptx
DE UNIT1.pptx
 
Introduction to digital system
Introduction to digital systemIntroduction to digital system
Introduction to digital system
 
Chapter 1 Introduction to Digital Logic
Chapter 1 Introduction to Digital LogicChapter 1 Introduction to Digital Logic
Chapter 1 Introduction to Digital Logic
 
temperature dependent dc fan speed controller withou using micrcontroller
temperature dependent dc fan speed controller withou using micrcontrollertemperature dependent dc fan speed controller withou using micrcontroller
temperature dependent dc fan speed controller withou using micrcontroller
 
Lecture 1.1.1 1.1.2 (10).pptx
Lecture 1.1.1  1.1.2 (10).pptxLecture 1.1.1  1.1.2 (10).pptx
Lecture 1.1.1 1.1.2 (10).pptx
 
unit 4 smartsensors and application.pptx
unit 4 smartsensors and application.pptxunit 4 smartsensors and application.pptx
unit 4 smartsensors and application.pptx
 
Digital Electronics Notes
Digital Electronics NotesDigital Electronics Notes
Digital Electronics Notes
 
Digital Computer System Introduction - New
Digital Computer System Introduction - NewDigital Computer System Introduction - New
Digital Computer System Introduction - New
 
Design of Counter Using SRAM
Design of Counter Using SRAMDesign of Counter Using SRAM
Design of Counter Using SRAM
 

Recently uploaded

Seminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptxSeminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptx
Madan Karki
 
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
shadow0702a
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
171ticu
 
Certificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi AhmedCertificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi Ahmed
Mahmoud Morsy
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
co23btech11018
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
Data Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptxData Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptx
ramrag33
 
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
Gino153088
 
Design and optimization of ion propulsion drone
Design and optimization of ion propulsion droneDesign and optimization of ion propulsion drone
Design and optimization of ion propulsion drone
bjmsejournal
 
Material for memory and display system h
Material for memory and display system hMaterial for memory and display system h
Material for memory and display system h
gowrishankartb2005
 
AI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptxAI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptx
architagupta876
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
MDSABBIROJJAMANPAYEL
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 
Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...
bijceesjournal
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 
An improved modulation technique suitable for a three level flying capacitor ...
An improved modulation technique suitable for a three level flying capacitor ...An improved modulation technique suitable for a three level flying capacitor ...
An improved modulation technique suitable for a three level flying capacitor ...
IJECEIAES
 
ITSM Integration with MuleSoft.pptx
ITSM  Integration with MuleSoft.pptxITSM  Integration with MuleSoft.pptx
ITSM Integration with MuleSoft.pptx
VANDANAMOHANGOUDA
 
Mechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdfMechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdf
21UME003TUSHARDEB
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
KrishnaveniKrishnara1
 

Recently uploaded (20)

Seminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptxSeminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptx
 
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
 
Certificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi AhmedCertificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi Ahmed
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
Data Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptxData Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptx
 
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
 
Design and optimization of ion propulsion drone
Design and optimization of ion propulsion droneDesign and optimization of ion propulsion drone
Design and optimization of ion propulsion drone
 
Material for memory and display system h
Material for memory and display system hMaterial for memory and display system h
Material for memory and display system h
 
AI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptxAI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptx
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 
Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 
An improved modulation technique suitable for a three level flying capacitor ...
An improved modulation technique suitable for a three level flying capacitor ...An improved modulation technique suitable for a three level flying capacitor ...
An improved modulation technique suitable for a three level flying capacitor ...
 
ITSM Integration with MuleSoft.pptx
ITSM  Integration with MuleSoft.pptxITSM  Integration with MuleSoft.pptx
ITSM Integration with MuleSoft.pptx
 
Mechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdfMechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdf
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
 

chapter1.pptx digital logic design for electrical engineering

  • 1. Digital versus Analog systems Analog Representation:  In analog representation a quantity is represented by a voltage, current, or meter movement that is proportional to the value of that quantity.  Analog quantities such as those cited above have an important characteristic: they can vary over a continuous range of values. 2 10 8 6 4 16 14 12 20 18 Analog voltage vs time Voltage(V) Time (s) 5 3 1 -5 -3 -1 1
  • 2. Digital Representation:  In digital representation the quantities are represented not by proportional quantities but by symbols called digits.  As an example, consider the digital watch, which provides the time of day in the form of decimal digits which represent hours and minutes (and sometimes seconds).  As we know, the time of day changes continuously, but the digital watch reading does not change continuously; rather, it changes in steps of one per minute (or per second).  In other words, this digital representation of the time of day changes in discrete steps, as compared with the representation of time provided by an analog watch, where the dial reading changes continuously. 2 10 8 6 4 16 14 12 20 18 Digital voltage vs time Voltage(V) Time (s) 5 3 1 -5 -3 -1 The major difference between analog and digital quantities is Analog  Continuous Digital  Discrete 2
  • 3.  Advantages  Digital systems are easier to design.  The switching circuits in which there are only two voltage levels, HIGH and LOW, are easier to design. The exact numerical values of voltages are not important because they have only logical significance; only the range in which they fall is important.  Information storage is easy.  There are many types of semiconductor and magnetic memories of large capacity which can store data for periods as long as necessary.  Accuracy and precision are greater.  Digital systems are much more accurate and precise than analog systems, because digital systems can be easily expanded to handle more digits by adding more switching circuits. Analog systems will be quite complex and costly for the same accuracy and precision.  Digital systems are more versatile.  It is fairly easy to design digital systems whose operation is controlled by a set of stored instructions called the program. Any time the system operation is to be changed, it can easily be accomplished by modifying the program  Digital circuits are less affected by noise.  Unwanted electrical signals are called noise. Noise is unavoidable in any system. Since in analog systems the exact values of voltages are important and in digital systems only the range of values is important, the effect of noise is more severe in analog systems. In digital systems, noise is not critical as long as it is not large enough to prevent us from distinguishing a HIGH from a LOW. Advantages and Limitations of Digital Techniques Limitation There is really only one major drawback when using digital techniques: “ The real world is mainly analog” 3
  • 4. To take advantage of digital techniques when dealing with analog inputs and outputs, three steps must be followed:  Convert the real-world analog inputs to digital form. (ADC)  Process (operate on) the digital information.  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. Measuring Device Analog-to-Digital Converter (ADC) Digital Processing Digital-to- Analog Converter (DAC) Controller Temperature (analog) (Analog) (Digital) (Digital) (Analog) Adjust temperature Block diagram of a typical temperature control system. 4
  • 6.  The need for conversion between analog and digital forms of information can be considered a drawback because of the added complexity and expense.  Another factor that is often important is the extra time required to perform these conversions.  In many applications, these factors are outweighed by the numerous advantages of using digital techniques, and so the conversion between analog and digital quantities has become quite commonplace in the current technology.  There are situations, however, where using only analog techniques is simpler and more economical.  For example, the process of signal amplification is most easily accomplished using analog circuitry.  It is becoming more and more common to see both digital and analog techniques employed within the same system in order to profit from the advantages of each.  In these hybrid systems, one of the most important parts of the design phase involves determining what parts of the system are to be analog and what parts are to be digital. 6
  • 7. Binary logic Gates  The general public as being magical sometimes looks upon computers, calculators, and other digital devices.  Actually, digital electronic devices are extremely logical in their operation.  The basic building block of any digital circuit is a logic gate.  The logic gates we will use operate with binary numbers, hence the term binary logic gates.  Logic gates are the building blocks for even the most complex computers.  Logic gates can be constructed by using simple switches, relays, transistors and diodes, or lCs.  Because of their availability, wide use, and low cost, ICs will be used to construct digital circuits.  A variety of logic gates are available in all logic families including TTL and CMOS. 7
  • 8. Logic families • There are a variety of circuit configurations or more appropriately various approaches used to produce different types of digital integrated circuit. • Each such fundamental approach is called a logic family • The idea is that different logic functions, when fabricated in the form of an IC with the same approach,or in other words belonging to the same logic family, will have identical electrical characteristics.8
  • 9. Logic Families • A digital system in general comprises digital ICs performing different logic functions, and choosing these ICs from the same logic family guarantees that different ICs are compatible with respect to each other and that the system as a whole performs the intended logic function 9
  • 10. Logic Families • The entire range of digital ICs is fabricated using either bipolar devices(BJT) or MOS devices or a combination of the two • Different logic families falling in the first category are called bipolar families,and these include: – diode logic (DL), – resistor transistor logic (RTL), – diode transistor logic (DTL), 10
  • 11. Logic Families – transistor transistor logic (TTL), – emitter coupled logic (ECL), also known as current mode logic(CML), and – integrated injection logic (I2L). 11
  • 12. Logic families • The logic families that use MOS devices as their basis are known as MOS families, and the prominent members belonging to this category are: – the PMOS family(using P-channel MOSFETs), – the NMOS family (using N-channel MOSFETs) and – the CMOS family(using both N- and P- channel devices). • The Bi-MOS logic family uses both bipolar and MOS devices. 12
  • 13. Logic families • Logic families that are still in widespread use include TTL, CMOS, ECL, NMOS and Bi-CMOS. • The PMOS and I2L logic families, which were mainly intended for use in custom large-scale integrated(LSI) circuit devices, have also been rendered more or less obsolete, with the NMOS logic family replacing them for LSI and VLSI applications. 13
  • 14. Digital Signals  Digital systems use the binary number system.  Therefore, two-state devices are used to represent the two binary digits 1 and 0 by two different voltage levels, called HIGH and LOW.  If the HIGH voltage level is used to represent 1 and the LOW voltage level to represent 0, the system is called the positive logic system.  On the other hand, if the HIGH voltage level represents 0 and the LOW voltage level represents 1, the system is called the negative logic system.  Normally, the binary 0 and 1 are represented by the logic voltage levels 0V and +5 V.  So, in positive logic system, 1 is represented by + 5 V (HIGH) and 0 is represented by 0 V (LOW); and in a negative logic system, 0 is represented by + 5 V (HIGH) and l is represented by 0 V ( LOW).  Both positive and negative logics are used in digital systems, but the positive logic is more common. HIGH LOW Leading edge Trailing edge a) Positive pulse HIGH LOW Leading edge Trailing edge b) Negative pulse 14
  • 15.  In reality, because of circuit variations, the 0 and 1 would be represented by voltage ranges instead of particular voltage levels.  Example of Voltages Level in TTL family 0V 2.0 V 0.8V 5.0V HIGH (Logic 1) Indeterminate range LOW (Logic 0) 15
  • 16. Waveform Characteristics  Most waveforms encountered in digital systems are composed of series of pulses, sometimes called pulse trains, and can be classified as either periodic or nonperiodic.  A periodic pulse waveform is one that repeats itself at a fixed interval, called a period (T). The frequency (f) is the rate at which it repeats itself and is measured in hertz (Hz).  A nonperiodic pulse waveform, of course, does not repeat itself at fixed intervals and may be composed of pulses of randomly differing pulse widths and/or randomly differing time intervals between the pulses. An example of each type is shown in Figure 1.5.  The frequency (f) of a pulse (digital) waveform is the reciprocal of the period. The relationship between frequency and period is expressed as follows:  An important characteristic of a periodic digital waveform is its duty cycle. The duty cycle is the ratio of the pulse width (tW) to the period (T) and can be expressed as a percentage. T1 T2 T3 Period = T1 = T2 =T3 =…=Tn Frequency=1/T T 1 f  f 1 T  100% T t cycle Duty W        T Tw Duty cycle = 50% Periodic pulse-train Non-Periodic pulse-train T Tw Duty cycle = 75% 16
  • 17. Pulse width(tw) • Pulse width (tW): A measure of the duration of the pulse. Is often defined as time interval between 50% points on the rising and falling edges 17
  • 18. Timing diagram • Clock:in digital system, all waveforms are synchronized with basic timing waveform called clock. The clock is periodic waveform in which each interval between pulses(period) equals the time for one bit 18
  • 19. Timing Diagram • Is a graph of digital waveform showing the actual time relationship of two or more waveform and how each waveform changes in relation to the others. 19
  • 20. application • Digital technology is widely used. Examples: – Computers – Manufacturing systems – Medical Science – Transportation – Entertainment – Telecommunications 20