SlideShare a Scribd company logo
INTERFACING TO THE ANALOG WORLD
Prepared by:

Islam Samir
AGENDA
The importance of signals.
 Why do we process signals?
 Continuous VS Discrete.
 Analog signals VS digital signals.
 How to convert an analog signal into digital?
 S/H, Quantization, Encoding.

WHAT ARE SIGNALS?


Signals are mathematical functions that represents an
electrical quantity (voltage, current ..etc).



These quantity carries information in one of its
parameters [amplitude, frequency ..etc].
WHY DO WE PROCESS SIGNALS?

1.
2.

We’ve to process these signals in an appropriate way to:
Extract the information that they carry.
To get them in a better form (filtering).
CONTINUOUS VS DISCRETE

-


-

-

Continuous Signals:
Signals that are defined for all
time instants.
Discrete signals:
Signals that are defined only for
certain time instants: T, 2T, 3T,
….etc.
(T) is the sampling time of the
original continuous signal.
ANALOG SIGNALS


For analog signals, the voltage - or current - can take any
value and the system is supposed to respond to this value.



Information is represented by changing the signal’s voltage,
current, frequency, or total charge.

 The amplitude of an analog signal can take any value.
THE RULE OF TRANSDUCERS (SENSORS)




Information is converted from some other physical form
(sound, light, temperature ..etc) to an electrical signal
by a transducer.
The processing system (analog or digital) can then take
the right decision based on the electrical quantity that
it monitors, which represents the corresponding
physical quantity.
DIGITAL SIGNALS




Digital signals are discretized in time, and quantized in
amplitude.
The time interval between each number and the next is Ts.
Digital signals are the only type of signals that can be processed by
digital systems.

Sensor

Signal
Conditioning

Analog Continuoustime signal

ADC
Digital signal

We use the (signal conditioning circuitry + ADC) to convert an analog
continous-time signal into a digital signal.
DIGITAL SIGNALS


A digital computer can only deal with binary values, these
values change in a limited range due to the limited word
length.

Ex. For an 8-bit register

28 ) values only.
 It can hold one of 256 (
So, digital signals can take one of certain values only
(Quantized).
DIGITAL SIGNALS
-

The hardware that converts an analog signal to digital needs
time to quantize this signal and encode it. Also we need time
for the required processing.

-

We use a (Sample & Hold) circuit that takes samples of the
original continuous signal every time interval (Ts), where:
Ts> hardware delay + processing delay



So, digital signals are discretized in time.

 Digital signals are discretized in both time and
amplitude.
ANALOG VS DIGITAL
Analog signals

Digital signals

The signal’s amplitude can take
any value.

The signal’s amplitude is limited to
a certain range of values.
(Quantized)

Can be discrete or continuous in
time.

Always discrete in time.
HOW TO CONVERT ANALOG SIGNALS TO
DIGITAL?
HOW TO CONVERT ANALOG SIGNALS TO
DIGITAL?
LPF: Low pass filter
S/H: Sample and hold circuit.
X(t): Analog signal to be converted.
X(kTs): Sampled signal.
Xq(kTs): Quantized signal.
HOW TO CONVERT ANALOG SIGNALS TO
DIGITAL?
1.

LPF: The signal is filtered and band limited to 0.5 Fs, in
order to avoid aliasing. (Review sampling theorem)

 Fs≥2Fm
[Nyquist rate]
Fm: the max. signal frequency.
-

1.

2.

If the sampled signal is not band limited, aliasing will occur.
This will result:
The digital signal produced is not representing the original
analog signal.
If we tried to reproduce the analog signal it’ll be distorted.
HOW TO CONVERT ANALOG SIGNALS TO
DIGITAL?
1.
a)

b)

(S/H):
To convert the continuous signal to a discrete signal.
This is done for two reasons:
A time is required for the ADC to quantize and encode the
coming sample.
A time is required to do the required processing on this
sample.
HOW TO CONVERT ANALOG SIGNALS TO
DIGITAL?
Quantizer:
Due to the limited word length of any digital computer , the
sample’s value must be within a certain range according to
the number of bits used to represent the sample.
Ex. If we used an 8 – bit ADC
The sample can take one of 256 values.
3.

 The quantizer has to approximate every sample to
