Research Article
A Fault Analysis Method for Three-Phase Induction Motors Based on Spiking Neural P Systems
Algorithm 2
Forward fault prediction reasoning algorithm.
| | Input: | | (1) | Let k = 1 | | (2) | while () | | (3) | if each proposition neuron satisfies its firing condition | | | then | | (4) | proposition neurons fire and compute and via | | | | | | | | | | | (5) | end if | | (6) | if each rule neuron satisfies its firing condition | | | | | | then | | | | | (7) | rule neurons fire and compute and via | | | | | | | | | | | (8) | end if | | (9) | k = k + 1 | | (10) | end while | | Output: Potential fault paths and their occurrence probabilities. |
|