登录
首页 » matlab » dubsi10-2

dubsi10-2

于 2009-09-06 发布 文件大小:220KB
0 226
下载积分: 1 下载次数: 85

代码说明:

  飞机仿真软件包dubsi10-2,可以与FDC tool(本站已有)一起使用的matlab/simulink仿真软件,主要对飞机的滚转姿态控制进行仿真研究,内有丰富的案例。(The Dutchroll Blockset for Simulink, DUBSI, is a stand-alone version of the blocklibrary BLOCKLIB_MISC in version 2.0 (or later) of the Flight Dynamics and Control (FDC) Toolbox, which is currently under development. It contains a number of general-purpose Simulink blocks, which can be used for more applications than flight dynamics research only. Both the FDC toolbox and the DUBSI blockset are copyrighted by M.O. Rauw see COPYING.TXT for more details. )

文件列表:

dubsi
.....\bandLtdRampInit.m
.....\blockFcnInit.m
.....\browse.m
.....\contents.html
.....\contents.m
.....\COPYING.TXT
.....\doubletInit.m
.....\dubsi.mdl
.....\HISTORY.TXT
.....\LICENSE.TXT
.....\maInit.m
.....\newMsgBox.m
.....\private
.....\.......\1-cosblock.gif

.....\.......\blockfcn.html
.....\.......\blockfcnblock.gif
.....\.......\blockref.css
.....\.......\blramp.html
.....\.......\circuitselect.html
.....\.......\circuitselectblock.gif
.....\.......\condswitch.html
.....\.......\condswitchblock.gif
.....\.......\crossprod.html
.....\.......\crossprod1.gif
.....\.......\crossprod2.gif
.....\.......\crossprodblock.gif
.....\.......\doublet.gif
.....\.......\doublet.html
.....\.......\doubletblock.gif
.....\.......\dubsi.gif
.....\.......\dubsi.html
.....\.......\dubsilib.html
.....\.......\dubsi_small.gif
.....\.......\license.html
.....\.......\mafilter.html
.....\.......\mafilter1.gif
.....\.......\mafilter2.gif
.....\.......\mafilterblock.gif
.....\.......\norm.gif
.....\.......\norm.html
.....\.......\normalizer.gif
.....\.......\normalizer.html
.....\.......\normalizerblock.gif
.....\.......\normblock.gif
.....\.......\npulse.gif
.....\.......\npulse.html
.....\.......\npulseblock.gif
.....\.......\onoffblock.gif
.....\.......\on_off.html
.....\.......\outputdirect.html
.....\.......\ramp.gif
.....\.......\rampblock.gif
.....\.......\rotations.html
.....\.......\rotations1.gif
.....\.......\rotations2.gif
.....\.......\rotations3.gif
.....\.......\rotations4.gif
.....\.......\rotxblock.gif
.....\.......\rotyblock.gif
.....\.......\rotzblock.gif
.....\.......\schedgain.html
.....\.......\schedgainblock1.gif
.....\.......\schedgainblock2.gif
.....\.......\schedgainfcn.gif
.....\.......\schedgainfcn1.gif
.....\.......\softlim.gif
.....\.......\softlim.html
.....\.......\softlimblock.gif
.....\.......\srcselect.html
.....\.......\srcselect1.gif
.....\.......\srcselect2.gif
.....\.......\srcselectblock.gif
.....\.......\toworkspc.gif
.....\.......\toworkspc.html
.....\.......\toworkspcblock1.gif
.....\.......\toworkspcblock2.gif
.....\.......\transp1x1.gif
.....\.......\wavefcn.gif
.....\.......\wavefcn.html
.....\.......\wavefcn1.gif
.....\.......\wavefcnblock.gif
.....\.......\ydirectorblock.gif
.....\README.TXT
.....\rotx.tif
.....\roty.tif
.....\rotz.tif
.....\screensize.m
.....\slblocks.m
.....\softlim.m
.....\softLimitInit.m
.....\sources_collection.mdl
.....\toWorkspcInit.m
.....\toWorkspcStopFcn.m
.....\waveFcnInit.m

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

发表评论

