| Algorithm 1 Data filtering operation |
|
INPUT: sensor reading = user input while true do if is the first reading then zt(i) Send to the fuser else if ! = then z(t) Call kalman filter to calculate estimated value if then Send , and to the data fusion layer else Discard and values end if end if end if end while |