0% found this document useful (0 votes)
13 views83 pages

Electronics

This document discusses digital circuits, highlighting their advantages over analog circuits, such as lower power requirements and high-speed signal transmission. It covers the basics of digital signals, binary numbers, logic circuits, and analog-to-digital conversion techniques. Additionally, it emphasizes the importance of op-amps in amplifying analog signals and converting them to digital formats.

Uploaded by

winzkilejumalon
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)
13 views83 pages

Electronics

This document discusses digital circuits, highlighting their advantages over analog circuits, such as lower power requirements and high-speed signal transmission. It covers the basics of digital signals, binary numbers, logic circuits, and analog-to-digital conversion techniques. Additionally, it emphasizes the importance of op-amps in amplifying analog signals and converting them to digital formats.

Uploaded by

winzkilejumalon
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/ 83

Electronics

Ezequiel Tuyac
Giovanel Gentiles
Winz Kyle M. Jumalon
1
Winz Kyle M. Jumalon
Digital
Circuits

Winz Kyle M. Jumalon


Digital Circuits
The study of electronic circuits where the
inputs and outputs are limited to two fixed or
discrete values or logic levels is called digital
electronics. Digital technology would take
many volumes to do it justice, so in this text
we can only scratch the surface. There is a
place for both analog and digital circuits in
instrumentation. Sensors and instrumentation
functions are analog in nature.

4
Digital Circuits
However, the digital circuits have many
advantages over analog circuits. Analog
signals are easily converted to digital signals
using commercially available analog-to-digital
converters (ADC). In new designs, digital
circuits will be used wherever possible

5
Digital Circuits

Some of the advantages of digital circuits are


■ Lower power requirements
■ More cost effective
■ Can transmit signals over long distances without loss of
accuracy
and elimination of noise
■ High-speed signal transmission
■ Memory capability for data storage
6
■ Controller and alpha numeric display compatible
1.
Digital
Signals
Digital Signals
Digital signals are either high or
low logic levels. Most digital circuits
use a 5V supply. The logic low
(binary 0) level is from 0 to 1V, the
logic high (binary 1) level is from 2
to 5V; 1 to 2 V is an undefined
region, i.e., any voltage below 1 V is
considered a 0 level and any voltage
above 2 V is considered a 1 level.

8
Digital Signals
In circuits where the supply
voltage is other than 5 V, a 0 level
is still considered as a 0 V level or
the output drivers are sinking
current, i.e., connecting the output
terminal to ground, and a 1 level is
close to the supply voltage or the
output drivers are sourcing current,
i.e., connecting the output terminal
to the supply rail.
9
2.
Binary
Numbers
Binary Numbers

We use the decimal system (base


10) for mathematical functions, whereas
electronics uses the binary system (base
2) to perform the same functions. The
rules are the same when performing
calculations using either of the two
numbering systems (to the base 10 or 2).

11
Binary Numbers

Table 4.1 gives a comparison


between counting in the decimal and
binary systems. The least significant
bit (LSB) or unit number is the right-
hand bit. In the decimal system when
the unit numbers are used we go to
the tens, that is, 9 goes to 10, and
when the tens are used we go to the
hundreds, that is, 99 goes to 100 and
so forth. 12
Binary Numbers

The binary system is the same


when the 0 and 1 are used in the LSB
position, then we go to the next
position and so on, that is, 1 goes to
10,11 goes to 100, and 111 goes to
1000, and so forth. The only
difference is that, to represent a
number it requires more digits when
using a binary system than in the
decimal system.
Binary Numbers

Binary numbers can be easily converted to decimal numbers


by using the power value of the binary number. Table 4.2 gives the
power value of binary numbers versus their location from the LSB
and their decimal equivalent.
Note that when counting locations, the count starts at 0 and
not, as might be expected, at 1 14
Binary Numbers

15
Binary Numbers

Each binary digit is called a bit, 4 bits are defined as a nibble, 8


bits form a byte, and 2 bytes or 16 bits are called a word. A word is often
broken down into 4 nibbles, where each nibble is represented by a
decade number plus letters as shown in Table 4.3. 16
Binary Numbers

17
Binary Numbers
Binary circuits are synchronized by clock signals which are
referenced to very accurate crystal oscillators (< ±0.001 percent),
using counters and dividers. The clock signal can be used to
generate very accurate delays and timing signals, compared to
RC-generated delays and timing which can have tolerances of >
±10 percent, so that delays and timing will be done almost
entirely by digital circuits in new equipment.

18
3.
Logic
Circuits
Logic Circuits
The basic building blocks in digital circuits are called gates. These
are buffer, inverter, AND, NAND, OR, NOR, XOR, and XNOR. These
basic blocks are interconnected to build functional blocks such as
encoders, decoders, adders, counters, registers, multiplexers,
demultiplexers, memories, and the like. The functional blocks are then
interconnected to make systems, i.e., calculators, computers,
microprocessors, clocks, function generators, transmitters, receivers,
digital instruments, ADC and digital-to-analog converters (DAC),
telephone systems and the like, to name a few.
20
Logic Circuits

