---
title: 'Speedmeter: Principles and Applications'
url: https://www.emergentmind.com/topics/speedmeter
type: topic
---

# Speedmeter: Principles and Applications

Speedmeter denotes an instrument or measurement scheme that estimates speed from an observable linked to motion. In the cited research, the term spans classical devices that infer speed from time of flight, pressure difference, angular rate, image displacement, or magnetic-field harmonics, and also a specialized interferometric usage in which the optical output is proportional to a velocity-like observable rather than instantaneous position [1102.2664], [1809.06472], [1909.04185]. Across these settings, the defining operation is the conversion of a measured quantity into a speed estimate, but the relevant transfer function, calibration procedure, and dominant noise sources differ markedly.

## 1. Conceptual basis

At the most elementary level, a speedmeter implements \(v = d/t\). In the echo-based acoustic experiment, the measured quantity is a round-trip propagation time \(\Delta t\) over a known path \(d_{rt}\), giving \(v = d_{rt}/\Delta t = 2L/\Delta t\) for a planar reflector at distance \(L\) [1102.2664]. In a Pitot-tube implementation, the measured quantity is a pressure difference, and Bernoulli’s equation yields
\[
v = \sqrt{\frac{2\left(P_{\text{stagnation}} - P_{\text{static}}\right)}{\rho}},
\qquad
\rho = \frac{p}{R_* T},
\]
with \(p = P_{\text{static}}\) for dry air [2201.08064]. In a wheel-mounted inertial sensor, the primary observable is angular velocity, so the relevant kinematic relation is
\[
v(t) = R\,\omega(t),
\]
with \(R\) the effective wheel radius [1809.06472]. In camera-based systems, the observable is image displacement over time, which must be mapped from pixels to physical distance by calibration [1702.05388]. In magnetic inductive sensing, the observable is the harmonic spectrum of a motor’s magnetic field, from which the rotation frequency and then RPM are inferred [2503.10885].

In interferometric gravitational-wave detection, the same term acquires a more restrictive meaning. A position meter measures a displacement \(x(t)\) or differential arm length, whereas a speedmeter measures a quantity approximating \(x(t+\tau)-x(t)\approx \tau \dot{x}(t)\) for a delay \(\tau\), so that the readout is proportional to velocity in the low-frequency limit [1909.04185], [2604.05840]. This suggests a common structural feature across otherwise disparate devices: a speedmeter is defined less by its hardware than by the observable-to-speed map that it realizes.

## 2. Classical implementations

The acoustic “speedmeter for sound” is an explicit time-of-flight system. A balloon is popped next to a microphone at a measured distance from a large flat wall, the waveform is digitized, and the time between the pop and the echo is read from the recording [1102.2664]. In the reported experiment, the microphone/balloon pair was \(45.72\ \text{m}\) from the wall, so the round-trip distance was \(91.44\ \text{m}\). With a sampling rate of \(100{,}000\ \text{samples/s}\), three trials gave speeds \(343.9404\), \(344.6534\), and \(344.6404\ \text{m/s}\), with a mean \(344.41(24)\ \text{m/s}\). The authors state that the method is accurate to better than \(0.1\%\) [1102.2664].

The smartphone Pitot-tube speedometer is pressure-based rather than time-based. A smartphone barometer measures ambient static pressure and then stagnation pressure when exposed to airflow; phyphox computes air density from the ideal gas law and converts pressure difference to speed through Bernoulli’s equation [2201.08064]. In the wind-speed configuration, the paper reports meaningful values up to about \(10\ \text{m/s}\) for the wind machine. In the vehicle-speed configuration, simultaneous static and stagnation pressure measurements are obtained from a smartphone barometer and an external Texas Instruments SensorTag CC2650 BLE pressure sensor. The resulting Pitot-derived speed is described as noisier than GPS but as fitting very well overall [2201.08064].

The following representative cases illustrate the range of meanings attached to the term.

| Domain | Measured quantity | Reported characteristic |
|---|---|---|
| Echo acoustics | Round-trip acoustic time | \(344.41(24)\ \text{m/s}\) mean at \(L=45.72\ \text{m}\) |
| Smartphone Pitot tube | \(P_{\text{stagnation}}-P_{\text{static}}\) | Meaningful values up to about \(10\ \text{m/s}\) |
| Wheel-mounted IMU | Gyroscope angular velocity | Localization error about \(1.5\%\) of total path length |
| Smartphone accelerometer DNN | \(80\times 3\) acceleration window | MAE \(\approx 0.72\ \text{m/s}\) |
| Magnetic inductive sensing | Harmonic magnetic spectrum | RMAE \(0.54\%\) below \(100\ \text{cm}\) |

