资源简介
MATLAB,对电能质量的仿真,包括谐波,不平衡度,电压偏差等等
代码片段和文件信息
a=exp(2/3*pi*j);
UA1=1/3*[1 a a^2]*[jbUA.*exp(j*jbUAang);jbUB.*exp(j*jbUBang);jbUC.*exp(j*jbUCang)];
UA2=1/3*[1 a^2 a]*[jbUA.*exp(j*jbUAang);jbUB.*exp(j*jbUBang);jbUC.*exp(j*jbUCang)];
VUF=abs(UA2)./abs(UA1)*100;%电压不平衡度
% 95%概率值
VUFmean=mean(VUF);
VUFmin=min(VUF);
maxVUF=sort(VUF);
VUF95=maxVUF(nn); %A相电压不平衡度95%概率值
VUFmax=maxVUF(n);
%图3电压不平衡度曲线图
figure(3);
plot(tVUF‘r‘tmaxVUF‘k‘);
axis([-inf inf -inf inf]);
legend(‘不平衡度瞬时值‘‘不平衡度升序排列‘)
xlabel(‘时间t(h)‘);
ylabel(‘电压不平衡度百分比(%)‘);
title(‘电压不平衡度统计值‘);
print(‘-djpeg‘[psname‘不平衡度‘]);
% print -djpeg 不平衡度;
fid=fopen([psname‘不平衡度.dat‘]‘w‘);
fwrite(fidVUF‘double‘);
fclose(fid);
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 487 2009-09-29 00:14 新建文件夹 (2)\pinglvpiancha.m
文件 755 2009-09-29 21:57 新建文件夹 (2)\bupinghengdu.m
文件 39181 2009-10-03 09:32 新建文件夹 (2)\dianliuxiebohanliang110.m
文件 14784 2009-09-29 16:23 新建文件夹 (2)\dianliuxiebohanliang275.m
文件 21196 2009-09-30 15:58 新建文件夹 (2)\dianyaxiebohanliang110.m
文件 7856 2009-09-29 16:05 新建文件夹 (2)\dianyaxiebohanliang275.m
文件 1372 2009-04-21 16:07 新建文件夹 (2)\gonglvyinshu.m
文件 2413 2009-10-02 20:17 新建文件夹 (2)\jibian.m
文件 694 2009-10-02 19:17 新建文件夹 (2)\jiboshuju.m
文件 40907 2009-10-03 09:32 新建文件夹 (2)\mainfun.m
文件 41053 2009-10-04 13:22 新建文件夹 (2)\mainfunbaog.m
文件 682 2009-09-30 21:59 新建文件夹 (2)\piancha1.m
文件 1188 2009-09-30 22:00 新建文件夹 (2)\piancha5.m
文件 4053 2009-04-22 09:25 新建文件夹 (2)\piancha10.m
文件 496 2008-12-27 19:31 新建文件夹 (2)\piancha275.m
目录 0 2010-03-18 17:16 新建文件夹 (2)
----------- --------- ---------- ----- ----
177117 16
评论
共有 条评论