| Algorithm 1 Fault isolation with structural residual analysis. | |
| Input: R(s) | |
| 1: | k: the assumed number of simultaneously occurring faults |
| 2: | is_ fault ← False |
| 3: | if > threshold then |
| 4: | is_ fault ← true |
| 5: | if is_ fault then |
| 6: | for do |
| 7: | for do |
| 8: | Implement s |
| 9: | |
| 10: | if is isolated successfully then |
| 11: | break |