21
Logic Circuits

Figure 4.12a shows the circuit of a complementary MOS (CMOS)


inverter. The circuit uses both N- and P-channel complementary
devices (note device symbols).
22
Logic Circuits

Figure 4.12b shows the equivalent gate symbol. When the input to
the gate is low (0) the positive-channel MOS (PMOS) is “ON” and the
negative MOS (NMOS) is “OFF” so that the output is held high (1),
23
Logic Circuits

and when the input is high (1) the PMOS is “OFF” and the NMOS is
“ON”, which will hold the output low (0), so that the input sign is
inverted at the output.
24
Logic Circuits

One of the MOS devices is always “OFF”, so that the circuit draws
no current from the supply (except during switching) making CMOS
circuits very power efficient.
25
4.
Analog-to-digital
conversion
Analog-to-digital conversion

The amplitude of an analog signal


can be represented by a digital number,
for instance, an 8-bit word can represent
numbers up to 255, so that it can
represent an analog voltage or current
with an accuracy of 1 in 255 (assuming
the conversion is accurate to 1 bit) or
0.4 percent accuracy.

27
Analog-to-digital conversion

Similarly a 10 and 12-bit word can


represent analog signals to accuracies
of 0.1 and 0.025 percent, respectively.
Commercial integrated A/D
converters are readily available for
instrumentation applications.

28
Analog-to-digital conversion
Several techniques are used for the conversion of analog
signals–to digital signals. These are

➔ Flash converters
➔ Successive approximation
➔ Resistor ladder networks
➔ Dual slope converters

29
Analog-to-digital conversion

Flash converters which are very fast and expensive with


limited accuracy, that is, 6-bit output with a conversion time of 33
ns. The device can sample an analog voltage 30 million times per
second.

Successive approximation is a high-speed, medium-cost


technique with good accuracy, that is, the most expensive device
can convert an analog voltage to 12 bits in 20 µs, and a less
expensive device can convert an analog signal to 8 bits in 30 µs.
30
Analog-to-digital conversion

Resistor ladder networks are used in low-speed, medium-


cost converters. They have a 12-bit conversion time of about 5
ms.

Dual slope converters are low-cost, low-speed devices but


have good accuracy and are very tolerant of high noise levels in
the analog signal. A 12-bit conversion takes about 20 ms.

31
Analog-to-digital conversion
Flash converters Resistor ladder networks

Successive approximation Dual slope converters

32
Analog-to-digital conversion
Analog signals are constantly changing, so that for a converter to
make a measurement, a sample-and-hold technique is used to capture
the voltage level at a specific instant in time. Such a circuit is shown in
Fig. 4.13a, with the waveforms shown in Fig. 4.13b.

33
Analog-to-digital conversion
The N-channel field effect transistor (FET) in the sample-and-hold
circuit has a low impedance when turned “ON” and a very high
impedance when turned “OFF”.

34
Analog-to-digital conversion
The voltage across capacitor follows the input analog voltage when
the FET is “ON” and holds the dc level of the analog voltage when the
FET is turned “OFF”. During the “OFF” period the ADC measures the dc
level of the analog voltage and converts it into a digital signal.

35
Analog-to-digital conversion

As the sampling frequency of the ADC is much higher than the


frequency of the analog signal, the varying amplitude of the analog
signal can be represented in a digital format during each sample
period and stored in memory. The analog signal can be
regenerated from the digital signal using a DAC.

36
Analog-to-digital conversion

Figure 4.14a shows the block


diagram of the ADC 0804, a
commercial 8-bit ADC. The analog
input is converted to a byte of digital
information every few milliseconds.
An alternative to the ADC is the
voltage-to-frequency converter. In this
case the analog voltage is converted to
a frequency
37
Analog-to-digital conversion

Commercial units such as the LM 331


shown in Fig. 4.14b are available for this
conversion. These devices have a linear
relation between voltage and frequency.
The operating characteristics of the
devices are given in the manufacturers’
data sheets

38
Circuit
Consideration

39
Circuit Consideration

Analog circuits can use either bipolar or


MOS-integrated amplifiers. Bipolar op-amps tend
to have a lower input dc offset, but MOS op-
amps have higher input impedance. Since a
large number of op-amps and special amplifiers
are available, the manufacturers’ data sheets
should be consulted to decide which amplifier is
best suited for a specific application.

40
Circuit Consideration
Digital circuits can be divided by
the number of components integrated
onto a single silicon chip into small-
scale, medium-scale, and large-scale
integration. In small-scale integration
(up to 100 devices) such as the SN
54/74 family of digital circuits, both
bipolar and CMOS devices are used.