These examples show that classical speedmeters need not share a sensor modality. What they share is a calibrated inversion from an observable to speed, plus an error model that specifies how distance, pressure, orientation, timing, or spectral uncertainty enters the estimate [1102.2664], [2201.08064], [1809.06472], [2401.07468], [2503.10885].

## 3. Wheel, camera, inertial, and magnetic speedmeters

A non-intrusive inertial speed sensor for ground vehicles mounts an IMU directly on the wheel rim and uses gyroscope output as the primary speed observable [1809.06472]. The measurement model is
\[
G_{\text{meas},k} = \omega + b + \epsilon_k,
\]
with \(\omega\) the true angular velocity, \(b\) the bias, and \(\epsilon_k\) zero-mean noise. The paper develops both a Kalman-based estimator and an RLS alternative to recover denoised angular velocity and then wheel speed via \(v=R\omega\). The hardware stack includes a Pololu MinIMU-9, Arduino Nano, nRF24L01 wireless module, and an 18650 Li-ion cell, with ROS and GTSAM used downstream for odometry and factor-graph localization. In the reported Husky robot experiment, the resulting localization error is about \(1.5\%\) of total path length [1809.06472].

A camera-based smartphone speedmeter treats the vehicle as an image object. The Android implementation uses OpenCV 2.4.11 and an MB-LBP cascade classifier to detect a vehicle and track the position of the bounding rectangle across frames [1702.05388]. Pixel displacement is computed from the rectangle coordinates, divided by the measured elapsed time, and then converted to physical speed using a calibration derived from a measured vehicle length in the image. In the reported test geometry, a \(4.7\ \text{m}\) car occupied \(704.58\) pixels, implying \(149.91\ \text{px/m}\). The application computes multiple speed estimates over 20 detections and takes the median to suppress outliers. The paper concludes that the measured speeds are proportional to the ground truth speeds [1702.05388].

CarSpeedNet replaces explicit geometry with supervised learning. The model uses only three-axis smartphone accelerometer data, with no CAN bus, no wheel sensors, and no gyroscope [2401.07468]. The dataset comprises \(13.2\) hours across \(51\) distinct sessions, with accelerometer data sampled at \(500\ \text{Hz}\), low-pass filtered, and downsampled to \(20\ \text{Hz}\). The best configuration uses a \(4\ \text{s}\) window, corresponding to an \(80\times 3\) input, and combines Bi-LSTM, LSTM, Conv1D, and dense layers. Ground truth speed is taken from \(1\ \text{Hz}\) GPS. The best reported performance is RMSE \(\approx 1.8\ \text{m/s}\) and MAE \(\approx 0.72\ \text{m/s}\), which the abstract summarizes as a precision of less than \(0.72\ \text{m/s}\) [2401.07468].

MagTach is a handheld magnetic-inductive rotation speedmeter for electric machines [2503.10885]. The sensed field is modeled as
\[
B_m(t)=B_m(0)+\sum_{k=1}^{N} D_k \cos(2\pi k t/P - \phi_k),
\]
and the induced voltage follows Faraday’s law:
\[
s(t)= -\mu_0\mu_r nA \frac{dB_m(t)}{dt}.
\]
Unlike conventional magnetic tachometers that search mainly for the fundamental, MagTach exploits the full harmonic structure using a custom inductive sensor array, adaptive noise cancellation, delay-and-sum spatial filtering, Welch PSD estimation, a Pyramid Power Spectrum Parsing Network, and fuzzy-logic frequency inference [2503.10885]. The prototype uses four inductive sensors, MAX9814 amplifiers with \(60\ \text{dB}\) gain, an SGTL5000 ADC at \(44{,}100\ \text{Hz}\) and 16-bit resolution, a Teensy 4 microcontroller, and a \(2000\ \text{mAh}\) lithium battery. The paper reports RMAE \(0.21\%\), \(0.34\%\), and \(0.54\%\) at \(50\ \text{cm}\), \(70\ \text{cm}\), and \(100\ \text{cm}\), respectively; range up to \(1\ \text{m}\); maximum RPM \(9\text{k}\); and operation through walls and thin metals, though not through a \(10\ \text{mm}\) stainless-steel pot without major degradation [2503.10885].

