Skip to main content
. 2024 Jun 27;24(13):4174. doi: 10.3390/s24134174
Algorithm 3. Algorithm for the absolute values.
Procedure defining absolute values.
    while (true)
     for n = 0; n ≤ 2; n++
       w_dt(n) = | 1 − dt(n)_count_av |
     end for
    end while