Skip to main content
. 2025 Feb 10;25(4):1054. doi: 10.3390/s25041054
Algorithm 2: Isolation index of a fault (f) algorithm
Inputs: Theoretical fault signature Tfs, observed fault signature Ofs, numerical fault signature Nfs
Output: Isolation index Is
procedure IsolationIndex(Tfs,Nfs,Ofs)
  CfsXnor(Tfs,Ofs)
  Is0
  nrLength(Tfs)
  for all inr do
   if Cfsi=1 and Ofsi=1 then
    IsIs+1
   if Cfsi=1 and Ofsi=0 then
    IsIs+1
   if Cfsi=0 and Ofsi=0 then
    IsIs1
   if Cfsi=0 and Ofsi=1 then
    IsIsNfsi
  return Is