Skip to main content
. 2024 Apr 5;24(7):2313. doi: 10.3390/s24072313
Algorithm 3 Angle Shutoff Method
  • Input: 

    φh\φv=0,d

  • Output: 

    AnShuth\AnShutv

  •   1:

    repeat

  •   2:

        if I(φh\φv)>Th then φoff(φh\φv)=φoff(φh\φv)+1

  •   3:

            φh\φv=φh\φv+1

  •   4:

        else

  •   5:

            φoff(φh\φv)=φoff(φh\φv)

  •   6:

        end if

  •   7:

    until φh=360 \φv=90

  •   8:

    AnShuth={φoff(1)360,φoff(2)360,,φoff(360)360} \AnShutv={φoff(1)90,φoff(2)90,,φoff(90)90}