| Algorithm 3 Sink Node Reconstruction Signal |
|
1: Require:, , , , , , , , , , , , 2: Ensure: 3: When the sink node received from the CH node then 4: Reconstruct the signal using the CVX tool to solve the -norm minimum 5: Cvx_begin 6: variable 7: minimize (norm (,1)) 8: subject to 9: 10: Cvx_end 11: IF then 12: change the CH nodes based on the new source 13: Else go to the Algorithm 1 14: End if 15: End |