登录
首页 » matlab » moton_planing_trackingcontrol

moton_planing_trackingcontrol

于 2012-08-11 发布 文件大小:1176KB
0 275
下载积分: 1 下载次数: 137

代码说明:

  水面无人艇运动规划及三自由度自动控制的源创代码(The water unmanned boat movement planning and three degrees of freedom of automatic control of the source of a code )

文件列表:

moton_planing_trackingcontrol_observer
......................................\1.fig,83439,2012-02-23
......................................\10.fig,116496,2012-02-23
......................................\11.fig,95148,2012-02-23
......................................\4.fig,117416,2012-02-23
......................................\5.fig,114734,2012-02-23
......................................\6.fig,111227,2012-02-23
......................................\7.fig,331461,2012-02-23
......................................\8.fig,112339,2012-02-23
......................................\9.fig,116640,2012-02-23
......................................\draw.asv,4276,2012-02-23
......................................\draw.m,4473,2012-02-23
......................................\guidance.m,10726,2012-02-21
......................................\gui_end_usrful_firstselection.mdl,104269,2012-02-21
......................................\motion_planing_tracking_control_model_edition1.mdl,168474,2012-02-23
......................................\motion_planing_tracking_control_model_edition1.mdl.r2007a,167663,2012-02-21
......................................\order3_spline.m,8313,2012-02-21
......................................\parameter.m,825,2012-02-23
......................................\plotShip.m,2040,2012-02-21
......................................\ShipModel_d.m,4212,2012-02-21
......................................\Ship_Parameter_File_Can_be_Edited.asv,1482,2012-02-21
......................................\Ship_Parameter_File_Can_be_Edited.m,1478,2012-02-21
......................................\StateObserver.m,4530,2012-02-21
......................................\TrackingController.m,3062,2012-02-23
......................................\untitled.mdl,46966,2012-02-21
......................................\v_dynamic.m,3793,2012-02-21
......................................\x_to_z_trans.m,3966,2012-02-21
......................................\z_to_x_trans.asv,3944,2012-02-21
......................................\z_to_x_trans.m,3911,2012-02-21

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

发表评论

0 个回复

  • project08-03
    Transform two case , the one case 1 is Fourier the 8X8 size and then use the mask to clear the high fitter . the second case 2 is cosine the 8X8 size and then use the mask to clear the high fitter .
    2015-02-01 16:56:06下载
    积分:1
  • matlab
    控制表的程序实现,用语言编写存入文本文档中(Program control table, use the language into the text document)
    2012-06-19 17:56:59下载
    积分:1
  • amotorfunction
    Matlab双馈异步风力发电机建模s函数 双馈异步发电机模型一直是风力发电研究的重点,而很多论文的仿真根本就没有建电机模型,这样的仿真是很不准确的,matlab中自带了一个DFIG模型,而这个模型是将发电机、变流器等各个部分都建好了,但对研究发电机的人员来说很不实用。我建的这个模型是分析有功无功解耦时搭建的,用的是s函数,便于修改参数。 (s fuction of pmsg)
    2011-12-18 16:44:24下载
    积分:1
  • genpls
    matlab 遗传算法偏最小二乘法(gapls)(Matlab GA partial least squares (gapls))
    2007-03-25 15:56:22下载
    积分:1
  • Modern_Signal_Processing
    现代信号处理,张贤达,清华大学自动化系,数字图像处理(Modern signal processing, Zhang Xian Da, Tsinghua University, digital image processing)
    2014-10-12 11:43:25下载
    积分:1
  • ARfit
    说明:  Matlab工具箱实现多变量回归模型的参数估计与特征值(Matlab Toolbox multivariable regression model parameter estimation and eigenvalue)
    2005-11-24 01:46:10下载
    积分:1
  • p1
    MATLAB CODE FOR DIGITAL COMMUNICATION
    2013-05-14 22:23:36下载
    积分:1
  • lagrange
    拉格朗日差值法的matlab代码,好用,希望对大家有所帮助(lagrange codes)
    2010-06-07 20:44:29下载
    积分:1
  • rm_par
    采用reed-muller码降低ofdm的par方法(used reed-cup code to reduce the par method ofdm)
    2006-11-29 22:33:15下载
    积分: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今日下载