matlab 应求pq分解法进行潮流计算(Matlab should be solved by PQ decomposition method for power flow calculation).docVIP
- 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
matlab 应求pq分解法进行潮流计算(Matlab should be solved by PQ decomposition method for power flow calculation)
matlab 应求pq分解法进行潮流计算(Matlab should be solved by PQ decomposition method for power flow calculation) % of this procedure is the function decomposition method for power flow calculation using PQ Clear CLC N=input (please input node number: n=); Nl=input (please input branch number: nl=); Isb=input (please input balance bus number: isb=); Pr=input (please input error: pr=); Disp (please input by the branch parameter matrix formed: B1=); Input B1% [fname pname]= uigetfile (*.xls); File=[pname fname]; X=xlsread (file); B1=[x (:, 1), X (:, 2), (x (: 3) (+x: *i, 4), X (5): X (*i), X (: 6),:, 7)]; Disp (please input by the node parameter matrix formed: B2=); Input B2% [fname pname]= uigetfile (*.xls); File=[pname fname]; Y=xlsread (file); B2=[(Y (: 1) (+y: 2) (*i), y (: 3) (+y: 4), y (*i): 5), y (:, 6), y (:, 7), y (:, 8)]; Disp (please input by the node number and the impedance matrix formed: X=); Input X% [fname pname]= uigetfile (*.xls); File=[pname fname]; Z=xlsread (file); X=z; Na=input (please enter the PQ node number na=); Y=zeros (n); YI=zeros (n); e=zeros (1, n); f=zeros (1, n); V=zeros (1, n); O=zeros (1, n); For i=1:n If X (I, 2) ~=0; P=X (I, 1); Y (P, P) =1./X (I, 2); End End For i=1:nl If B1 (I, 6) ==0 P=B1 (I, 1); q=B1 (I, 2); Else p=B1 (I, 2); q=B1 (I, 1); End Y (P, q) =Y (P, q) -1./ (B1 (I, 3) *B1 (I, 5)); YI (P, q) =YI (P, q) -1./B1 (I, 3); Y (Q, P) =Y (P, Q); YI (Q, P) =YI (P, Q); Y (Q, q) =Y (Q, q) +1./ (B1 (I, 3) *B1 (I, 5) ^2) +B1 (I, 4)./2; YI (Q, q) =YI (Q, q) +1./B1 (I, 3); Y (P, P) =Y (P, P) +1./B1 (I, 3) +B1 (I, 4)./2; YI (P, P) =YI (P, P) +1./B1 (I, 3); End% admittance matrix G=real (Y); B=imag (YI); BI=imag (Y); For i=1:n S (I) =B2 (I, 1) -B2 (I, 2); BI (I, I) =BI (I, I) +B2 (I, 5); End P=real (S); Q=imag (S); For i=1:n E (I) =real (B2 (I, 3)); F (I) =imag (B2 (I, 3)); V (I) =B2 (I, 4); End For i=1:n If B2 (I, 6) ==2 V (I) =sqrt (E (I) ^2+f (I) ^2); O (I) =atan (f (I)./e (I)); End End For i=2:n If i==n B (I, I) =1./B (I, I); Else IC1=i+1; For j1=
您可能关注的文档
- ip子网划分及学习(IP subnet partition and learning).doc
- issue log(问题日志).doc
- itext简介(IText profile).doc
- it公司名称(It company name).doc
- itv用户侧故障处理(ITV user side fault handling).doc
- ip的划分,超详细.[经典](The division of IP, with super classic].).doc
- it心理拓展活动策划(It psychological outreach program).doc
- it综合管理关联成为核心(It integrated management, correlation becomes the core).doc
- iwork和office转换简述(我和办公室转换简述).doc
- j2me移植-键值(J2ME transplantation - key).doc
- marykay 不得不看的骨灰级抗衰老偏方(Marykay has to look at the ashes class anti-aging prescription).doc
- matlab 神经网络 例程(matlab 神经网络 例程).doc
- matlab中常用小波函数(Wavelet functions commonly used in MATLAB).doc
- matlab代码傅里叶变换(matlab代码傅里叶变换).doc
- matlab函数(matlab函数).doc
- matlab傅立叶(matlab傅立叶).doc
- matlab实现的小波变换彩色图像水印嵌入和提取程序(Matlab implementation of wavelet transform, color image watermarking embedding and extraction procedures).doc
- matlab - 记录(MATLAB记录).doc
- matlab字符串转换及数值格式转换(Matlab string conversion and numeric format conversion).doc
- matlab 非线性 回归 拟合 nlintool(MATLAB非线性回归拟合nlintool).doc
有哪些信誉好的足球投注网站
文档评论(0)