Skip to main content
. 2022 Sep 13;22(18):6909. doi: 10.3390/s22186909
Algorithm 1  Detection scheme based on the χ2 test
Input: z^
Output: f
Initialization: f=0
 1: x^MVUE=(ΦP1Φ)1ΦP1z^
 2: r=z^Φx^MVUE
 3: ζ=PΦ(ΦP1Φ)1Φ)12r
 4: g=ζζ
 5: if gΔTHthen
 6:    f=0
 7: else if  g>ΔTH then
 8:    f=1
 9: end if