Abstract:Wearable electrocardiogram (ECG) monitors require energy-efficient analog-to-digital converters (ADCs), yet conventional successive-approximation-register (SAR) ADCs repeatedly resolve slowly varying most significant bits. Predictive quantization (PQ) instead estimates the next sample and quantizes only the residual, thereby reducing the required conversion depth. Its principal failure mode is residual saturation, which occurs when prediction error exceeds the residual ADC range and is irreversibly clipped. We compared four one-step-ahead predictors under a common 10-bit, saturation-aware PQ model with residual widths from 2 to 8 bits. The benchmark included first-order Taylor extrapolation, an adaptive-order predictor, a constant-velocity Kalman filter, and a two-layer long short-term memory (LSTM) network. We used an open-loop protocol in which all predictors received past original samples. This protocol isolates intrinsic prediction performance from recursive reconstruction-error propagation. Saturation rate (SR) was the primary metric, complemented by overflow energy ratio (OER), which weights each event by its squared overflow depth. On a 5,317-sample excerpt from MIT-BIH Arrhythmia Database Record 101, the Kalman predictor performed best at Br=6. It achieved 30.88 dB SNR, 2.16% SR, and 12.93% OER, compared with 28.39 dB, 2.69%, and 25.29% for Taylor extrapolation. The adaptive-order predictor achieved 29.61 dB SNR and 2.44% SR using three registers, two comparators, and no multiplier. The LSTM reached 29.28 dB SNR and did not outperform the model-based predictors on this limited-data benchmark. Under the evaluated excerpt and open-loop protocol, Br=6 provided a favorable balance between reconstruction fidelity and conversion depth. Closed-loop, multi-subject, and hardware validation are required before system-level energy or deployment claims can be made.
Abstract:The proliferation of Internet of Things (IoT) devices and wearable health monitors has created an urgent demand for ultra-low-power analog-to-digital converters (ADCs). Successive approximation register (SAR) ADCs are widely used in such applications, yet their energy efficiency remains constrained by the sequential bit-by-bit switching of the capacitive DAC (CDAC). The high-weight most significant bit (MSB) transitions dominate the total switching energy, and the rigid N -cycle conversion flow imposes a hard lower bound on latency per sample.This paper presents a Kalman filter-assisted data-predictive SAR ADC that replaces the first four comparator-driven decisions with a recursive state estimator. The Kalman filter predicts the 4 MSBs from the complete conversion history before each cycle begins, enabling simultaneous parallel switching of the MSB capacitors. This eliminates redundant CDAC transitions, shortens the quantization cycle by four clock periods, and reduces switching energy by approximately 50%. An optimized 4-bit MSB switching scheme further suppresses residual switching at the hardware level. The ADC, designed in a 180-nm CMOS process, supports configurable dual-mode operation, toggling between a conventional mode and the Kalman-driven predictive mode for robustness under erratic inputs. At 20 MS/s and a 1.8-V supply, the predictive mode reduces total power consumption by 50.3% (from 1.96 mW to 0.975 mW), with a measured SNR/SFDR of 57.88/74.51 dB at 504 kHz, confirming its suitability for energy-constrained wireless sensor networks.