the nearest level.
HOW TO CONVERT ANALOG SIGNALS TO
DIGITAL?
4.
-

Encoder:
After quantization, the quantized sample must be encoded
to the corresponding binary value by an encoder.

Usually, the quantizer and the encoder are implemented by
the same hardware.
The use of quantization introduces an error between the
input signal and the signal at the quantizer output.
quantization error or (e)
-

, where: e = X(t) – Xq(kTs)
Example.

Discrete & analog signal

Discrete & quantized signal
(Digital signal)
ANALOG-TO-DIGITAL CONVERTER


1.
2.

-

The ADC converts an analog sample into the corresponding
digital value according to:
The (Full-scale) voltage. (called also Vref).
The number of bits.

The conversion can be: unipolar (0  +Vfs)
or bipolar (-Vfs  (+Vfs-1LSB)).
or (Vref-)  (Vref +).
ANALOG-TO-DIGITAL CONVERTER


In an A/D converter, Q = 1 LSB.

 Q determines the resolution of the system, that is, the lowest
change in voltage that will produce a code change.
Dynamic range:

-

It’s the minimum number of voltage levels needed to
represent a certain voltage signal, according to the range of
this signal and the required resolution.
Ex. 4-bit ADC , Vref=10v (Unipolar)

 note that the analog value represented by the all-ones code is
not full-scale (FS), but (FS – 1 LSB).
Transfer function of a 3-bit ADC (Unipolar)

-

There is a range of analog input voltage over which the ADC
will produce a given output code; this range is the
quantization uncertainty and is equal to 1 LSB.
Ex. 4-bit ADC (Bipolar)

-

In order to maintain perfect symmetry about midscale, the allzeros code (0000) representing negative full-scale (–FS) is not
normally used in computation.
Transfer function of a 3-bit ADC (Bipolar)

-

Most ADC ICs are unipolar. To monitor both positive and
negative voltage values, use a level shifter circuit before the
ADC.
SIGNAL CONDITIONING


Typical sensors yield low-amplitude analog signals that need to be
amplified and then digitized by means of an (A/D) converter.



To adapt the analog signal to the range of expected amplitude at the
input of the A/D converter, a signal conditioner is used.

Ex. If the analog signal in the range: [-20mv  20mv]
and the ADC is [0v  5v]
-

The number of values that represent this analog range is small, so
that the quantization noise will be large.

-

If we amplified the signal by (*100) , it’ll be in the range: [-2v  2v]

and the quantization noise is reduced.
SIGNAL CONDITIONING
-

If the analog signal can be +ve or –ve, use a shift up circuit (adder) to
make it in the range [0v  Vref v].
Ex.

- We wish to measure a temperature between (–40°C, 60°C) with a
resolution of (0.5°C). How many bits does the A/D converter need?
If we use a sensor with a sensitivity of (1 mV/°C) and an A/D

converter with an input range between (0 V, 5 V), how much gain is
necessary?
1- DR= (60-(-40))/0.5 = 200


We need 200 level at least to represent the output (8-bits).

2- G = 5v/100mv = 50

Or, G= (5v - 0v)/ (60mv – (-40mv)) = 50


We need to shift up the analog voltage 40mv before converting it
by the ADC.
THE PIC’S ADC
-

It’s a 10-bit, SAR ADC, with eight multiplexed inputs.

-

It can sample and process signals as fast as 25 kHz or so
accurately.

-

The analog input charges a sample and hold capacitor. The
output of the sample and hold capacitor is the input into the
converter.

-

The A/D module has high and low voltage reference input that
is software selectable to some combination of VDD, VSS, RA2,
or RA3.
THE PIC’S ADC
THE PIC’S ADC


Acquisition time: After the analog input channel is selected
(changed), you have to wait for this time before the conversion can
be started.



Conversion time: The A/D conversion requires a minimum 12TAD
per 10-bit conversion. (Tad min.=16µs)



How can we get (Tad)?



The four possible options for TAD are: 2Tosc, 8Tosc, 32Tosc,
Internal A/D module RC oscillator.



If you use Tosc to get Tad, ensure that Tad is greater than 16µs.
Registers and bits:


A/D Result High Register (ADRESH)



A/D Result Low Register (ADRESL)



The ADRESH:ADRESL registers contain the 10-bit result of the A/D
conversion.



A/D Control Register0 (ADCON0): controls the operation of the A/D
module.



A/D Control Register1 (ADCON1): configures the functions of the
port pins. The port pins can be configured as analog inputs (RA3 can
also be the voltage reference), or as digital I/O.



(GO/DONE~) bit (ADCON0<2>): cleared when the conversion is
done.



ADIF: set when the conversion is done.


These steps should be followed for doing an A/D
Conversion:

1. Configure the A/D module:
• Configure analog pins/voltage reference and digital I/O (ADCON1)
• Select A/D input channel (ADCON0)
• Select A/D conversion clock (ADCON0)

• Turn on A/D module (ADCON0)
Select the format of the result to be right-justified or left justified.


If you’ll take only

the most significant
8-bits, choose
left justified.
2. Configure A/D interrupt (if desired):

• Clear ADIF bit
• Set ADIE bit
• Set PEIE bit
• Set GIE bit
3. Wait the required acquisition time. (at least 20µs)
4. Start conversion:
• Set GO/DONE bit (ADCON0)
5. Wait for A/D conversion to complete, by either:
• Polling for the GO/DONE bit to be cleared

OR
• Waiting for the A/D interrupt
6. Read A/D result register pair
(ADRESH: ADRESL), clear bit ADIF if required.
7. for the next conversion, go to step 1 or step 2, as required.

More Related Content

What's hot

Module 1 - ARM 32 Bit Microcontroller
Module 1 - ARM 32 Bit Microcontroller Module 1 - ARM 32 Bit Microcontroller
Module 1 - ARM 32 Bit Microcontroller
Amogha Bandrikalli
 
Dc unit iii final ppt
Dc unit iii final pptDc unit iii final ppt
Dc unit iii final ppt
Gangatharan Narayanan
 
Digital modulation technique
Digital modulation techniqueDigital modulation technique
Digital modulation technique
Nidhi Baranwal
 
Arm cortex-m4 programmer model
Arm cortex-m4 programmer modelArm cortex-m4 programmer model
Arm cortex-m4 programmer model
Mohammed Gomaa
 
Digital Communication 4
Digital Communication 4Digital Communication 4
Digital Communication 4
admercano101
 
TMS320C5x
TMS320C5xTMS320C5x
ARM CORTEX M3 PPT
ARM CORTEX M3 PPTARM CORTEX M3 PPT
ARM CORTEX M3 PPT
Gaurav Verma
 
UART
UARTUART
Serial Communication Interfaces
Serial Communication InterfacesSerial Communication Interfaces
Serial Communication Interfaces
anishgoel
 
Unit II Study of Onchip Peripherals
Unit II Study of Onchip PeripheralsUnit II Study of Onchip Peripherals
Unit II Study of Onchip Peripherals
Dr. Pankaj Zope
 
Communication protocols
Communication protocolsCommunication protocols
Communication protocols
Pantech ProLabs India Pvt Ltd
 
AVR Microcontroller
AVR MicrocontrollerAVR Microcontroller
AVR MicrocontrollerÖzcan Acar
 
8051 Microcontroller I/O ports
8051 Microcontroller I/O ports8051 Microcontroller I/O ports
8051 Microcontroller I/O ports
anishgoel
 
Interfacing with peripherals: analog to digital converters and digital to ana...
Interfacing with peripherals: analog to digital converters and digital to ana...Interfacing with peripherals: analog to digital converters and digital to ana...
Interfacing with peripherals: analog to digital converters and digital to ana...
NimeshSingh27
 
Delta modulation
Delta modulationDelta modulation
Delta modulation
mpsrekha83
 
8255 presentaion.ppt
8255 presentaion.ppt8255 presentaion.ppt
8255 presentaion.ppt
kamlesh deshmukh
 
I/O port programming in 8051
I/O port programming in 8051I/O port programming in 8051
I/O port programming in 8051
ssuser3a47cb
 
Vlsi interview questions compilation
Vlsi interview questions compilationVlsi interview questions compilation
Vlsi interview questions compilation
Rajesh M
 