0 个回复

  • Lyapunov
    混沌的判断指标Lyapunov指数计算的matlab程序。(Chaos Lyapunov index calculation to determine indicators of the matlab program.)
    2008-06-02 16:29:41下载
    积分:1
  • [matlab]animation
    Matlab sourch code -> animation
    2012-05-29 15:27:05下载
    积分:1
  • breast-cancer-diagnosis
    Matlab中LVQ神经网络的分类——乳腺肿瘤诊断(LVQ neural network classification- breast cancer diagnosis)
    2011-05-28 12:50:05下载
    积分:1
  • fuzzy_fis
    直线一级倒立摆稳摆控制的MATLAB仿真图(Linear stability of inverted pendulum chart pendulum control of the MATLAB simulation)
    2011-06-09 15:41:30下载
    积分:1
  • DateConvert
    DateConvert:简单而快速的日期转换 DateConvert转换DATESTR(0)格式的日期向量或序列号和日期向后。 Matlab的DATENUM,DATEVEC和DATESTR接受各种不同意见,但结果他们是缓慢的。如果输入格式正是众所周知,转换可以更快: DATENUM( 17 - 10 - 2009 11时08分23秒 ):2.97秒 DateConvert( 17 - 10 - 2009 11时08分23秒 , 号码 ):0.039秒 =>“1.3%(1000环,1.5GHz的奔腾- M的,利用Matlab 7.7) DateConvert不*不*验证作为Matlab的日期函数输入日期: DATEVEC( 32 - 2 - 2008 25:62:63 )的答复[2008 3 4 2 2 7] DateConvert( 32 - 2 - 2008 25:61:67 , 载体 )的答复[2008 2 32 25 61 67]! 因此DateConvert几乎微不足道,但对速度进行了优化。我需要时间排序200 000邮票,并从217个减少到11秒的时间。 请运行单元测试TestDateVec检查的有效性和速度。 测试:利用Matlab 6.5,7.7,7.8,winxp的,32位。 纯Matlab代码,所以兼容性的MacOS,Linux操作系统,64位预期。 英语月份名称是必要的。(DateConvert: Simple but fast date conversion DateConvert converts the DATESTR(0) format to a date vector or serial date number and backwards. Matlab s DATENUM, DATEVEC and DATESTR accept a variety of inputs, but in consequence they are slow. If the input format is exactly known, the conversion can be much faster: DATENUM( 17-Oct-2009 11:08:23 ): 2.97 sec DateConvert( 17-Oct-2009 11:08:23 , number ): 0.039 sec => 1.3 (1000 loops, 1.5GHz Pentium-M, Matlab 7.7) DateConvert does*not* validate the input date as Matlab s date functions: DATEVEC( 32-Feb-2008 25:62:63 ) replies [2008 3 4 2 2 7], DateConvert( 32-Feb-2008 25:61:67 , vector ) replies [2008 2 32 25 61 67] ! So DateConvert is nearly trivial, but optimized for speed. I needed it for sorting 200 000 time stamps and reduced the time from 217 to 11 sec. Please run the unit-test TestDateVec to check validity and speed. Tested: Matlab 6.5, 7.7, 7.8, WinXP, 32bit. Pure Matlab code, so compat)
    2010-07-05 11:59:46下载
    积分:1
  • gViz1.1
    Recently, both to return to my old love for evolution and to broaden my research horizon, I have started working on models simulating the dynamics of evolutionary processes. It is becoming clearer and clearer in biology that to understand form,
    2009-05-28 22:28:04下载
    积分:1
  • chap5_3s
    智能控制的应用1 基于模糊控制的控制器仿真 简单易懂 功能强大(intelligent control based on the application of a fuzzy controller to control the simulation is simple to understand the powerful)
    2007-05-31 17:20:34下载
    积分:1
  • MUSIC1
    模拟2个独立窄带信号分别以20°,60°的方向入射到均匀线阵上,信号间互不相关,与噪声相互独立,噪声为理想高斯白噪声,阵元间距为入射信号波长的1/2,信噪比为20dB,阵元数为10,采样快拍次数为200。(Simulate two independent narrowband signals in the direction of 20 °, 60 ° of the incident on the ULA, among signal unrelated, independent noise, the noise is ideal Gaussian white noise, the array element spacing of the incident signal wavelength of 1/2, the signal to noise ratio is 20dB, the array element number 10, the sampling frequency of 200 snapshots.)
    2014-12-02 10:47:55下载
    积分:1
  • Z-N-PID-control
    Z N法进行PID控制,采用simulink进行仿真,得到最优控制参数,属于工程上的参数整定 (Z N method for PID control, using simulink simulation, get the optimal control parameters, belong to the engineering parameter setting )
    2013-05-22 09:49:47下载
    积分:1
  • video_background
    运用编程实现提取一段视频的每一帧并保存。利用Fbackground函数实现提取一段视频的静止背景。(Use programming to extract each frame of a video and save it. The static background of a video is extracted by Fbackground function.)
    2018-07-19 14:53:38下载
    积分:1
  • 696516资源总数
  • 106554会员总数
  • 12今日下载