detect_broken_rotor_bars
Detect broken rotor bar faults in electric motors by computing the BRB fault index from current spectrum sidebands and returning severity classification.
Instructions
Detect broken rotor bar faults from current spectrum.
Computes the BRB fault index by measuring sidebands at (1 ± 2s)·f_s relative to the fundamental. Returns severity classification: healthy / incipient / moderate / severe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spectrum_id | No | ID of a stored spectrum (from compute_spectrum). Preferred over raw arrays. | |
| frequencies_hz | No | Spectrum frequency axis (Hz). Use spectrum_id instead. | |
| amplitudes | No | Spectrum amplitude values. Use spectrum_id instead. | |
| supply_freq_hz | No | Supply frequency in Hz | |
| poles | No | Number of poles | |
| rotor_speed_rpm | No | Rotor speed in RPM | |
| tolerance_hz | No | Frequency search tolerance in Hz |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |