Prediction-Based Data Transmission for Energy Conservation in Wireless Body Sensors
Wireless body sensors are becoming popular in healthcare applications. Since they are either worn or implanted into human body, these sensors must be very small in size and light in weight. The energy consequently becomes an extremely scarce resource, and energy conservation turns into a first class design issue for body sensor networks (BSNs). This paper deals with this issue by taking into account the unique characteristics of BSNs in contrast to conventional wireless sensor networks (WSNs) for e.g. environment monitoring. A prediction-based data transmission approach suitable for BSNs is presented, which combines a dual prediction framework and a low-complexity prediction algorithm that takes advantage of PID (proportional-integral-derivative) control. Both the framework and the algorithm are generic, making the proposed approach widely applicable. The effectiveness of the approach is verified through simulations using real-world health monitoring datasets.
💡 Research Summary
The paper addresses the critical energy‑budget problem of wireless body sensor networks (BSNs), which differ fundamentally from conventional wireless sensor networks (WSNs) used for environmental monitoring. Because body‑mounted or implanted sensors must be extremely small, lightweight, and often cannot have their batteries replaced, conserving power becomes a primary design constraint. The authors propose a prediction‑based data transmission scheme that combines a dual‑prediction framework with a low‑complexity predictor derived from proportional‑integral‑derivative (PID) control theory.
In the dual‑prediction architecture, both the sensor (transmitter) and the base station (receiver) run an identical predictor. At each sampling instant the sensor computes a predicted value for the next measurement. If the actual sensed value lies within a predefined error bound ε of the prediction, the sensor suppresses the transmission; only when the deviation exceeds ε does the sensor send the current sample, and the receiver updates its predictor accordingly. This approach dramatically reduces the number of radio packets while guaranteeing that the reconstructed signal at the receiver stays within the acceptable error margin.
The predictor itself is deliberately simple to suit the limited computational resources of BSNs. It adapts the classic PID formula to a forecasting context:
̂x(t) = Kp·x(t‑1) + Ki·∑_{i=1}^{N} x(t‑i) + Kd·
Comments & Academic Discussion
Loading comments...
Leave a Comment