搜索资源列表
CCMethod_luzhenbo
- C-C法重构相空间文件夹说明1.CC_Method_main.m - 程序主文件 2、LorenzData.dll - 产生Lorenz离散数据 3、normalize_1.m - 信号归一化 4、ccFunction.dll - 计算S(m,N,r,t)-C-C method reconstruction phase space folders note 1.CC_Method_main.m-procedure two main documents, LorenzData.dll
N-R
- 将用matlab编译的N-R法用于潮流计算是以导纳矩阵为基础的,由于利用了导纳矩阵的对称性、稀疏性及节点编号顺序优化等技巧,使N-R法在收敛性、占用内存、计算速度方面的优点都超过了阻抗法,成为六十年代末期以后普遍采用的方法。
PQ
- PQ分解法在计算潮流速度上大大超过N-R法,不但能应用于离线潮流计算,而且也能应用于在线潮流计算。
Matlab 牛顿插值法
- x=a:(b-a)/n:b; %插值节点 y=f(x); plot(x,y,'b') %用蓝色线作被插函数图象 hold on z=a:(b-a)/(2*n):b; n=length(x); for j=2:n for i=n:-1:j y(i)=(y(i)-y(i-1))/(x(i)-x(i-j+1));%计算差商 end end u=y(n); m=length(z); for j=1:m for i=n-1:-1:1 u=y(i)
DesignofthePMSMServeDeviceBasedonDSP
- 本文介绍了以T M S 3 2 0 L F 2 4 0 7 为核心 的 P M S M 伺服控制装置设计, 包括永磁同步电机的矢量控制方法, 以 及 D S P 及旋转变压器 一 一 数字转换器电路的硬件设计和积分分离 P I D 、 M / T 法测速的软件设计方法。实验 结果表明,该伺服装置达到了较高的速度 /位置响应速度和控制精度-:A P M S M s e r v o d e v i c e b a s e d o n D S P T M S 3 2 0 L F 2 4 0
upload
- 羽毛球队有男女运动员各n 人。给定2 个n×n 矩阵P 和Q。P[i][j] 是男运动员i 和女运动员j 配对组成混合双打的男运动员竞赛优势;Q[i][j] 是女运动员i和男运动员j 配合的女运动员竞赛优势。由于技术配合和心理状态等各种因素影响,P[i][j]不一定等于Q[j][i]。男运动员i 和女运动员j 配对组成混合双打的男女双方竞赛优势为P[i][j]*Q[j][i] 。设计一个算法,计算男女运动员最佳配对法, 使各组男女双方竞赛优势的总和达到最大。 算法设计: 设计一个优先队
knight
- 在一个n*n个方格的国际象棋棋盘上,马(骑士)从任意指定方格出发,按照横1 步竖2 步,或横2 步竖1步的跳马规则,走遍棋盘的每一个格子,且每个格子只走1次。这样的跳马步骤称为1 个成功的骑士征途。例如,当n=5 时的1 个成功的骑士征途如下图所示。 1 2 3 4 5 1 25 14 1 8 19 2 4 9 18 13 2 3 15 24 3 20 7 4 10 5 22 17 12 5 23 16 11 6 21 算法设计: 对于给定的n和n*n方格的起始位
c3
- 组合问题 问题描述:找出从自然数1,2,…,n中任取r个数的所有组合。 采用回溯法找问题的解,将找到的组合以从小到大顺序存于a[0],a[1],…,a[r-1]中,组合的元素满足以下性质: (1) a[i+1]>a,后一个数字比前一个大; (2) a-i<=n-r+1。 -Combinatorial problems Problem Descr iption: Find out from the natural numbers 1,2, ..., n r t
N-R
- 计算电力系统稳态潮流,使用直角坐标下的牛拉法,用牛顿迭代求解非线性方程组。计算结果包括节点电压、发电机注入功率、负荷注入功率支路始端功率、支路末端功率、支路损耗、网络损耗 -Calculation of the steady-state trend of power system, using ox-drawn in the rectangular coordinate method for solving nonlinear equations using Newton iteration
N-R
- 基于牛顿拉夫逊法的电力系统潮流计算程序,适用于电气工程及其自动化和自动化学生毕业设计使用-Newton Raphson power flow calculation programApplies to electrical engineering and automation, and automation of graduate students designed to use
Power-FLOW
- 用matlab采用N-R法做潮流计算。打印输出潮流分布。-NR method to do the power flow calculation using matlab. Printout of flow distribution.
N-R
- 潮流计算N-R法,常用于电力系统分析计算,适应于多节点-The trend calculation NR method, commonly used in the calculation of power system analysis, adapted to the multi-node
N-R-method-of-power-flow-calculation
- MATLAB编写利用牛拉迭代法求解简单电力系统潮流。程序可以分别运用真实值和标幺值计算,可以区分有无变压器计算。程序开始时需要输入节点数量、互联节点之间线路的阻抗等初始化参数,运行可得潮流结果,详见程序内注释。-Written in MATLAB to solve simple oxen pulling power flow using an iterative method. The program can use the true value, respectively, and the p
Flow-Calculation
- 电力系统及其自动化专业,电力系统分析潮流计算编程,采用N-R法-Systems and automation, power system analysis power flow calculation program,Using the N-R method
N---R-matlab
- N-R法潮流计算源代码,三节点系统,可供高校学生学习参考用-N- R source method of power flow calculation, three-node system, to provide a reference for the college students learning
111
- 电力系统潮流计算N-R法(已验证可正常运行多个节点)-Power flow calculation N-R method (has been verified to be normal operation of multiple nodes)
jh
- 基于matlab的电力系统分析:极坐标下N-R法潮流计算分析 实现了迭代功能-matlab n-r
N-R powerflow
- 使用牛顿-拉夫逊法计算网络潮流包括IEEE14 IEEE30 IEEE50等
matlab数值分析方程求解
- N-R法,MRI法求解方程,matlab数值分析(N-R method, MRI method for solving equations, matlab numerical analysis)
直角坐标潮流
- 本套潮流程序适用于118节点及以下系统,自带有对应数据。适应中高级学者改造使用。(This set of power flow program is suitable for 118 nodes and below the system with corresponding data. Adapt to the reform and use of middle and senior scholars.)