SlideShare une entreprise Scribd logo
1  sur  34
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.

Contenu connexe

Tendances

Real time image processing in fpga
Real time image processing in fpgaReal time image processing in fpga
Real time image processing in fpgaSneha Nidhi
 
Stick Diagram
Stick Diagram Stick Diagram
Stick Diagram rohitladdu
 
Negitive Feedback in Analog IC Design 02 April 2020
Negitive Feedback in Analog IC Design 02 April 2020  Negitive Feedback in Analog IC Design 02 April 2020
Negitive Feedback in Analog IC Design 02 April 2020 Javed G S, PhD
 
Embedded systems notes
Embedded systems notesEmbedded systems notes
Embedded systems notesShikha Sharma
 
Pulse width modulation (PWM)
Pulse width modulation (PWM)Pulse width modulation (PWM)
Pulse width modulation (PWM)amar pandey
 
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT I Core of Embedded Systems
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT I   Core of Embedded SystemsSYBSC IT SEM IV EMBEDDED SYSTEMS UNIT I   Core of Embedded Systems
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT I Core of Embedded SystemsArti Parab Academics
 
adc dac converter
adc dac converteradc dac converter
adc dac converterGaurav Rai
 
Vlsi physical design automation on partitioning
Vlsi physical design automation on partitioningVlsi physical design automation on partitioning
Vlsi physical design automation on partitioningSushil Kundu
 
VLSI Design Methodologies
VLSI Design MethodologiesVLSI Design Methodologies
VLSI Design MethodologiesKeshav
 
Single Slope ADC.pptx
Single Slope ADC.pptxSingle Slope ADC.pptx
Single Slope ADC.pptxhepzijustin
 
CMOS Operational Amplifier Design
CMOS Operational Amplifier DesignCMOS Operational Amplifier Design
CMOS Operational Amplifier DesignRashad Alsaffar
 
DIgital clock using verilog
DIgital clock using verilog DIgital clock using verilog
DIgital clock using verilog Abhishek Sainkar
 
ASIC Design Flow | Physical Design | VLSI
ASIC Design Flow | Physical Design | VLSI ASIC Design Flow | Physical Design | VLSI
ASIC Design Flow | Physical Design | VLSI Jayant Suthar
 

Tendances (20)

Real time image processing in fpga
Real time image processing in fpgaReal time image processing in fpga
Real time image processing in fpga
 
Stick Diagram
Stick Diagram Stick Diagram
Stick Diagram
 
Negitive Feedback in Analog IC Design 02 April 2020
Negitive Feedback in Analog IC Design 02 April 2020  Negitive Feedback in Analog IC Design 02 April 2020
Negitive Feedback in Analog IC Design 02 April 2020
 
Embedded systems notes
Embedded systems notesEmbedded systems notes
Embedded systems notes
 
Data types in verilog
Data types in verilogData types in verilog
Data types in verilog
 
Pulse width modulation (PWM)
Pulse width modulation (PWM)Pulse width modulation (PWM)
Pulse width modulation (PWM)
 
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT I Core of Embedded Systems
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT I   Core of Embedded SystemsSYBSC IT SEM IV EMBEDDED SYSTEMS UNIT I   Core of Embedded Systems
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT I Core of Embedded Systems
 
adc dac converter
adc dac converteradc dac converter
adc dac converter
 
Layout rules
Layout rulesLayout rules
Layout rules
 
Vlsi physical design automation on partitioning
Vlsi physical design automation on partitioningVlsi physical design automation on partitioning
Vlsi physical design automation on partitioning
 
Dac, adc architecture
Dac, adc architectureDac, adc architecture
Dac, adc architecture
 
Asic design flow
Asic design flowAsic design flow
Asic design flow
 
VLSI Design Methodologies
VLSI Design MethodologiesVLSI Design Methodologies
VLSI Design Methodologies
 
ASk,FSK,PSK
ASk,FSK,PSKASk,FSK,PSK
ASk,FSK,PSK
 
Single Slope ADC.pptx
Single Slope ADC.pptxSingle Slope ADC.pptx
Single Slope ADC.pptx
 
CMOS Operational Amplifier Design
CMOS Operational Amplifier DesignCMOS Operational Amplifier Design
CMOS Operational Amplifier Design
 
DIgital clock using verilog
DIgital clock using verilog DIgital clock using verilog
DIgital clock using verilog
 
ASIC Design Flow | Physical Design | VLSI
ASIC Design Flow | Physical Design | VLSI ASIC Design Flow | Physical Design | VLSI
ASIC Design Flow | Physical Design | VLSI
 
FPGA Configuration
FPGA ConfigurationFPGA Configuration
FPGA Configuration
 
ASIC_Design.pdf
ASIC_Design.pdfASIC_Design.pdf
ASIC_Design.pdf
 

Similaire à Interfacing to the analog world

ANALOG TO DIGITAL CONVERTOR
ANALOG TO DIGITAL CONVERTORANALOG TO DIGITAL CONVERTOR
ANALOG TO DIGITAL CONVERTORAnil 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.pptBEVARAVASUDEVAAP1813
 
Analog to Digital Conversion
Analog to Digital ConversionAnalog to Digital Conversion
Analog to Digital ConversionSyed Umair
 
Analog to Digital Converters
Analog to Digital ConvertersAnalog to Digital Converters
Analog to Digital ConvertersAnas 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.pptxnaveen088888
 
MODULE-2_SIGNAL_CONDITIONING.pptx
MODULE-2_SIGNAL_CONDITIONING.pptxMODULE-2_SIGNAL_CONDITIONING.pptx
MODULE-2_SIGNAL_CONDITIONING.pptxManjunathtv2
 
86919253 data-acquisition-system-ppt
86919253 data-acquisition-system-ppt86919253 data-acquisition-system-ppt
86919253 data-acquisition-system-pptGovindaChandraBehera1
 
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 threeYemaneBayray
 
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 convertershrutishreya14
 
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 .pptdaredevil15082004
 
Introduction to digital signal processing 2
Introduction to digital signal processing 2Introduction to digital signal processing 2
Introduction to digital signal processing 2Hossam Hassan
 
Sensors And Actuators
Sensors And ActuatorsSensors And Actuators
Sensors And ActuatorsJinesh 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
 

Similaire à 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
 

Plus de 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
 

Plus de 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
 

Dernier

Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 

Dernier (20)

Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 

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.

Notes de l'éditeur

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