41
Circuit Consideration
This family of devices contains gates
and small building blocks. Medium
scale integration (over 100,000
devices) will use only CMOS devices.
This is because of the excessive
power requirements, high dissipation,
and relatively large size of bipolar
devices. Such circuits contain large
building blocks on a single chip.

42
Circuit Consideration
Large-scale integrated circuits
contain over 1,000,000 devices, and
use CMOS technology. These
devices are used for large
memories, microprocessors, and
microcontrollers, and such circuits
can contain several million devices.

43
Circuit Consideration
Systems containing a large number
of gates are now using programmable
logic arrays (PLA) to replace the SN
54/74 gate family of devices, as one of
these devices can replace many gate
devices, requires less power, and can
be configured (programmed) by the
end user to perform all the required
system functions.

44
Summary
Summary

In this chapter, op-amps, their use in amplifying analog


signals, and their use as signal converters were discussed. The
relation between analog signals and digital signals, and the
conversion of analog-to-digital signals was covered.

46
Summary
Salient points discussed in this chapter are:
1. Discrete amplifiers, their use in ac signal amplification, and
why they are not suitable for dc signal amplification
2. The op-amp and its basic characteristics, its versatility and
use in signal amplification, and methods of setting the
zero operating point
3. Signal inversion and non inversion, methods of applying
feedback for gain control and stability
47
Summary
4. Use of the op-amp as a signal converter, impedance matching,
set zero control, and span adjustment
5. Configuration of op-amps to make an instrument amplifier for
accurate signal amplification and noise reduction
6. Introduction to digital circuits plus a comparison between
analog and digital circuits
7. Binary, hexadecimal, decimal equivalents, and conversions
between the counting schemes
48
Summary

8. Logic circuits used in digital systems and circuit considerations

9. Conversion of analog signals to digital signals and the


resolution obtained

49
Problems
What’s Inside
Quotations are commonly printed as a means of inspiration
and to invoke philosophical thoughts from the reader.

51
This is a slide title
⬡ Here you have a list of items
⬡ And some text
⬡ But remember not to overload your
slides with content
Your audience will listen to you or read the
content, but won’t do both.

52
You can also split your
content
White Black
Is the color of milk and Is the color of ebony and
fresh snow, the color of outer space. It has
produced by the been the symbolic color
combination of all the of elegance, solemnity
colors of the visible and authority.
spectrum.

53
In two or three columns
Yellow Blue Red
Is the color of gold, Is the colour of the Is the color of blood,
butter and ripe clear sky and the and because of this it
lemons. In the deep sea. It is located has historically been
spectrum of visible between violet and associated with
light, yellow is found green on the optical sacrifice, danger and
between green and spectrum. courage.
orange.

54
A picture is worth
a thousand words
A complex idea can be
conveyed with just a single
still image, namely making it
possible to absorb large
amounts of data quickly.

55
Use diagrams to explain your ideas
Q1 Q2 Q3 Q4

LOR IPS DOL LOR IPS DOL LOR IPS DOL LOR IPS DOL

Lorem ipsum

Lorem ipsum

Lorem ipsum

Lorem ipsum

Lorem ipsum

LOREM

56
And tables to compare data

A B C

Yellow 10 20 7

Blue 30 15 10

Orange 5 24 16

57
Maps

our office

Find more maps at slidescarnival.com/extra-free-resources-icons-and-maps


58
89,526,124
Whoa! That’s a big number, aren’t you proud?

59
89,526,124$
That’s a lot of money

185,244 users
And a lot of users

100%
Total success!
60
Our process is easy
Vestibulum congue
tempus

1 Lorem ipsum dolor sit amet,


consectetur adipiscing elit, sed do
eiusmod tempor. Donec facilisis
Vestibulum congue lacus eget mauris.

tempus

Lorem ipsum dolor sit amet, 2


consectetur adipiscing elit, sed do
eiusmod tempor. Donec facilisis Vestibulum congue
lacus eget mauris.
tempus

3 Lorem ipsum dolor sit amet,


consectetur adipiscing elit, sed do
eiusmod tempor. Donec facilisis
lacus eget mauris.

61
Let’s review some concepts
Yellow Blue Red
Is the color of gold, butter Is the colour of the clear sky Is the color of blood, and
and ripe lemons. In the and the deep sea. It is because of this it has
spectrum of visible light, located between violet and historically been associated
yellow is found between green on the optical with sacrifice, danger and
green and orange. spectrum. courage.

Yellow Blue Red


Is the color of gold, butter Is the colour of the clear sky Is the color of blood, and
and ripe lemons. In the and the deep sea. It is because of this it has
spectrum of visible light, located between violet and historically been associated
yellow is found between green on the optical with sacrifice, danger and
green and orange. spectrum. courage.

