登录
首页 » matlab » fractionallu

fractionallu

于 2010-08-13 发布 文件大小:2KB
0 141
下载积分: 1 下载次数: 3

代码说明:

  分数阶Lu系统实现,即如何由matlab来实现.(fractionalorderlusystem)

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

发表评论

0 个回复

  • park
    this is a diagram in parks transformation
    2009-09-23 09:41:19下载
    积分: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
  • 3A64P0821
    This paper investigates the feasibility of Orthogonal Frequency Division Multiplexing (OFDM) as a modulation technique for a ROF.
    2015-02-06 00:40:19下载
    积分:1
  • 31767665qq
    基于背景差分法和帧间差分法的目标跟踪 应用了二维滤波,效果较好(Application of a two-dimensional filtering, target tracking based on background subtraction and interframe difference method better)
    2012-03-24 21:21:39下载
    积分:1
  • Reverb_demo
    提供數種回響演算法.利用6個平行的comb濾波器達成擬真的回響效果(Provides several reverberation algorithms. Use 6 parallel comb filter to achieve realistic reverb)
    2013-11-08 15:34:44下载
    积分:1
  • Vector-drawing-program
    用matalab编制的绘制海流矢量图的程序,压缩包内有几个示例数据(Vector drawing program with currents matalab prepared, there are several examples in the package data compression)
    2014-02-10 10:37:31下载
    积分:1
  • DFIG
    双馈电机仿真模型,很详细,作为初学者非常适合(DFIG simulation model, not much wind, we hope more exchanges)
    2021-02-25 11:39:38下载
    积分:1
  • imageinpainting
    压缩包内是一个word文档,文档里边包含了许多各种各样的matlab对图像的处理子程序(Compression package is a word document, the document inside contains a variety matlab image processing subroutine)
    2012-04-21 18:08:12下载
    积分:1
  • getx
    99b第一问解答 用matlab实现的 有点简单啊(To answer the first question 99b achieved with a little simple matlab ah)
    2009-07-12 10:04:59下载
    积分:1
  • eye
    this is a matlab code for human eye detection
    2011-08-02 15:11:06下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载