登录
首页 » matlab » MATLAB-distance-protection

MATLAB-distance-protection

于 2013-05-09 发布 文件大小:659KB
0 204
下载积分: 1 下载次数: 133

代码说明:

  基于MATLAB的电力系统距离保护仿真,有详细的模型,步骤(distance protection simulink in MATLAB)

文件列表:

基于MATLAB的距离保护仿真.doc,1609216,2013-01-13

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

发表评论

0 个回复

  • PolyfitnTools
    多项式拟合的MATLAB工具。只要具有以下几个函数 POLYFITN - A general n-dimensional polynomial fitting tool POLYVALN - An evaluation tool for polynomials produced by polyfitn POLYN2SYMPOLY - A conversion tool to generate a sympoly from the results of polyfitn POLYN2SYM - A conversion tool to generate a symbolic toolbox object from the results of polyfitn (Polynomial fitting of the MATLAB tools. As long as have the following functions POLYFITN- A general n-dimensional polynomial fitting toolPOLYVALN- An evaluation tool for polynomials produced by polyfitnPOLYN2SYMPOLY- A conversion tool to generate a sympoly from the results of polyfitnPOLYN2SYM- A conversion tool to generate a symbolic toolbox object from the results of polyfitn)
    2008-12-15 15:20:18下载
    积分:1
  • 63535285s23uan
    这个程序用来对于神经网络负荷预测进行训练(This procedure is used for load forecasting neural network training)
    2009-05-13 12:52:56下载
    积分:1
  • Estimating-VAR(p)-processes_Matlab-code
    Estimating VAR(p) processes_Matlab code
    2013-10-17 00:41:46下载
    积分:1
  • circle-recognition
    基于圆形比的圆的识别程序,使用matlab编制,简单易懂(Based on the ratio of a circle round the identification procedures, the use of matlab prepared, easy-to-read)
    2008-02-27 12:26:26下载
    积分:1
  • see
    To see the texture features
    2009-12-06 13:07:38下载
    积分:1
  • blind-equalization-algorithm
    通过matlab仿真对多种不同的盲均衡算法收敛性能进行了比较(By matlab simulation for a variety of different blind equalization algorithm compares the performance of convergence)
    2013-11-20 16:10:51下载
    积分:1
  • KSVD
    说明:  ksvd字典学习,KSVD算法程序,完成KSVD重构字典的程序(Ksvd dictionary learning KSVD algorithm program to complete the dictionary KSVD reconstruction program)
    2019-11-20 21:05:24下载
    积分:1
  • glhundungrnn
    用混沌理论和广义回归神经网络进行短期负荷的预测,取得了满意的效果(with Chaos Theory and the general regression neural network for short-term load forecasts, achieved satisfactory results)
    2006-12-08 12:05:41下载
    积分:1
  • Chapter-7--numerical-differentiation
    第7章 数值微分.zip。是从书中光盘里拷贝的代码,放在这里与大家共享,希望对大家有帮助。(Chapter 7, numerical differentiation.zip)
    2012-03-27 10:47:16下载
    积分:1
  • gravity
    function dg=gplus(x,y,z,x1,x2,y1,y2,z1,z2,p) G=6.67e-11 t222=myfun(x,y,z,x2,y2,z2) t122=myfun(x,y,z,x1,y2,z2) t212=myfun(x,y,z,x2,y1,z2) t221=myfun(x,y,z,x2,y2,z1) t211=myfun(x,y,z,x2,y1,z1) t121=myfun(x,y,z,x1,y2,z1) t112=myfun(x,y,z,x1,y1,z2) t111=myfun(x,y,z,x1,y1,z1) dg=-G*p*1e6*(t222-t122-t212-t221+t211+t121+t112-t111) 转化为g.u. function y=myfun(x,y,z,xi,eta,zeta) R=sqrt((xi-x).^2+(eta-y).^2+(zeta-z).^2) temp1=(xi-x).*log((eta-y)+R) temp2=(eta-y).*log((xi-x)+R) temp3=(zeta-z).*atan((zeta-z).*R/((xi-x).*(eta-y))) 书中所给公式 temp3=-(zeta-z).*atan((xi-x).*(eta-y)./(zeta-z)./R) 上式变换 y=temp1+temp2+temp3 (function dg = gplus (x, y, z, x1, x2, y1, y2, z1, z2, p) G = 6.67e-11 t222 = myfun (x, y, z, x2, y2, z2) t122 = myfun (x, y, z, x1, y2, z2) t212 = myfun (x, y, z, x2, y1, z2) t221 = myfun (x, y, z, x2, y2, z1) t211 = myfun (x, y, z, x2, y1, z1) t121 = myfun (x, y, z, x1, y2, z1) t112 = myfun (x, y, z, x1, y1, z2) t111 = myfun (x, y, z, x1, y1, z1) dg =-G* p* 1e6* (t222-t122-t212-t221+t211+t121+t112-t111) converted the Gu function y = myfun, (x y, z, xi, eta, zeta) R = sqrt ((xi-x). ^ 2+ (eta-y). ^ 2+ (zeta-z). ^ 2) temp1 = (xi-x).* log ((eta-y)+R) temp2 = (eta-y).* log ((xi-x)+R) temp3 = (zeta-z).* atan ((zeta-z).* R/( (xi-x).* (eta-y))) book given formula Temp3 =- (Zeta-z)* ATAN ((Xi-X)* (ETA-y)/(Zeta- Z)/R) the above formula transform Y = temp1+temp2+temp3 )
    2013-03-20 20:25:15下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载