Rf power amplifier design
Rf power amplifier designRf power amplifier design
Rf power amplifier design
venkateshp100
 

What's hot (20)

Module 1 - ARM 32 Bit Microcontroller
Module 1 - ARM 32 Bit Microcontroller Module 1 - ARM 32 Bit Microcontroller
Module 1 - ARM 32 Bit Microcontroller
 
Dc unit iii final ppt
Dc unit iii final pptDc unit iii final ppt
Dc unit iii final ppt
 
Digital modulation technique
Digital modulation techniqueDigital modulation technique
Digital modulation technique
 
Arm cortex-m4 programmer model
Arm cortex-m4 programmer modelArm cortex-m4 programmer model
Arm cortex-m4 programmer model
 
Digital Communication 4
Digital Communication 4Digital Communication 4
Digital Communication 4
 
TMS320C5x
TMS320C5xTMS320C5x
TMS320C5x
 
ARM CORTEX M3 PPT
ARM CORTEX M3 PPTARM CORTEX M3 PPT
ARM CORTEX M3 PPT
 
UART
UARTUART
UART
 
Serial Communication Interfaces
Serial Communication InterfacesSerial Communication Interfaces
Serial Communication Interfaces
 
Unit II Study of Onchip Peripherals
Unit II Study of Onchip PeripheralsUnit II Study of Onchip Peripherals
Unit II Study of Onchip Peripherals
 
Communication protocols
Communication protocolsCommunication protocols
Communication protocols
 
AVR Microcontroller
AVR MicrocontrollerAVR Microcontroller
AVR Microcontroller
 
8051 Microcontroller I/O ports
8051 Microcontroller I/O ports8051 Microcontroller I/O ports
8051 Microcontroller I/O ports
 
Interfacing with peripherals: analog to digital converters and digital to ana...
Interfacing with peripherals: analog to digital converters and digital to ana...Interfacing with peripherals: analog to digital converters and digital to ana...
Interfacing with peripherals: analog to digital converters and digital to ana...
 
Delta modulation
Delta modulationDelta modulation
Delta modulation
 
8255 presentaion.ppt
8255 presentaion.ppt8255 presentaion.ppt
8255 presentaion.ppt
 
I/O port programming in 8051
I/O port programming in 8051I/O port programming in 8051
I/O port programming in 8051
 
Vlsi interview questions compilation
Vlsi interview questions compilationVlsi interview questions compilation
Vlsi interview questions compilation
 
Vlsi design
Vlsi designVlsi design
Vlsi design
 
Rf power amplifier design
Rf power amplifier designRf power amplifier design
Rf power amplifier design
 

Similar to Interfacing to the analog world

ANALOG TO DIGITAL CONVERTOR
ANALOG TO DIGITAL CONVERTORANALOG TO DIGITAL CONVERTOR
ANALOG TO DIGITAL CONVERTOR
Anil Yadav
 
Fundamental of MSD Module-III Part-a.ppt
Fundamental of MSD Module-III Part-a.pptFundamental of MSD Module-III Part-a.ppt
Fundamental of MSD Module-III Part-a.ppt
BEVARAVASUDEVAAP1813
 
ADC - Types (Analog to Digital Converter)
ADC - Types (Analog to Digital Converter)ADC - Types (Analog to Digital Converter)
ADC - Types (Analog to Digital Converter)
National Engineering College
 
Analog to Digital Conversion
Analog to Digital ConversionAnalog to Digital Conversion
Analog to Digital Conversion
Syed Umair
 
ADC & DAC
ADC & DACADC & DAC
ADC & DAC
wewe mahir
 
Analog to Digital Converters
Analog to Digital ConvertersAnalog to Digital Converters
Analog to Digital Converters
Anas Smarty
 
UNIT 4 & 5 - I nterfacing_Lecture7.pptx
UNIT 4 & 5 - I         nterfacing_Lecture7.pptxUNIT 4 & 5 - I         nterfacing_Lecture7.pptx
UNIT 4 & 5 - I nterfacing_Lecture7.pptx
naveen088888
 
