Research Article
Sensor Selection Scheme considering Uncertainty Disturbance
Algorithm 1
The pseudocode of proposed algorithm.
Input: initialization parameters. | Output: sensor scheduling matrix . | 1: Setting initial weight , sensor scheduling matrix . | 2: Initializing unselected sensor node set , and selected node set . | 3: Calculating minimum MSE . | 4: FOR st: =1 to DO | 5: Obtaining current by solving optimization problem (14) based on . | 6: Updating set and . | 7: IF THEN | 8: . | 9: ELSE IF THEN | 10: Going to step 15. | 11: ELSE | 12: Setting sensor scheduling matrix , and updating weights based on , then going to step 5. | 13: END IF | 14: END FOR | 15: Getting sensor scheduling matrix . |
|