AME里面用的应该是真实值,搞错了。已修复。
Signed-off-by: dmy@lab <dmy@lab.lab>
This commit is contained in:
parent
fa03721b18
commit
9b8769071b
4
run.m
4
run.m
|
|
@ -456,8 +456,8 @@ JMeasurement=sum(sum((( abs(mVoltABCV)-abs(SEVoltpABC) )./ abs(mVoltABCV)./sigma
|
||||||
Busnum=busNum;
|
Busnum=busNum;
|
||||||
mCount=Busnum*3+length(Loadi)*3*2;
|
mCount=Busnum*3+length(Loadi)*3*2;
|
||||||
%估计量质量
|
%估计量质量
|
||||||
AME_Volt=sum(sum(abs( abs(mVoltABCV)-abs(SEVoltpABC))));
|
AME_Volt=sum(sum(abs( abs(rVoltABCV)-abs(SEVoltpABC))));
|
||||||
AME_VAngle=sum(sum(abs( angle(mVoltABCV)-angle(SEVoltpABC))));
|
AME_VAngle=sum(sum(abs( angle(rVoltABCV)-angle(SEVoltpABC))));
|
||||||
AME_PD=sum(sum(abs(real(SEThreeLoad-rThreeLoad(:,Loadi)))));
|
AME_PD=sum(sum(abs(real(SEThreeLoad-rThreeLoad(:,Loadi)))));
|
||||||
AME_QD=sum(sum(abs(imag(SEThreeLoad-rThreeLoad(:,Loadi)))));
|
AME_QD=sum(sum(abs(imag(SEThreeLoad-rThreeLoad(:,Loadi)))));
|
||||||
%返回收敛信息
|
%返回收敛信息
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue