本文是鄙人的自适应控制大作业,本文分模型参考自适应控制和CARMA模型的最小方差自适应控制,文中采用smulink仿真和matlab的m函数编程来实现自适应控制的内容,分析透彻,图表清晰,有很强的可阅读性,仅以本人微薄的努力和大家共鸣,共同进步,以后还会有精彩的内容奉上
标签: 自适应控制
上传时间: 2015-12-25
上传用户:磊子226
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
标签: represented integers group items
上传时间: 2016-01-17
上传用户:jeffery
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
标签: converts Toolbox complex logical
上传时间: 2016-02-12
上传用户:a673761058
为了能准确测量一些小信号,测量放大器是不可缺少的。本系统就是为了这种需要设计的。设计由三个模块电路构成:前级高共模抑制化比仪器放大器、AD7520衰减器和单片机控制模块。在前级高共模抑制比仪器放大器中充分利用了电路的对称性,能较好的抑制共模信号。而AD7520衰减器利用电阻网络的可编程性,控制衰减器衰减率的数字编程,实现了自动控制。单片机控制模块除可以控制液晶显示外,还可进行数字处理和对继电器及AD7520的控制。该方案已基本满足了设计要求,能完成测量的需要
上传时间: 2013-11-25
上传用户:teddysha
用VC++编的通过串口控制STC12C5410AD单片机的程序,利用VC++文本框编程界面实现电动小车特定PWM、前进、后退等动作输出,程序源文件里面有详细注释,这个是在windows下运行的程序,单片机端程序请看“TalkToCar-mcu”
上传时间: 2016-03-20
上传用户:as275944189
首先介绍多元线性回归公式(即最小二乘法计算公式),然后进行VB编程,实现多次曲线拟合算法。
上传时间: 2013-12-24
上传用户:蠢蠢66
PIC芯片读写SPC3寄存器的程序,PIC芯片不支持外部存储器扩展功能,通过软件编程,实现读写外部存储器功能。
上传时间: 2016-04-24
上传用户:稀世之宝039
HHT变换的核心是EMD,在此项过程中通过EMD的编程和HHT的编程来实现了希尔伯特黄变换。可以看出处理此方法用来处理非线性信号为更好的方法。
上传时间: 2014-01-09
上传用户:wcl168881111111
音频ADPCM编解码器,采用标准C语言编程,实现G.711,G.72 3,16K,24K,32K算法
上传时间: 2014-01-12
上传用户:四只眼
对于DSP自引导程序的一个实例,通过对外围FLASH器件进行汇编编程,实现对于DSP的上电引导
上传时间: 2014-11-01
上传用户:Andy123456