|
Algorithm 2 Diagnostic and repair of faults from the OS |
-
1:
functionOS_MFM_diagnostic_fixing_errors()
-
2:
-
3:
while do
-
4:
-
5:
-
6:
procedureEDF_diagnostic_fixing_err()
-
7:
while do
-
8:
-
9:
-
10:
-
11:
switch do
-
12:
case ▹ Intermittent Error
-
13:
-
14:
case ▹≥2 bit errors
-
15:
-
16:
case ▹ Parity has single error
-
17:
▹ Algorithm 3
-
18:
case ▹ Original data have a single error
-
19:
▹ Algorithm 3
|