UTCRS Accelerometer Comparative Study Auxiliary Site

Auxiliary demonstration platform for comparing analog and digital accelerometers in railway applications.

UTCRS Logo
USDOT Logo

LINKS

Resources related to UTCRS, the paper, author, and partners.

ACCELEROMETER WIZARD
FREQUENCY ANALYSIS
FREQUENCY DOMAIN
DATA DIGITIZATION

Interactive Accelerometer Wizard

Select requirements to determine optimal accelerometer type.

Application

Bandwidth

Noise

Power

Axes

Range

Recommendation Output

Select parameters and generate result.

Frequency Analysis

Press start, then shake your device for 5 seconds.

⚠️ iOS requires a tap to grant motion access. If prompted, tap "Allow".

Acceleration over Time
FFT — Frequency Spectrum (per selected axis)

Frequency Domain

Real-world vibration signals are complex composite waveforms composed of signals with different frequencies. Frequency domain analysis separates these components, making it possible to identify specific mechanical events such as bearing faults or wheel impacts that would be hard to discern from a purely time-domain signal.

From Time Domain to Frequency Domain

In measurement and analysis, vibration is treated as a signal. Physically, that signal is a wave; a superposition of many individual sinusoids each with its own frequency, amplitude, and phase. A sensor mounted on a railcar ideally captures all of these mixed together in the time domain, which by itself makes it difficult to identify which mechanical source is responsible for which feature in the waveform.

The Fourier transform decomposes this complex time-domain signal into its individual frequency components, producing a frequency-domain representation (commonly called a spectrum) that shows exactly which frequencies are present and how strongly each one contributes to the overall vibration signature.

gif_frequency_decomposition.gif Place the exported GIF in the same folder as this HTML file

A complex time-domain vibration signal (left, black) is decomposed into its individual sinusoidal components (red, blue, green). Each component appears as a distinct sinusoidal wave in its respective plot, revealing the component frequencies present in the vibration.

Why it matters for rail: Early-stage bearing defects, wheel irregularities, and track discontinuities each produce characteristic frequency signatures. Frequency-domain analysis makes these signatures identifiable long before visible mechanical failure occurs, enabling proactive maintenance and reducing the risk of derailment.

Sampling Rate & the Nyquist Criterion

To capture a signal digitally, it must be sampled i.e. measured at discrete points in time. The rate at which samples are taken determines the highest frequency that can be accurately represented. If a signal is sampled too slowly, high-frequency components will appear as spurious low-frequency artifacts in the data, known as aliasing.

The Nyquist criterion defines the minimum sampling frequency required to avoid aliasing. It states that the sampling frequency must be at least twice the highest frequency present in the signal:

Nyquist Rate
\[ f_s \geq 2 \cdot f_0 \]
fs — Sampling frequency (Hz)
f0 — Highest signal frequency of interest (Hz)
gif_nyquist_sampling.gif Place the exported GIF in the same folder as this HTML file

As the sampling rate increases relative to the signal frequency, the reconstructed waveform more faithfully reproduces the original. When the sampling rate falls below the Nyquist threshold, aliasing occurs the sampled signal appears at a completely incorrect frequency, corrupting the analysis.

Analog Accelerometers

  • Typically higher bandwidth (several kHz)
  • Sampling rate set by external ADC (application dependent)
  • Can capture high-frequency fault signatures
  • Well-suited for full-spectrum rail vibration analysis

Digital Accelerometers

  • Bandwidth limited by internal circuitry and digital filtering
  • Internal ADC sets a fixed maximum sampling rate
  • May miss high-frequency vibration components
  • Better suited for low-frequency trend monitoring
Practical implication: Because analog accelerometers support variable, higher sampling rates, they can capture a wider portion of the vibration spectrum. Digital devices with lower internal sampling ceilings act effectively as low-pass filters, meaning that high-frequency fault indicators, common in early bearing wear, may go entirely undetected or could be aliased as to be misinterpreted.

Data Digitization

Digitization is the process of converting a continuous analog signal into a discrete numerical representation. For accelerometers, this step determines how finely vibration amplitude can be measured and how much of the true signal survives the conversion, directly affecting diagnostic capability.

Bit Depth & Quantization Resolution

When an analog voltage is converted to a digital value, it is mapped onto a finite set of discrete levels determined by the bit depth of the analog-to-digital converter (ADC). The more bits available, the finer the granularity of that mapping. The smallest change in acceleration that can be represented is called the Least Significant Bit (LSB) size:

LSB Size (Quantization Step)
\[ \text{LSB} = \frac{S}{2^N} \]
LSB — Least significant bit (smallest measurable increment, in g)
S — Full measurement range of the accelerometer (total span in g)
N — Number of bits used by the ADC

A larger N means more quantization steps across the same physical range, so smaller changes in acceleration are resolved as distinct values rather than being rounded to the nearest level. For analog accelerometers, the ADC is external and can be chosen freely (in principle) bit depth can be set as high as needed. For digital accelerometers, the ADC is built into the chip, and the bit depth is fixed by design.

gif_bit_depth_lsb.gif Place the exported GIF in the same folder as this HTML file

