-
pfc_NR
% 该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 of delt_PQV- really count PQU ^ 2 the correct value of J- Jacobian matrix e- voltage real part f- the imaginary part of voltage delt_ef- voltage real part and imaginary part of the amendment value)
- 2006-11-06 21:20:24下载
- 积分:1
-
802.11n.11n_channel
802.11n信道模型,文件里涵盖了802.11n的信道模型MATLAB仿真代码(802.11n channel model, the document covers the 802.11n channel model MATLAB simulation code)
- 2021-02-21 21:09:42下载
- 积分:1
-
2-chapter
MATLAB GUI设计学习手记(第二版)源程序 第2章
本书推荐的学习方法:
1)若您是一个MATLAB初学者,且有充裕的时间来学习GUI设计,您可以从本书的第1章开始循序渐进地学习。
2)若您是一位MATLAB初学者,且时间非常紧迫,建议您先学好第1章,然后依次学习第4章、第5章和第6章,其他章节请根据项目需要有选择性地学习。
3)若您已经掌握了MATLAB的基础语法知识,有一定的MATLAB编程基础,也请浏览一下第1章的内容,尤其是专题分析部分。然后先学习本书第4、5和6章,其他章节请根据项目需要有选择性地学习。
4)若您是一位MATLAB GUI方面的专家或老师,您可以将本书作为一本教学的参考书,本书内容全面、讲解详实、代码精炼,是不可多得的GUI宝典。
- 2012-11-15 18:27:31下载
- 积分:1
-
一个卡尔曼滤波用于组合导航算法,matlab程序
使用混沌与分形分析的例程,利用自然梯度算法,用于信号特征提取、信号消噪,matlab小波分析程序,均值便宜跟踪的示例,本程序的性能已经超过其他算法。
- 2022-03-20 12:57:28下载
- 积分:1
-
matlab33
学会MATLAB编程;
学会用单纯型法求解线性规划;
学会用对偶单纯型法求解线性规划;(Institute of MATLAB programming learn how to use simple method to solve linear programming learn how to use dual simplex method to solve linear programming )
- 2008-04-13 19:38:29下载
- 积分:1
-
Denoise_wavelet_Mod
小波模极大值去噪,Denoise_w_Mod_sim.m是主程序,P_gama.m,P_y.m,Py_Pgama.m是三种投影算法(Wavelet modulus maxima denoising, Denoise_w_Mod_sim.m is the main program, P_gama.m, P_y.m, Py_Pgama.m are three projection algorithm)
- 2021-04-28 11:58:44下载
- 积分:1
-
Matlab_-from-entry-to-the-master
Matlab经典教程-从入门到精通,帮助大家快速学习并掌握matlab,成为高手。(Classic Matlab tutorial- from entry to the master, to help you quickly learn matlab, become the master.To be professional man !)
- 2012-09-30 10:27:55下载
- 积分:1
-
matlab 优化算法
1.约束优化问题:
minRosen(Rosen梯度法求解约束多维函数的极值)(算法还有bug)
minPF(外点罚函数法解线性等式约束)
minGeneralPF(外点罚函数法解一般等式约束)
minNF(内点罚函数法)
minMixFun(混合罚函数法)
minJSMixFun(混合罚函数加速法)
minFactor(乘子法)
minconPS(坐标轮换法)(算法还有bug)
minconSimpSearch(复合形法)
2.非线性最小二乘优化问题
minMGN(修正G-N法)
3.线性规划:
CmpSimpleMthd(完整单纯形法)
4.整数规划(含0-1规划)
DividePlane(割平面法)
ZeroOneprog(枚举法)
5.二次规划
QuadLagR(拉格朗日法)
ActivedeSet(起作用集法)
6.辅助函数(在一些函数中会调用)
minNT(牛顿法求多元函数的极值)
Funval(求目标函数的值)
minMNT(修正的牛顿法求多元函数极值)
minHJ(黄金分割法求一维函数的极值)
7.高级优化算法
1)粒子群优化算法(求解无约束优化问题)
1>PSO(基本粒子群算法)
2>YSPSO(待压缩因子的粒子群算法)
3>LinWPSO(线性递减权重粒子群优化算法)
4>SAPSO(自适应权重粒子群优化算法)
5>RandWSPO(随机
- 2022-07-02 12:24:07下载
- 积分:1
-
SOS_TITO
基于二发二收MIMO系统的半盲信道估计,其中main为主程序,其它为子程序(Second, land-based MIMO system made of two semi-blind channel estimation, in which main-based process for the subroutine other)
- 2009-05-11 21:02:33下载
- 积分:1
-
MIDItechnicalservicestomusicteaching
让MIDI技术服务于音乐教学MIDI technical services to music teaching(MIDI technical services to music teaching)
- 2010-11-21 11:26:02下载
- 积分:1