Skip to main content
. 2007 Oct 9;7(10):2157–2173. doi: 10.3390/s7102157
Input: Sensor data
Output: Control command
Begin
If the sensor data is lostthen
  Compute û(k) using (1)
Else
  Compute u(k) using pre-designed control algorithm(s)
End if
 Store u(k) or û(k) in memory
 Discard u(k-m) in the memory
 Perform actions corresponding to u(k) or û(k)
End