Getting The Number Of Bits In An Instrument's A/D

        In this laboratory you will get some data to work with.  First you need to be sure that you understand the instrument you use.  You will do the following for your instrument.

        In each case your procedure will be the following:         Let's assume that you have measured a voltage with an instrument over a period of time.  If you were to plot the measurements you would see something like the plot below.  Individual measurements are shown in red dots, and time - or measurement number - advances to the right.

The measurements will take on discrete values that differ by the smallest increment that can be distinguished by the instrument.  In other words, these different values differ by one or two counts.  (and never one-half count!)  You should observe that you only obtain certain discrete voltages and there are voltage values between your observations that are not measured.  In the picture above there are no measured values between the dotted lines.  Only three discrete values of voltage are observed above.

        In the example above, the middle dots come from a measurement with N counts, the higher ones from a measurement with N+1 counts, and the lower ones from N-1 counts.

        Now, let's assume that you have a set of measurements.  If you plotted those measurements, you would see something like this.  Your measurements will take on discrete values as shown in the sketch.

        What you should do is take the value for the highest dots (N+1), and subtract the value of the voltage for the middle dots (N).  That will give you a voltage increment that corresponds to the smallest difference between two voltage measurements.  You could also take the difference between the middle dots (N) and the lower values (N-1).  That difference should be the same as the first difference you measured.  Call that value DV. DV is shown on the diagram above.

        Once you have DV, then then if you know the range of the instrument, you can compute the number of bits fairly easily.

        We need to examine the example more closely.         Which situation do you have for your instruments?  Answer after you make your measurements.

        Now, let's think a little more about this instrument.

        Anyhow, if you want to get the number of bits in an instrument, follow the method above.  There are several instruments you can check out.
Instruments

A.  The DVM

       The first instrument to measure is a DVM.  (Click here for some background on DVMs.)  Note, you might have a DVM or you might have a DAU (Data Acquisition Unit).  The DAU is a DVM with the capability of measuring temperature.  Think of a DAU as a DVM +.

        Do the following.

B.  A D/A board

        Another "instrument" you might encounter is a board that resides inside a computer.  There are numerous boards with A/Ds and D/As that are used to measure voltage with a computer and to produce output voltages with a computer (making the computer into a digital controller in a control system in many cases).  Follow the procedure above (for the DVM) after connecting an adjustable voltage source to the input terminals of the board.  Note that most of these kinds of boards come with programs that will let you monitor a voltage and record values in a file usable in a spreadsheet.  Use that method if appropriate.