MODULE-2_SIGNAL_CONDITIONING.pptx
MODULE-2_SIGNAL_CONDITIONING.pptxMODULE-2_SIGNAL_CONDITIONING.pptx
MODULE-2_SIGNAL_CONDITIONING.pptx
Manjunathtv2
 
86919253 data-acquisition-system-ppt
86919253 data-acquisition-system-ppt86919253 data-acquisition-system-ppt
86919253 data-acquisition-system-ppt
GovindaChandraBehera1
 
Chap 3. signal processing elemnt part three
Chap 3. signal processing elemnt part threeChap 3. signal processing elemnt part three
Chap 3. signal processing elemnt part three
YemaneBayray
 
Analog to digital conversion
Analog to digital conversionAnalog to digital conversion
Analog to digital conversionEngr Ahmad Khan
 
Analog to digital converter
Analog to digital converterAnalog to digital converter
Analog to digital converter
shrutishreya14
 
simple ADC Interfacing
simple ADC Interfacingsimple ADC Interfacing
simple ADC Interfacing
Varad Manglekar
 
Chapter 9.pptx
Chapter 9.pptxChapter 9.pptx
Chapter 9.pptx
AnisZahirahAzman
 
analog to digital adn digital to analog .ppt
analog to digital adn digital to analog .pptanalog to digital adn digital to analog .ppt
analog to digital adn digital to analog .ppt
daredevil15082004
 
Introduction to digital signal processing 2
Introduction to digital signal processing 2Introduction to digital signal processing 2
Introduction to digital signal processing 2
Hossam Hassan
 
Sensors And Actuators
Sensors And ActuatorsSensors And Actuators
Sensors And Actuators
Jinesh Patel
 
Interfacing technique with 8085- ADC[0808]
Interfacing technique with 8085- ADC[0808]Interfacing technique with 8085- ADC[0808]
Interfacing technique with 8085- ADC[0808]
Guhan k
 
Adc ee223
Adc ee223Adc ee223
Adc ee223
AbdulazizMosaed
 

Similar to Interfacing to the analog world (20)

ANALOG TO DIGITAL CONVERTOR
ANALOG TO DIGITAL CONVERTORANALOG TO DIGITAL CONVERTOR
ANALOG TO DIGITAL CONVERTOR
 
Fundamental of MSD Module-III Part-a.ppt
Fundamental of MSD Module-III Part-a.pptFundamental of MSD Module-III Part-a.ppt
Fundamental of MSD Module-III Part-a.ppt
 
ADC - Types (Analog to Digital Converter)
ADC - Types (Analog to Digital Converter)ADC - Types (Analog to Digital Converter)
ADC - Types (Analog to Digital Converter)
 
Analog to Digital Conversion
Analog to Digital ConversionAnalog to Digital Conversion
Analog to Digital Conversion
 
ADC & DAC
ADC & DACADC & DAC
ADC & DAC
 
Analog to Digital Converters
Analog to Digital ConvertersAnalog to Digital Converters
Analog to Digital Converters
 
UNIT 4 & 5 - I nterfacing_Lecture7.pptx
UNIT 4 & 5 - I         nterfacing_Lecture7.pptxUNIT 4 & 5 - I         nterfacing_Lecture7.pptx
UNIT 4 & 5 - I nterfacing_Lecture7.pptx
 
MODULE-2_SIGNAL_CONDITIONING.pptx
MODULE-2_SIGNAL_CONDITIONING.pptxMODULE-2_SIGNAL_CONDITIONING.pptx
MODULE-2_SIGNAL_CONDITIONING.pptx
 
86919253 data-acquisition-system-ppt
86919253 data-acquisition-system-ppt86919253 data-acquisition-system-ppt
86919253 data-acquisition-system-ppt
 
Chap 3. signal processing elemnt part three
Chap 3. signal processing elemnt part threeChap 3. signal processing elemnt part three
Chap 3. signal processing elemnt part three
 
Analog to digital conversion
Analog to digital conversionAnalog to digital conversion
Analog to digital conversion
 
Analog to digital converter
Analog to digital converterAnalog to digital converter
Analog to digital converter
 
simple ADC Interfacing
simple ADC Interfacingsimple ADC Interfacing
simple ADC Interfacing
 
Chapter 9.pptx
Chapter 9.pptxChapter 9.pptx
Chapter 9.pptx
 
