Skip to main content
. 2020 Dec 3;20(23):6923. doi: 10.3390/s20236923
Algorithm 5: The non-repeated diffusion strategy.
  For the node iV and node i1Ni,
  Initialize information of node i at time t with Ii,tloc;
  Initialize with:
    Ii1i,0=0;
  Diffusion update:
    Iii1,t=i2Nii1Ii2i,t1+Ii,tloc;     (8)
  Communication and fusion information:
    Send Ii1i,t to adjacent node i,
    Ii,t=i1NiIi1i,t+Ii,tloc.     (9)