登录
首页 » matlab » fourteen_ZHUKANG

fourteen_ZHUKANG

于 2013-04-15 发布 文件大小:2KB
0 234
下载积分: 1 下载次数: 19

代码说明:

  搭建的IEEE14节点阻抗仿真模型,里面参数齐全、结果正确。(The IEEE14 nodes impedance simulation model)

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

发表评论

0 个回复

  • noise_suppressor22
    lms source code for adaptive filtering the acoustic noise.
    2009-09-22 09:59:26下载
    积分: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
  • 基于matlab的手势识别
    基于matlab的简单手势识别,可识别剪刀石头布。(Simple gesture recognition based on MATLAB)
    2018-04-07 15:02:26下载
    积分:1
  • system_error_rate_change(G)
    这个MATLAB例程是系统误码率变化仿真(The MATLAB routine changes in the system simulation of bit error rate)
    2010-09-29 21:47:22下载
    积分:1
  • xindaorongliangdiedaisuanfa
    用MATLAB软件编程实现一般信道容量迭代算法。(Programming with MATLAB software, the channel capacity of a general iterative algorithm.)
    2009-12-02 12:50:27下载
    积分:1
  • JMatLink
    jMatlLink conected between java and matlab
    2013-05-08 23:06:11下载
    积分:1
  • Third_degree_CKF
    这是一个多维的容积卡尔曼滤波(CKF)程序,编程语言为Matlab,请将该函数添加到你的仿真实例,直接调用函数即可。(This is a multi-dimensional cubature Kalman filter (CKF) program, the programming language is Matlab. Please add the function to your simulation example, you can call the function directly.)
    2013-06-29 11:21:02下载
    积分:1
  • mbjex
    这是第二能量熵的matlab代码,MIMO OFDM matlab仿真,使用高阶累积量对MPSK信号进行调制识别。( This is the second energy entropy matlab code, MIMO OFDM matlab simulation, Using high-order cumulants of MPSK signal modulation recognition.)
    2017-05-08 20:42:20下载
    积分:1
  • shortestroad
    Matlab源程序求任意两点间的最短距离(Matlab source code for any of the shortest distance between two points)
    2007-09-15 00:06:06下载
    积分:1
  • MIT
    模型参考自适应控制的MIT方法。输入为一单位阶跃信号,自适应律为积分适应律。(MIT model reference adaptive control method. Input is a unit step signal, adaptive law is an integral adaptation law.)
    2013-08-12 15:57:39下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载