Tuesday, February 16, 2010

Instrumentation - Dynamic Resoluiton

When sensor signals are being converted to data the capabilities of ADC (analog to digital converter) should be considered. The dynamic resolution of an ADC is related to a number of steps the original signal is approximated with. If the ADC has 10 bit resolution, that means that the full input range will be digitized using 2^10 (two to the power of ten) or 1024 steps. For many applications it is too crude, especially if the signal is not amplified. Typically, for vibration measurements ADCs with 16 or even 24 bits of resolution are used. For industrial vibration monitoring a 16 bit ADC is quite enough. A sensor with the sensitivity of 100 mV/g and the signal range of -10/+10V will have the smallest step of 3mg at 16 bit ADC. Dynamic resolution is sometimes listed in dB in device specifications.

If more dynamic resolution is needed, the signal can be amplified, or an ADC with higher resolution can be used. There are trade-offs with either method. An analog amplifier can introduce noise while a higher resolution ADC results in a more expensive device. There is a signal processing technique that can boost dynamic resolution through oversampling.