Taken together, these systems show three distinct modern trajectories in speedmeter design: explicit model-based inversion, learned inference from raw sensors, and hybrid sensing-plus-ML pipelines. A plausible implication is that contemporary speedmeters increasingly trade direct interpretability for portability, non-intrusiveness, or sensing range.

## 4. Speedmeter in gravitational-wave interferometry

In gravitational-wave detection, a speedmeter is a quantum-non-demolition measurement scheme whose output is proportional to the speed of the end test masses instead of their differential position [1909.04185]. Standard Michelson interferometers are position meters: their main observable is \(x_{\rm diff}(t)=x_1(t)-x_2(t)\). By contrast, a speedmeter implements an effective finite difference,
\[
x_{\rm diff}(t+\tau)-x_{\rm diff}(t)\approx \tau\,\dot x_{\rm diff}(t),
\]
so the low-frequency response is velocity-like [1909.04185]. The motivation is quantum-noise engineering: radiation-pressure noise is the dominant low-frequency back-action in position meters, and speedmeter topologies are designed so that this back-action is partially canceled or strongly suppressed [2604.05840].

The Sagnac topology is the canonical realization. In a speed-meter Sagnac, clockwise and counterclockwise beams traverse the interferometer in opposite orders and sample the test masses at different times; in the low-frequency limit the output obeys
\[
\phi_{\text{Sagnac}}(\Omega)\propto x(\Omega)\left(e^{i\Omega\tau}-1\right)\approx i\Omega\tau\,x(\Omega),
\]
which is proportional to velocity \(v(\Omega)=i\Omega x(\Omega)\) [2604.05840]. A related realization is the sloshing speedmeter, where a Michelson is coupled to an auxiliary sloshing cavity that returns a delayed copy of the signal field so that the outgoing light encodes a difference of mirror positions at two times [1909.04185].

The EPR speedmeter introduces two independent optical readouts with different bandwidths \(\gamma_{1,2}\) and circulating powers \(I_{1,2}\), constrained by
\[
\frac{I_1}{I_2}=\frac{\gamma_1}{\gamma_2}.
\]
When the two outputs are combined at a beamsplitter, the common output is proportional to position and the differential output to velocity [1701.01694]. The paper argues that this scheme is attractive because it requires only minor changes to a standard signal-recycled Michelson interferometer and allows switching between position-meter and speed-meter modes without hardware changes [1701.01694].

Recent tabletop demonstrations have focused on validating the velocity response itself. A triangular-cavity EPR speedmeter based on two orthogonal polarisation modes with different effective bandwidths shows a differential response that vanishes at DC and increases linearly with signal frequency up to the bandwidth of the slower mode [2508.11316]. A polarization-circulation speed meter, implemented first in a single-cavity configuration with all mirrors fixed, uses a quarter-wave plate, a polarization beam splitter, and a polarization circulation mirror to make the field interact twice; its measured transfer function confirms that the device measures the speed of mirror motion [2511.10220]. A hybrid readout cavity with a movable test mass has now shown simultaneous speedmeter and position-meter response in two output ports, constituting the first experimental observation of speedmeter behavior in an optomechanical system with a movable test mass [2509.15285].

At the detector-concept level, CHRONOS extends the speedmeter idea into the sub-Hz regime. It combines cryogenic operation, a cross torsion-bar configuration, and a triangular Sagnac interferometer with speed-meter readout, targeting \(0.1\) to \(10\ \text{Hz}\), \(h \sim 10^{-18}\,\mathrm{Hz^{-1/2}}\) around \(2\ \text{Hz}\), and \(\Omega_{\rm GW}\sim 2\times10^{-3}\) at \(2\ \text{Hz}\) [2604.05840]. In that design, the speedmeter is not an auxiliary feature but the mechanism that keeps quantum back-action from overwhelming the low-frequency band.

## 5. Non-idealities, asymmetries, and enabling optics

The idealized advantage of a speedmeter is highly sensitive to losses and asymmetries. A generalized analytical treatment of the Sagnac speed meter with arm cavities shows that losses, asymmetric beamsplitters, and unequal arm-cavity input mirror reflectivities materially affect the quantum-noise-limited sensitivity [1412.0931]. This indicates that the speedmeter is not merely a topological label; it is a topological response that must survive realistic optical imperfections.

Beamsplitter imbalance is a particularly consequential example. In an asymmetric Sagnac, imbalance increases laser-noise coupling to the detection port and can reduce the low-frequency superiority of the speed meter. Balanced homodyne readout with a co-moving local oscillator or a BSAR local oscillator partly compensates this excess noise [1806.05488]. For a beam splitter imbalance of \(0.1\%\) in the Glasgow proof-of-concept experiment, the required relative intensity noise at \(100\ \text{Hz}\) decreases from \(4\times10^{-10}/\sqrt{\rm Hz}\) to \(4\times10^{-7}/\sqrt{\rm Hz}\), shifting the requirement from a not practical achievable value to one routinely achieved with moderate effort [1806.05488].