analog to digital adn digital to analog .ppt
analog to digital adn digital to analog .pptanalog to digital adn digital to analog .ppt
analog to digital adn digital to analog .ppt
 
Adc &amp;dac ppt
Adc &amp;dac pptAdc &amp;dac ppt
Adc &amp;dac ppt
 
Introduction to digital signal processing 2
Introduction to digital signal processing 2Introduction to digital signal processing 2
Introduction to digital signal processing 2
 
Sensors And Actuators
Sensors And ActuatorsSensors And Actuators
Sensors And Actuators
 
Interfacing technique with 8085- ADC[0808]
Interfacing technique with 8085- ADC[0808]Interfacing technique with 8085- ADC[0808]
Interfacing technique with 8085- ADC[0808]
 
Adc ee223
Adc ee223Adc ee223
Adc ee223
 

More from Islam Samir

Introduction to Embedded Systems and Microcontrollers
Introduction to Embedded Systems and MicrocontrollersIntroduction to Embedded Systems and Microcontrollers
Introduction to Embedded Systems and MicrocontrollersIslam Samir
 
4838281 operating-system-scheduling-on-multicore-architectures
4838281 operating-system-scheduling-on-multicore-architectures4838281 operating-system-scheduling-on-multicore-architectures
4838281 operating-system-scheduling-on-multicore-architecturesIslam Samir
 

More from Islam Samir (6)

USART
USARTUSART
USART
 
Timers
TimersTimers
Timers
 
Interrupts
InterruptsInterrupts
Interrupts
 
I/O Ports
I/O Ports I/O Ports
I/O Ports
 
Introduction to Embedded Systems and Microcontrollers
Introduction to Embedded Systems and MicrocontrollersIntroduction to Embedded Systems and Microcontrollers
Introduction to Embedded Systems and Microcontrollers
 
4838281 operating-system-scheduling-on-multicore-architectures
4838281 operating-system-scheduling-on-multicore-architectures4838281 operating-system-scheduling-on-multicore-architectures
4838281 operating-system-scheduling-on-multicore-architectures
 

Recently uploaded

GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
Abida Shariff
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
Bhaskar Mitra
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 

Recently uploaded (20)

GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 

