登录
首页 » 其他项目 » % 该Matlab程序基于牛顿-拉夫逊算法,用于计算已知导纳矩阵、PQ节点、PV节点、平衡节点(UA)的电力网络潮流 % U...

% 该Matlab程序基于牛顿-拉夫逊算法,用于计算已知导纳矩阵、PQ节点、PV节点、平衡节点(UA)的电力网络潮流 % U...

于 2022-10-25 发布 文件大小:7.67 kB
0 209
下载积分: 2 下载次数: 1

代码说明:

% 该Matlab程序基于牛顿-拉夫逊算法,用于计算已知导纳矩阵、PQ节点、PV节点、平衡节点(UA)的电力网络潮流 % U - 各节点母线电压 S - 各节点注入功率 S_net - 电力网络总损耗 % PQ_P - 实算PQ节点注入有功功率 PQ_Q - 实算PQ节点注入无功功率 % delt_PQ_P - 实算PQ节点有功功率修正值 delt_PQ_Q -实算PQ节点无功功率修正值 % delt_UA_P - 实平衡节点有功功率修正值 delt_U_2 - 实平衡节点电压平方修正值 % delt_PQV - 实算P Q U^2修正值 J - 雅可比矩阵 % e - 电压实部 f - 电压虚部 delt_ef - 电压实部与虚部修正值- The Matlab program based on the Newton- Raphson algorithm is used to calculate the admittance matrix is known, PQ node, PV node, the node balance (UA) the trend of the electricity networks U- the node bus voltage S- each node injection power S_net-- The total loss of electric power networks PQ_P- operator PQ is injected into active nodes PQ_Q- operator PQ is injected reactive power node delt_PQ_P- is considered the correct value of active power PQ node delt_PQ_Q- really count PQ node reactive power to amend the value of delt_UA_P- real active power balance of the correct value of the node delt_U_2- node voltage balance is the correct value of the square o

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • this document is related to the orcad layout plus. this document is useful in un...
    this document is related to the orcad layout plus. this document is useful in understanding and starting the orcad pcb design tool layout plus.
    2022-12-23 12:45:03下载
    积分:1
  • C语言编写的,利用线性插值发进行网格值插值运算,等价于从新定义数组大小。...
    C语言编写的,利用线性插值发进行网格值插值运算,等价于从新定义数组大小。-prepared by the C language, using linear interpolation for the value interpolation grid operator, is equivalent to the new definition of array size.
    2022-02-07 15:51:13下载
    积分:1
  • 在Win2000系统下修改主机名、IP、网关、子网掩码和代理服务器...
    在Win2000系统下修改主机名、IP、网关、子网掩码和代理服务器-in Win2000 systems changes hostname, IP, gateway, subnet mask and proxy servers
    2022-07-15 18:11:36下载
    积分:1
  • 查找ACCESS密码 可以查询97、2000等
    查找ACCESS密码 可以查询97、2000等-ACCESS password you can find, 2000, etc.
    2023-05-12 08:15:03下载
    积分:1
  • 使用著名的KMP模式匹配算法进行字符串匹配,还可以有通配符...
    使用著名的KMP模式匹配算法进行字符串匹配,还可以有通配符-use of the famous KMP string matching algorithms can also be wildcards
    2023-07-23 20:25:02下载
    积分:1
  • 本人收集并经过运行的与直接扩频通信的相关的两个非常好的MATLAB仿真程序!...
    本人收集并经过运行的与直接扩频通信的相关的两个非常好的MATLAB仿真程序!-I collect and run through the DSSS and the associated two very good way MATLAB Order!
    2023-01-26 08:05:04下载
    积分:1
  • 智能小车上跷跷板源码
    应用背景如今机器人已经逐渐在社会某些领域崭露头角,无人机、智能车等机器越来越显示出其独有的优势。本设计实现智能小车在跷跷板上保持平衡。关键技术智能小车采用单片机为MCU,外接了轮子,马达等必要器件,采用C语言编程,能够完成上跷跷板、在跷跷板上保持平衡等的功能。
    2022-10-22 19:45:04下载
    积分:1
  • Guided visualization with smart assembly language integrated development environ...
    支持智能指导的可视化汇编语言集成开发环境,实现了汇编语言在Windows下的可视化开发。该平台主要包括以下两部分。 (1)可视化汇编语言集成开发。具体包括:① 系统集成:将编译、连接、运行和调试等分立的DOS程序集中到统一的WINDOWS程序环境中,通过点击鼠标就可以实现汇编的全部操作。② 信息提示兼顾中英文,操作界面全部中文化。通过选项的设置,编译信息、链接信息以及错误的提示信息既可以采用中文,也可以采用英文,还可以使用中英文对照。③ 人性化界面:关键词、语法高亮显示,可根据个人喜好定制指令、寄存器、操作符、注释及数字语法着色;可以定制智能缩排;可定制指令、寄存器、操作符大小写自动切换。 (2)智能上机辅导。具体包括:① 汇编语言程序框架的主动生成:可以通过向导自动地构建完整的多种返回方式的汇编语言程序框架,简化汇编语言程序设计,明确汇编的程序结构,帮助学生建立起汇编语言的框架概念,减少出错率,培养学生良好的编程习惯。② 出错代码的自动定位:根据编译时的错误信息,自动定位到出错代码行,并给出中英文出错提示。③ 对错误修改的智能提示:对于学生编程时发生的错误能做出智能判断,并提供相应的个性化的指导。 -Guided visualization with smart assembly language integrated development environment to achieve the compilation of languages in Windows, visual development. The platform includes the following two parts. (1) visual assembly language integrated development. Specifically include: ① System Integration: The compile, link, run and debug DOS programs such as the separation of concentrated WINDOWS unified program environment can be achieved by clicking the mouse on the compilation of
    2022-02-15 08:05:59下载
    积分:1
  • cadense orcad capture
    cadense orcad capture
    2022-09-17 21:45:03下载
    积分:1
  • vc++ realize the article deal with procedures, search and delete can realize
    vc++实现的文章处理程序,查找和删除都可以实现-vc++ realize the article deal with procedures, search and delete can realize
    2022-04-19 14:04:00下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载