ECE 6323 HW Soln 2 - 2024_Final (2)

.pdf

School

Georgia Institute Of Technology *

*We aren’t endorsed by this school

Course

6323

Subject

Electrical Engineering

Date

Apr 3, 2024

Type

pdf

Pages

12

Uploaded by tomohawk

Report
Georgia Institute of Technology School of Electrical and Computer Engineering ECE6323 Power System Protection - Spring 2024 Homework Assignment #2 Solution Problem P1 (20 Points): (Objectives: become familiar with the COMTRADE standard, computation of frequency and computation of phasors). A relay has recorded the voltage and current of one phase at a certain location of a power system. The captured data have been stored in COMTRADE format in the file. The COMTRADE files are provided with the names: Homework_02_Spring22.cfg and Homework_02_Spring22.dat. For your convenience, the data are in ASCII format. 1. Write a computer program to read the data of the voltage and current. For this purpose, consult the IEEE Std C37-111-1999 that describes the COMTRADE format. 2. What is the sampling rate of the data? The sampling rate is 9600 samples/sec. 3. Graph the sample values of the voltage over the entire data record. Figure 1. Graph of the voltage waveform plotted in Matlab
Figure 2. Graph of the voltage: Upper trace: over the entire data record, Lower trace: Zoom-in view plotted in WinXFM Station: Use Case 01: ECE6323Homework02 IED: Recording Start: January 24, 2022 - 00:25:52.000000 Trigger Time: January 24, 2022 - 00:25:52.000000 90.53 kV -90.53 kV VoltageAtTLBUS1PhaseAN 0.000 s 0.682 s 1.365 s 2.047 s 2.729 s 3.411 s 4.094 s 4.776 s 5.45 Station: Use Case 01: ECE6323Homework02 IED: Recording Start: January 24, 2022 - 00:25:52.000000 Trigger Time: January 24, 2022 - 00:25:52.000000 89.59 kV -89.66 kV VoltageAtTLBUS1PhaseAN 2.421 s 2.512 s 2.603 s 2.694 s 2.785 s 2.875 s 2.966 s 3.057 s 3.148 s
4. Compute and graph the frequency of the voltage over the entire data record. Use one cycle sliding window. Figure 3. Graph of the frequency of the voltage over a sliding window of one cycle in Matlab Figure 4. Graph of the frequency of the voltage over a sliding window of one cycle in WinXFM Station: Use Case 01: ECE6323Homework02 IED: Recording Start: January 24, 2022 - 00:25:52.000000 Trigger Time: January 24, 2022 - 00:25:52.000000 60.06 Hz 59.94 Hz FrequencyFromVoltage = FREQ(VoltageAtTLBUS1PhaseAN,60.0) 0.175 s 0.825 s 1.475 s 2.125 s 2.775 s 3.425 s 4.075 s 4.725 s 5.375 s
5. Compute and graph the magnitude of the fundamental frequency voltage phasor over the entire data record. Use one cycle sliding window. Figure 5. Graph of the magnitude of the voltage over a sliding window of one cycle in Matlab Figure 6. Graph of the magnitude of the voltage over a sliding window of one cycle in WinXFM Station: Use Case 01: ECE6323Homework02 IED: Recording Start: January 24, 2022 - 00:25:52.000000 Trigger Time: January 24, 2022 - 00:25:52.000000 64.01 kV 59.02 kV VoltageMagnitude = RMS(VoltageAtTLBUS1PhaseAN,60.0) 0.175 s 0.825 s 1.475 s 2.125 s 2.775 s 3.425 s 4.075 s 4.725 s 5.375
6. Compute and graph the phase angle of the fundamental frequency voltage phasor over the entire data record. Use one cycle sliding window. Figure 7. Graph of the phase angle of the voltage over a sliding window of one cycle in Matlab Figure 8. Graph of the phase angle of the voltage over a sliding window of one cycle in WinXFM Station: Use Case 01: ECE6323Homework02 IED: Recording Start: January 24, 2022 - 00:25:52.000000 Trigger Time: January 24, 2022 - 00:25:52.000000 39.52 Degrees 26.90 Degrees PhaseOfVoltage = PHASE(VoltageAtTLBUS1PhaseAN,60.0,1) 0.175 s 0.825 s 1.475 s 2.125 s 2.775 s 3.425 s 4.075 s 4.725 s 5.375
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help