Interfacing to the analog world

  • 1. INTERFACING TO THE ANALOG WORLD Prepared by: Islam Samir
  • 2. AGENDA The importance of signals.  Why do we process signals?  Continuous VS Discrete.  Analog signals VS digital signals.  How to convert an analog signal into digital?  S/H, Quantization, Encoding. 
  • 3. WHAT ARE SIGNALS?  Signals are mathematical functions that represents an electrical quantity (voltage, current ..etc).  These quantity carries information in one of its parameters [amplitude, frequency ..etc].
  • 4. WHY DO WE PROCESS SIGNALS?  1. 2. We’ve to process these signals in an appropriate way to: Extract the information that they carry. To get them in a better form (filtering).
  • 5. CONTINUOUS VS DISCRETE  -  - - Continuous Signals: Signals that are defined for all time instants. Discrete signals: Signals that are defined only for certain time instants: T, 2T, 3T, ….etc. (T) is the sampling time of the original continuous signal.
  • 6. ANALOG SIGNALS  For analog signals, the voltage - or current - can take any value and the system is supposed to respond to this value.  Information is represented by changing the signal’s voltage, current, frequency, or total charge.  The amplitude of an analog signal can take any value.
  • 7. THE RULE OF TRANSDUCERS (SENSORS)   Information is converted from some other physical form (sound, light, temperature ..etc) to an electrical signal by a transducer. The processing system (analog or digital) can then take the right decision based on the electrical quantity that it monitors, which represents the corresponding physical quantity.
  • 8. DIGITAL SIGNALS   Digital signals are discretized in time, and quantized in amplitude. The time interval between each number and the next is Ts.
  • 9. Digital signals are the only type of signals that can be processed by digital systems. Sensor Signal Conditioning Analog Continuoustime signal ADC Digital signal We use the (signal conditioning circuitry + ADC) to convert an analog continous-time signal into a digital signal.
  • 10. DIGITAL SIGNALS  A digital computer can only deal with binary values, these values change in a limited range due to the limited word length. Ex. For an 8-bit register 28 ) values only.  It can hold one of 256 ( So, digital signals can take one of certain values only (Quantized).
  • 11. DIGITAL SIGNALS - The hardware that converts an analog signal to digital needs time to quantize this signal and encode it. Also we need time for the required processing. - We use a (Sample & Hold) circuit that takes samples of the original continuous signal every time interval (Ts), where: Ts> hardware delay + processing delay  So, digital signals are discretized in time.  Digital signals are discretized in both time and amplitude.
  • 12. ANALOG VS DIGITAL Analog signals Digital signals The signal’s amplitude can take any value. The signal’s amplitude is limited to a certain range of values. (Quantized) Can be discrete or continuous in time. Always discrete in time.
  • 13. HOW TO CONVERT ANALOG SIGNALS TO DIGITAL?
  • 14. HOW TO CONVERT ANALOG SIGNALS TO DIGITAL? LPF: Low pass filter S/H: Sample and hold circuit. X(t): Analog signal to be converted. X(kTs): Sampled signal. Xq(kTs): Quantized signal.
  • 15. HOW TO CONVERT ANALOG SIGNALS TO DIGITAL? 1. LPF: The signal is filtered and band limited to 0.5 Fs, in order to avoid aliasing. (Review sampling theorem)  Fs≥2Fm [Nyquist rate] Fm: the max. signal frequency. - 1. 2. If the sampled signal is not band limited, aliasing will occur. This will result: The digital signal produced is not representing the original analog signal. If we tried to reproduce the analog signal it’ll be distorted.
  • 16. HOW TO CONVERT ANALOG SIGNALS TO DIGITAL? 1. a) b) (S/H): To convert the continuous signal to a discrete signal. This is done for two reasons: A time is required for the ADC to quantize and encode the coming sample. A time is required to do the required processing on this sample.
  • 17. HOW TO CONVERT ANALOG SIGNALS TO DIGITAL? Quantizer: Due to the limited word length of any digital computer , the sample’s value must be within a certain range according to the number of bits used to represent the sample. Ex. If we used an 8 – bit ADC The sample can take one of 256 values. 3.  The quantizer has to approximate every sample to the nearest level.
  • 18. HOW TO CONVERT ANALOG SIGNALS TO DIGITAL? 4. - Encoder: After quantization, the quantized sample must be encoded to the corresponding binary value by an encoder. Usually, the quantizer and the encoder are implemented by the same hardware. The use of quantization introduces an error between the input signal and the signal at the quantizer output. quantization error or (e) - , where: e = X(t) – Xq(kTs)
  • 19. Example. Discrete & analog signal Discrete & quantized signal (Digital signal)
  • 20. ANALOG-TO-DIGITAL CONVERTER  1. 2. - The ADC converts an analog sample into the corresponding digital value according to: The (Full-scale) voltage. (called also Vref). The number of bits. The conversion can be: unipolar (0  +Vfs) or bipolar (-Vfs  (+Vfs-1LSB)). or (Vref-)  (Vref +).
  • 21. ANALOG-TO-DIGITAL CONVERTER  In an A/D converter, Q = 1 LSB.  Q determines the resolution of the system, that is, the lowest change in voltage that will produce a code change. Dynamic range: - It’s the minimum number of voltage levels needed to represent a certain voltage signal, according to the range of this signal and the required resolution.
  • 22. Ex. 4-bit ADC , Vref=10v (Unipolar)  note that the analog value represented by the all-ones code is not full-scale (FS), but (FS – 1 LSB).
  • 23. Transfer function of a 3-bit ADC (Unipolar) - There is a range of analog input voltage over which the ADC will produce a given output code; this range is the quantization uncertainty and is equal to 1 LSB.
  • 24. Ex. 4-bit ADC (Bipolar) - In order to maintain perfect symmetry about midscale, the allzeros code (0000) representing negative full-scale (–FS) is not normally used in computation.
  • 25. Transfer function of a 3-bit ADC (Bipolar) - Most ADC ICs are unipolar. To monitor both positive and negative voltage values, use a level shifter circuit before the ADC.
  • 26. SIGNAL CONDITIONING  Typical sensors yield low-amplitude analog signals that need to be amplified and then digitized by means of an (A/D) converter.  To adapt the analog signal to the range of expected amplitude at the input of the A/D converter, a signal conditioner is used. Ex. If the analog signal in the range: [-20mv  20mv] and the ADC is [0v  5v] - The number of values that represent this analog range is small, so that the quantization noise will be large. - If we amplified the signal by (*100) , it’ll be in the range: [-2v  2v] and the quantization noise is reduced.
  • 27. SIGNAL CONDITIONING - If the analog signal can be +ve or –ve, use a shift up circuit (adder) to make it in the range [0v  Vref v].
  • 28. Ex. - We wish to measure a temperature between (–40°C, 60°C) with a resolution of (0.5°C). How many bits does the A/D converter need? If we use a sensor with a sensitivity of (1 mV/°C) and an A/D converter with an input range between (0 V, 5 V), how much gain is necessary? 1- DR= (60-(-40))/0.5 = 200  We need 200 level at least to represent the output (8-bits). 2- G = 5v/100mv = 50 Or, G= (5v - 0v)/ (60mv – (-40mv)) = 50  We need to shift up the analog voltage 40mv before converting it by the ADC.
  • 29. THE PIC’S ADC - It’s a 10-bit, SAR ADC, with eight multiplexed inputs. - It can sample and process signals as fast as 25 kHz or so accurately. - The analog input charges a sample and hold capacitor. The output of the sample and hold capacitor is the input into the converter. - The A/D module has high and low voltage reference input that is software selectable to some combination of VDD, VSS, RA2, or RA3.
  • 31. THE PIC’S ADC  Acquisition time: After the analog input channel is selected (changed), you have to wait for this time before the conversion can be started.  Conversion time: The A/D conversion requires a minimum 12TAD per 10-bit conversion. (Tad min.=16µs)  How can we get (Tad)?  The four possible options for TAD are: 2Tosc, 8Tosc, 32Tosc, Internal A/D module RC oscillator.  If you use Tosc to get Tad, ensure that Tad is greater than 16µs.
  • 32. Registers and bits:  A/D Result High Register (ADRESH)  A/D Result Low Register (ADRESL)  The ADRESH:ADRESL registers contain the 10-bit result of the A/D conversion.  A/D Control Register0 (ADCON0): controls the operation of the A/D module.  A/D Control Register1 (ADCON1): configures the functions of the port pins. The port pins can be configured as analog inputs (RA3 can also be the voltage reference), or as digital I/O.  (GO/DONE~) bit (ADCON0<2>): cleared when the conversion is done.  ADIF: set when the conversion is done.
  • 33.  These steps should be followed for doing an A/D Conversion: 1. Configure the A/D module: • Configure analog pins/voltage reference and digital I/O (ADCON1) • Select A/D input channel (ADCON0) • Select A/D conversion clock (ADCON0) • Turn on A/D module (ADCON0) Select the format of the result to be right-justified or left justified.  If you’ll take only the most significant 8-bits, choose left justified.
  • 34. 2. Configure A/D interrupt (if desired): • Clear ADIF bit • Set ADIE bit • Set PEIE bit • Set GIE bit 3. Wait the required acquisition time. (at least 20µs) 4. Start conversion: • Set GO/DONE bit (ADCON0) 5. Wait for A/D conversion to complete, by either: • Polling for the GO/DONE bit to be cleared OR • Waiting for the A/D interrupt 6. Read A/D result register pair (ADRESH: ADRESL), clear bit ADIF if required. 7. for the next conversion, go to step 1 or step 2, as required.

Editor's Notes

  1. دايما في كل السيشنز بحاول أركز علي الكونسبتس المطعلقة ب بريفرال معين وامتا نستخدمه ال اوبريشن بتاعته بعد كده بنتكلم عن ازاي ال بريفرال ده بيشتغل جوه الكونترولر انهارده حنعمل كده برده لما نتكلم عن ال ا تو دي حنشرح الكونسبتس المهمة زي السجنال كوندشننج والسامبلنج فريكوينسي وغيرها وبعد كده في الاخر خالص حنتكلم عن ال ا تو دي