As bit depth increases, the quantization staircase becomes finer, each step represents a smaller acceleration increment. With insufficient bit depth, subtle vibration features are flattened into coarse digital steps and lost entirely. More bits = greater resolution, enabling detection of the low-amplitude signatures characteristic of early-stage component faults.

Analog Accelerometers

  • No internal ADC (bit depth chosen externally)
  • Can be paired with high-resolution ADCs (16-bit or more)
  • Practical upper limit set by sensor noise floor, not hardware
  • Adaptable to application requirements

Digital Accelerometers

  • Internal ADC (bit depth fixed by design)
  • Cannot be increased without replacing the device
  • Lower effective resolution at fine amplitude scales
  • Sufficient for broad trend monitoring and high-g events

Noise Floor & RMS Noise

Every sensor produces some level of intrinsic electrical noise, seen as random fluctuations in its output that are unrelated to actual mechanical motion. The noise floor is the threshold below which a real signal cannot be distinguished from this background noise. It sets the absolute minimum detectable acceleration for a given device.

Noise floor is typically characterized by the noise density of the sensor, expressed in units of g/√Hz. The total RMS noise across a usable bandwidth is calculated as:

RMS Noise from Noise Density
\[ n_{\text{RMS}} = \text{noise density} \cdot \sqrt{BW} \]
nRMS — Full-bandwidth RMS noise (g)
noise density — Spectral noise density (g/√Hz)
BW — Usable bandwidth of the accelerometer (Hz)

Because bandwidth appears under a square root, a wider bandwidth results in proportionally higher integrated noise, a fundamental trade-off in sensor design. Analog accelerometers typically achieve far lower noise densities than their digital counterparts, giving them a significantly lower noise floor even at high bandwidths. Digital devices, constrained by low-power internal circuitry, tend to have much higher noise density values, meaning weak vibration signals are often buried beneath the noise level.

gif_noise_floor.gif Place the exported GIF in the same folder as this HTML file

The noise floor defines the detection threshold. Any vibration signal below this level is indistinguishable from sensor noise and cannot be measured. Analog accelerometers typically exhibit a significantly lower noise floor than digital devices, making them far more sensitive to weak, early-stage fault signatures in rail components.

Rail application context: Early-stage bearing defects produce low-amplitude, high-frequency vibrations. A high noise floor effectively masks these signals entirely, the sensor registers only noise, and the fault goes undetected. Low noise floor is therefore not just a specification preference; it is a diagnostic requirement for early fault detection in the rail industry.

Effective Bit Depth & Practical Resolution Limits

Adding more bits to an ADC only improves resolution if the quantization step becomes smaller than the sensor's noise floor. Beyond that point, additional bits do nothing but resolve noise more finely, they do not reveal more signal. This defines a practical upper limit on useful bit depth, known as the effective bit depth.

The relationship between quantization noise and bit depth is given by the following set of equations. First, the RMS quantization noise for a given LSB is:

RMS Quantization Noise
\[ Q_{\text{RMS}} = \frac{\text{LSB}}{\sqrt{12}} \]
QRMS — RMS quantization noise (g)
LSB — Least significant bit size (g)

For quantization noise to remain below the sensor's noise floor (and thus not degrade the measurement), the LSB must be kept within a practical range relative to the RMS noise of the sensor:

Practical Quantization Noise Bound
\[ \frac{n_{\text{RMS}}}{6} \;\geq\; Q_{\text{RMS}} \;\geq\; \frac{n_{\text{RMS}}}{3} \]
nRMS / 6 — Conservative bound (margin factor m = 6)
nRMS / 3 — Sensible bound (margin factor m = 3)

Combining these, the minimum number of bits needed to keep quantization noise below the practical threshold can be estimated as:

Minimum Effective Bit Depth
\[ N \;\geq\; \log_2\!\left( \frac{S \cdot m}{\sqrt{12} \cdot n_{\text{RMS}}} \right) \]
N — Number of bits required
S — Full measurement range (g)
m — Error margin factor (3 = sensible, 6 = conservative)
nRMS — Sensor RMS noise (g)
gif_effective_bit_depth.gif Place the exported GIF in the same folder as this HTML file

Key takeaway: Analog accelerometers benefit from freely selectable ADC resolution, and their low noise floors allow high effective bit depths — enabling detection of very subtle vibration features. Digital accelerometers are constrained by their internal ADC, and their higher noise floors further reduce practical resolution. For diagnostic applications requiring fine amplitude discrimination, this difference is significant.
Effective bit depth is the point at which quantization noise equals the sensor noise floor. Beyond this threshold, adding more bits only resolves noise (not useful signal). For analog accelerometers with very low noise floors, a relatively high effective bit depth is achievable. For digital devices with higher noise densities, fewer bits are practically useful regardless of the internal ADC's nominal resolution.

Key takeaway: Analog accelerometers benefit from freely selectable ADC resolution, and their low noise floors allow high effective bit depths, enabling detection of very subtle vibration features. Digital accelerometers are constrained by their internal ADC, and their higher noise floors further reduce practical resolution. For diagnostic applications requiring fine amplitude discrimination, this difference is significant.