| Algorithm 2 Data fusion operation |
|
INPUT: The output data stream of algorithm_1 Covariance matrix calculated by Kalman filter in data filtering layer Identity Matrix Calculated by Kalman filter in data filtering layer if then 2: Exit else 4: 5: 6: Calculate total estimated value using Kalman filter based on total , and send z(t) to cloud. 7: if there is a missing data then 8: send the estimated value calculated by Kalman filter is sent the cloud. 9: end if end if |