Polarisation-based speedmeters move the critical tolerances into polarisation optics. In a 10 m prototype polarisation Sagnac speedmeter, the PBS was characterized with an extinction ratio better than \(4000\) in transmission and \(700\) in reflection at \(41^\circ\) angle of incidence, the QWP had birefringence \(\lambda/4 + \lambda/324\), and cavity mirror birefringence lay between \(1\times10^{-3}\) and \(2\times10^{-5}\) radians [2108.10047]. The paper shows that cavity birefringence and QWP imperfections can be canceled by careful adjustment of the QWP angle, leaving PBS extinction ratio as the leading limitation in terms of polarisation effects [2108.10047].

All-polarisation beamsplitters are therefore an enabling technology. Coatings from Laseroptik GmbH and Optoman were investigated on a best-effort basis for equal 50/50 power splitting and equal overall phase shift for orthogonal linear polarisations [2507.22866]. The Laseroptik coating uses 22 alternating layers of \(\mathrm{Ta_2O_5}\) and \(\mathrm{SiO_2}\), reaches equal power reflectivity of \(51\%\) at \(46^\circ\), and zero phase shift between both polarisations at \(44.25^\circ\). The Optoman coating uses 5 \(\mathrm{SiO_2}\) and \(\mathrm{SiO_x}\) layers, giving power reflectivities of \(49\%\) for s-polarisation and \(51\%\) for p-polarisation with a differential phase shift around \(5^\circ\) that is largely independent of angle [2507.22866]. The cited measurements do not yet coincide perfectly with the ideal speedmeter condition, but they identify the required optical specifications with unusual clarity.

A common misconception is that “speedmeter” in interferometry simply means a different data-analysis convention applied to a Michelson output. The cited analyses show instead that the speedmeter advantage is contingent on the optical plant itself: delays, symmetry, homodyne strategy, and polarisation control are part of the observable.

## 6. Applications, pedagogy, and outlook

Classical speedmeters continue to function as compact laboratories for measurement science. The echo-based sound-speed experiment is suitable for high-school and undergraduate physics labs, illustrates time-of-flight measurement, and can be used either to determine the speed of sound or, if the speed of sound is known, to determine unknown distances [1102.2664]. The phyphox Pitot-tube experiment similarly ties Bernoulli’s principle to real-time sensing and extends naturally from fan-generated airflow to vehicle speed measurement with a BLE pressure sensor [2201.08064].

Vehicle and mobile applications cover several distinct use cases. The wheel-mounted inertial speed sensor addresses low-speed autonomy and odometry without modifying the drivetrain [1809.06472]. The smartphone-camera application acts as a mobile speed camera that stores image, time, and location together with the estimated speed [1702.05388]. CarSpeedNet targets app-based and telematics-style inference from commodity smartphone accelerometers alone [2401.07468]. MagTach addresses industrial and diagnostic settings—factory motor calibration, engine-health monitoring, and appliance fault detection—by eliminating line-of-sight and direct mechanical access [2503.10885]. These cases suggest that the contemporary speedmeter is increasingly a software-defined instrument built around a calibrated or learned sensing front end.

The interferometric branch has a different application horizon. Speedmeters are being developed to mitigate quantum radiation-pressure noise in future gravitational-wave detectors [1701.01694]. CHRONOS pushes this into the \(0.1\) to \(10\ \text{Hz}\) band and, beyond gravitational-wave astronomy, evaluates prompt gravity-gradient detection for earthquake early warning; at \(40\ \text{km}\), the predicted lead time over conventional seismometers is \(2.92\) to \(6.90\) seconds [2604.05840]. In that context, the speedmeter is not an ancillary sensor but a candidate foundational observable for low-frequency precision measurement.

A plausible synthesis of the cited literature is that the term now denotes two mature but still converging traditions. One tradition concerns practical instruments for acoustic, vehicular, fluid-dynamic, and electromechanical speed estimation. The other concerns quantum-limited interferometers in which a velocity-like optical observable is engineered to reshape the measurement back-action itself. The unifying theme is not hardware similarity but the deliberate construction of an observable whose inversion yields speed.

Source: https://www.emergentmind.com/topics/speedmeter