利用扩展卡尔曼滤波器,将转速看成一个状态量,根据定子的电流和电压值估算转速。通过仿真对滤波器初值的选取进行了研究,得到优化的卡尔曼滤波器,试验结果表明,速度估算的准确性高,系统对于电机参数的变化不敏感,具有较强的鲁棒性。
上传时间: 2015-12-14
上传用户:thesk123
逆变器的控制程序(控制器使用的是PIC,内含SPWM信号的产生及电流、电压保护程序)
上传时间: 2014-11-24
上传用户:jeffery
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
主要用来对爆闪灯控制,本程序配合硬件,采用电流和电压的双重控制,很有代表性
上传时间: 2014-01-03
上传用户:koulian
在mega128上实现ad2543的驱动程序,用lcd1602实现采集电压的测量结果
上传时间: 2013-12-27
上传用户:kiklkook
汉诺塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation eg. if n = 2 A→B A→C B→C if n = 3 A→C A→B C→B A→C B→A B→C A→C
标签: the animation Simulate movement
上传时间: 2017-02-11
上传用户:waizhang
SMITH算法,计算归一化阻抗,电流,电压,离负载的距离等等
上传时间: 2013-12-11
上传用户:gmh1314
通过DSP对电池的各种状态信息进行采集,包括温度(ds18b20)、电流、电压,并有数据记录功能
上传时间: 2013-12-26
上传用户:xcy122677
将魔王的语言抽象为人类的语言:魔王语言由以下两种规则由人的语言逐步抽象上去的:α-〉β1β2β3…βm ;θδ1δ2…-〉θδnθδn-1…θδ1 设大写字母表示魔王的语言,小写字母表示人的语言B-〉tAdA,A-〉sae,eg:B(ehnxgz)B解释为tsaedsaeezegexenehetsaedsae对应的话是:“天上一只鹅地上一只鹅鹅追鹅赶鹅下鹅蛋鹅恨鹅天上一只鹅地上一只鹅”。(t-天d-地s-上a-一只e-鹅z-追g-赶x-下n-蛋h-恨)
上传时间: 2013-12-19
上传用户:aix008