Skip to main content
. 2021 Nov 26;21(23):7862. doi: 10.3390/s21237862
Algorithm 3 RSDC before applying 3×3 standard convolution feature maps
  • Input: finput={fh,w},where1h,wkrsdc

  • fori=1 to 3 do

  •     for j=1 to 3 do

  •         f=rand(fh,w)

  •         while f in fi,j do

  •            f=rand(fh,w)

  •         end while

  •         fi,j=append(f)

  •     end for

  • end for

  • Output: foutput={fi,j},where1i,j3