Distinguishing Inrush Currents from Internal Faults in Power Transformer Protection

Resource Overview

Differentiating Inrush Currents from Internal Faults in Power Transformer Protection Using EMTP Simulations and MATLAB Signal Processing

Detailed Documentation

Distinguishing Inrush Currents from Internal Faults in Power Transformer Protection

Power transformers are critical components in electrical systems, and their protection against faults is essential for maintaining grid reliability. One of the key challenges in transformer protection is distinguishing between inrush currents and genuine internal faults. Inrush currents occur during transformer energization and can mimic fault conditions, leading to unnecessary tripping if not properly identified.

This project addresses this challenge using a combined approach with EMTP (Electromagnetic Transients Program) and MATLAB. The EMTP simulates transient behaviors, including inrush currents and fault scenarios, generating time-domain waveform data. MATLAB then processes this data using signal analysis algorithms to implement an effective discrimination method. Key MATLAB functions like fft() for harmonic analysis and wavelet transforms for time-frequency characterization are employed to extract distinctive features.

The core algorithm revolves around analyzing waveform characteristics through harmonic content quantification and symmetry evaluation. Inrush currents typically exhibit asymmetry and high second harmonic components (detectable using Fourier analysis), whereas internal faults produce more symmetrical waveforms with fundamental frequency dominance. The code implementation calculates harmonic ratios and waveform symmetry indices, establishing threshold-based decision logic for fault identification.

This approach enhances traditional protection schemes by reducing false tripping through improved signal processing techniques. The MATLAB implementation includes automated feature extraction and classification algorithms that optimize transformer reliability while ensuring faster response to actual faults. The EMTP-MATLAB integration provides a practical, simulation-backed solution for power system protection engineers, featuring configurable parameters for different transformer specifications and protection relay settings.