Chemistry 454
Lecture Notes
February 2, 2001
note:
These notes may often differ from your class notes.
This occurs frequently when I rely on the blackboard for illustrations.
I do not check or follow my notes carefully, so material may change
slightly. This is often the case with the order that topics appear.
Also, class may end before I cover everything I intended so the notes
may have additional material. This material usually shows up at the
start of the next class period.
When I generate Web pages several days later,
I may rely more on my notes than on my memory of what sequence
we followed in class.
Plans for the next few days of Chem 454
2/2/01--
- I'd like to finish Chapter 4 (Digital Electronics)
- Then cover main points of Chapter 5 (Signal/Noise)
- we actually have already covered,
less formally, most of the ideas in this chapter
2/05/01
- I want to start Chapter 6
- (Optics, Spectroscopy and Instruments based on light)
- We really need to get to looking a real instruments
and real analytical measurements
- The earlier chapters are essential ideas and tools,
but not really Instruments or Analysis
Binary Numbers
We take the DAC output and send it to a Comparator
the other comparator line is the voltage to be measured
as long as the DAC Output < Signal
comparator output is "1"
and AND passes the clock pulses
when DAC Output > Signal
comparator changes to a "0"
the AND stops passing the clock pulses
the counter display freezes
we read the voltage
can reset the counter (hence DAC, hence comparator) and restart
this works
- it's fairly simple
- fairly accurate
- inexpensive ($10)
two drawbacks worth considering
- 1. it's slow-- we need 1023 steps to make a measurement
- if we count each microsecond (typical)
- it takes over 1 msec to read a voltage
- 2. it's subject to errors due to noise
- we only require V(DAC)= signal
- negative noise can trigger the comparator early
- (in fact, will read low more often than high due to noise)
The Successive Approximation Converter
- Uses a DAC and a Comparator as before
- Needs a more elaborate controlling device
- Start with a 1 on DAC's MSB
- in our example, that generates 0.500V
- Compare signal to DAC output
- IF V(DAC) < V(signal)
- then keep a "1" in this digit
- If V(DAC) > V(signal)
- then reset this digit to a "0"
- Now shift to the next digit and repeat the process
- we find the voltage to the nearest 1.000/n volts each time
- After 10 steps, we know the voltage to 10 bit accuracy
- That's 100 times faster than our earlier example
- Good ADC based on successive approximation converters
- available
- compact, automatic
- fast (5-20 microseconds for 12 bit accuracy)
- modest cost ($20-50 typical)
- available at 8, 10, 12, 16 bit accuracy
- some can measure in 0.05 microseconds
Most ADC devices are susceptible to noise
they measure the voltage at some very brief instant
they do not perform any signal averaging
there's no filtering of high frequency noise
most voltmeters, pH meters and recorders filter out high frequency components
There's another ADC that is less susceptible to noise
- it is much slower
- this is the way most digital voltmeters work
- this is mainly an analog circuit
- start with a precision voltage source
- we'll stick with a -1.000 reference
- we will send our signal into an integrator
- we get a voltage that increases with time
- the slope is proportional to the input voltage
- we also start a time (counter)
- we integrate for 1.0 seconds
- disconnect the signal
- connect the reference
- restart a timer
- continue to integrate until the voltage is back to 0.000V
- evaluate the voltage as 1.000 V * (time_to_down / 1.0 sec)
the use of an integrator
- averages out the contribution of noise
Another problem with all measurements
- If the signal changes when you measure it
- What is the correct reading?
-
- A device called a Sample Hold
- can freeze the input voltage during a measurement
- Thus, the reading we get is the correct value of the voltage
- at the moment we started the reading
return to chem 454 home page