62
4000

3000

2000

1000

You can insert graphs from Excel or Google Sheets

63
Mobile
project
Show and explain your
web, app or software
projects using these
gadget templates.

64
Tablet
project
Show and explain your
web, app or software
projects using these
gadget templates.

65
Desktop
project
Show and explain your
web, app or software
projects using these
gadget templates.

66
Thanks
!
Any questions?
You can find me at:
@username
[email protected]

67
Credits
Special thanks to all the people who made
and released these awesome resources for
free:
⬡ Presentation template by SlidesCarnival
⬡ Photographs by Unsplash

68
Presentation design
This presentation uses the following typographies:
⬡ Titles: Lexend Deca
⬡ Body copy: Muli light
Download for free at:
https://www.lexend.com/
https://www.fontsquirrel.com/fonts/muli

You don’t need to keep this slide in your presentation. It’s only here to serve you as a
design guide if you need to create new slides or download the fonts to edit the
presentation in PowerPoint®

69
2.
Extra Resources
For Business Plans, Marketing Plans,
Project Proposals, Lessons, etc
Timeline

Blue is the colour of the Black is the color of Yellow is the color of Blue is the colour of the
clear sky and the deep Red is the colour of ebony and of outer gold, butter and ripe White is the color of milk clear sky and the deep
sea danger and courage space lemons and fresh snow sea

JAN FEB MAR APR MAY JUN JUL AUG SEP OCT NOV DEC

Yellow is the color of White is the color of milk Blue is the colour of the Red is the colour of Black is the color of Yellow is the color
gold, butter and ripe and fresh snow clear sky and the deep danger and courage ebony and of outer of gold, butter and
lemons sea space ripe lemons

71
Roadmap
Blue is the colour of the Black is the color of
clear sky and the deep Red is the colour of ebony and of outer
sea danger and courage space

1 3 5

2 4 6

Yellow is the color of White is the color of milk Blue is the colour of the
gold, butter and ripe and fresh snow clear sky and the deep
lemons sea

72
Gantt chart
Week 1 Week 2

1 2 3 4 5 6 7 8 9 10 11 12 13 14

Task 1

Task 2 ◆

Task 3

Task 4 ◆

Task 5 ◆

Task 6

Task 7

Task 8

73
SWOT Analysis
STRENGTHS WEAKNESSES
Blue is the colour of the clear Yellow is the color of gold,
sky and the deep sea butter and ripe lemons

Black is the color of ebony and White is the color of milk and
of outer space fresh snow
OPPORTUNITIES THREATS

74
Business Model Canvas

Key Partners Key Activities Value Propositions Customer Relationships Customer Segments
Insert your content Insert your content Insert your content Insert your content Insert your content

Key Resources Channels


Insert your content Insert your content

Cost Structure Revenue Streams


Insert your content Insert your content

75
Funnel

AWARENESS Insert your content

DISCOVERY Insert your content

EVALUATION Insert your content

INTENT Insert your content

PURCHASE Insert your content

LOYALTY Insert your content

76
Team Presentation

Imani Jackson Marcos Galán Ixchel Valdía Nils Årud


JOB TITLE JOB TITLE JOB TITLE JOB TITLE
Blue is the colour of the clear Blue is the colour of the clear Blue is the colour of the clear Blue is the colour of the clear
sky and the deep sea sky and the deep sea sky and the deep sea sky and the deep sea

77
Competitor Matrix
HIGH VALUE 2

Competitor
Compe
titor
Our company

Competitor

HIGH VALUE 1
LOW VALUE 1

Competitor

Competitor Competitor

LOW VALUE 2

78
Weekly Planner
SUNDAY MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY

09:00 - 09:45 Task Task Task Task Task Task Task

10:00 - 10:45 Task Task Task Task Task Task Task

11:00 - 11:45 Task Task Task Task Task Task Task

12:00 - 13:15 ✔ Free time ✔ Free time ✔ Free time ✔ Free time ✔ Free time ✔ Free time ✔ Free time

13:30 - 14:15 Task Task Task Task Task Task Task

14:30 - 15:15 Task Task Task Task Task Task Task

15:30 - 16:15 Task Task Task Task Task Task Task

79
Extra resources

80
Diagrams and infographics

81
SlidesCarnival icons are editable shapes.

This means that you can:

⬡ Resize them without losing quality.


⬡ Change fill color and opacity.
⬡ Change line color, width and style.

Isn’t that nice? :)

Examples:

Find more icons at slidescarnival.com/extra-


free-resources-icons-and-maps

82
Free templates for all your presentation needs

For PowerPoint and 100% free for personal Ready to use, Blow your audience
Google Slides or commercial use professional and away with attractive
customizable visuals

83

You might also like