IEC_Calculation

版本 1.0.0.0 (4.5 KB) 作者: Aubai
Calculate the positive sequence of an electrical system values according to the IEC 61400-21 norm
600.0 次下载
更新时间 2013/9/17

查看许可证

This function will calculate the positive sequence values of an electrical system (from its voltages and current measurements) like the active and reactive power using the IEC 61400-21 Norm.
for simplisity the function assume that the measured three phase signals have the same sampling rate and the same length (that is why it accepts only one time signal as an input).
The function inputs are:
1- the mesured three phase voltage and currents signals of an power system (Only the amplitude /Y-Values only/)
2- one of the time values of the measured signals like U1_time which indicate the x- Values where the sampling rate and offset values can be extracted.
3- f_grid: the nominal frequency of the power system under study (normaly 50 Hz)
The function outputs are:
1- The three phase RMS values of the measured voltages calculated according to the norm
2- The three phase RMS vlaues of the measured currents calculated according to the norm
3- P1pos & Q1pos are the positive sequence Active- and Reactive power values calculated according to the IEC norm.
4- U1pos: is the positive sequence voltage calculated according to the IEC norm.
5- Iact1pos,Ireac1pos: is the positive sequence Active- and Reactive currents calcualted according to the IEC norm
6- cosphi1pos: is the possitive sequence power factor calculated according to the IEC norm.
7- the final output (time): is the time axie of the different output resutls.
this function will also need the movstat.m file which will be used to calcutlate the "mvint" of the sin and cos signals in this function.
for more information please refer to the IEC 61400-21 Norm.

引用格式

Aubai (2024). IEC_Calculation (https://www.mathworks.com/matlabcentral/fileexchange/43536-iec_calculation), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2013b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Simscape Electrical 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0