Data Acquisition
Data Acquisition
Signal
Sensors ADC Computer
Conditioning
The measurement Process
1. Sensors: The measurement of a physical phenomenon, such as the temperature, the level of
a sound source, or the vibration occurring from constant motion, begins with a sensor. A
sensor is also called a transducer. A sensor converts a physical phenomenon into a
measurable electrical signal.
2. Signal Conditioners: This includes amplification of weak signals and filtering of noisy signals.
3. Analog-to-Digital Converters: The output of most physical measurement signal conditions is
an analog signal. It is necessary to convert this signal to a series of high-speed digital values
so that it can be displayed and stored by the data acquisition system.
4. Computer: Once the measurements are available in digital form, they can be stored,
visualized and analyzed by a computer.
From Analog Signals to Digitized Data
https://dewesoft.com/blog/what-is-data-acquisition
Our Mission
Many measurements look at changes in electrical characteristics due to
environmental changes.
Most of the time what we measure is changes in voltage.
We need to convert changes in voltage which are analog (continuous) values to
digital (discrete) values, since computers are digital.
Electrical Properties of Matter
Many measurements look at changes in
electrical characteristics due to
environmental changes.
In PHYS 207 you are going to learn about a
wide range of electrical properties such as
Voltage, Resistance, Capacitance,
Inductance, and others.
An object or system can exhibit any of these
properties. Changes in these properties can
indicate changes in the environment.
This Photo by Unknown Author is licensed under CC BY-SA
Example: Touch Sensor
The capacitance of the human body is higher than the capacitance of air (we’re
basically big sacks of water). A touch screen senses the changes in capacitance
from a finger moving over it.
Example: Humidity Sensor
Capacitive relative humidity (RH) sensors consist of two metal electrode layers
between a dielectric (non-conductive) material. The dielectric film inside the
capacitive humidity sensor attracts and absorbs moisture from the surrounding
air. Once the moisture contacts the electrodes, a voltage change occurs.
https://atlas-scientific.com/blog/humidity-sensor-
types/#:~:text=There%20are%20three%20primary%20types,detect%20absolute%20humidity%20(AH).
Example: Sound Level Meter
A sound level meter is an instrument used to measure
sound pressure levels. Also called a decibel meter.
The microphone is crucial to the sound level meter,
converting sound pressure into voltage signals. The
moving coil sensor comprises a diaphragm, coil, and
magnet. The pressure waves hit the diaphragm and
cause it to vibrate. This vibration creates a magnetic
field that interacts with the fixed magnet, causing the
coil to move. The movement of the coil generates an
electric current that is proportional to the sound https://www.munroscientific.co.uk/w
pressure. hat-are-sound-level-meters-used-
for#:~:text=These%20meters%20typic
ally%20have%20a,on%20a%20scale%
20in%20decibels.
Example: Barometric Presser Sensor
A barometric pressure sensor detects
atmospheric pressure.
Piezo-resistive pressure sensors utilize a
single Si crystal plate as a diaphragm and
diffuses impurities on its surface to form a
resistive bridge circuit, making it possible
to calculate pressure (atmospheric) by
detecting the resistance change resulting
from distortion of this resistive bridge
when pressure is applied.
https://www.rohm.com/electronics-
basics/sensor/barometric-pressure-sensor
What is Voltage?
Electric potential is equal to the electric potential energy of a charged particle in an
electric field, divided by the amount of charge.
Units are volts = joules/coulombs.
Volts are a difference in potential between two points (some point and ground, two
different points).
A typical battery has a voltage difference of 1.5 V DC (direct current) between its top
(positive) and bottom (negative terminals)
We have 110 V AC (alternating current) power in the US (240V on Qatar). This means
that the voltage difference between the two slots of the outlet is 110V (240V) on
average [DON’T STICK LAB PROBES INTO AN OUTLET!]
Usually, We’re Measuring Voltage
Regardless of whether we are interested in voltage, resistance,
capacitance, etc., we typically measure voltage.
We use special circuits or special signal processing methods to
relate voltage values to resistance values, or capacitance
values, or etc.
Digital Signals have only two states. For digital computers, we refer to binary states, 0
and 1. “1” can be ON, “0” can be “OFF”.
Examples:
◦ Light switch can be either on or off.
◦ Door to a room is either open or closed.
Analog and Digital Signals
https://www.predig.com/whitepaper/reducing-
signal-noise-practice
Analog vs. Digital Circuits
Advantages of Digital Signals:
◦ With modern Integrated Circuits (IC)
technology, it is possible to manufacture
complex digital circuits economically.
However, analog circuits have large
capacitances and precise components
that cannot be manufactured
economically.
A/D Converter
Converting analog signals into binary words
A/D Converter
Analog to Digital Conversion
2-Step Process:
Quantizing – breaking down analog
value into a set of finite states
Encoding – assigning a digital word
or number to each state and
matching it to the input signal
Step 1: Quantizing
Example: Output States Discrete Voltage Ranges
(V)
We have 0-10V signals. Need to 0 0.00-1.25
separate them into a set of discrete 1 1.25-2.50
states with 1.25V increments.
2 2.50-3.75
3 3.75-5.00
4 5.00-6.25
5 6.25-7.50
6 7.50-8.75
7 8.75-10.0
Quantizing
The number of possible states that the converter can output is:
N = 2n
Where n is the number of bits in the AAD converter.
You have an ADC with a range of ±5 V relative to ground. Your voltage input is
1.3 V below ground
Your ADC returns a reading of -1.3 V since it is within the range
Dealing with Range
You can often use signal conditioning to make readings of out-of-range values or
make readings which use more of the range.
Signal conditioning is an advanced topic, so we won’t explain too much how to
do it, but you should understand the basic principles.
Example:
The signal entering a radio is 0.1 mV. You pass the signal through an amplifier
circuit that raises it to the 1 V range
Resolution
Resolution is described in bits – e.g., a 10-bit ADC, a 14-bit ADC, a 24-bit ADC
The number of bits tells you the number of possible binary numbers the device
can output
𝑛𝑛 =number of bits
2𝑛𝑛 = possible output values from 0 to 2𝑛𝑛 − 1
Example
We have a 4-bit ADC
It can encode numbers
0000 = 0 1000 = 8
0001 = 1 1001 = 9
0010 = 2 1010 = 10
0011 = 3 1011 = 11
0100 = 4 1100 = 12
0101 = 5 1101 = 13
0110 = 6 1110 = 14
0111 = 7 1111 = 15