虫虫首页|资源下载|资源专辑|精品软件
登录|注册

调制<b>传递函数</b>

  • 在某初教机的线性模型基础上

    在某初教机的线性模型基础上,建立了飞机的纵向和横向传递函数,分析了模型参数的不确定性,通过使用MATLAB中的NCD模块对飞行控制系统及PID控制器等参数进行优化,设计出了飞机的自动驾驶仪高度保持和航向保持模式。这种方法既避免了复杂的计算和编程,又使系统具有较好的稳定,陛、动态性能和鲁棒性,克服了飞机模型参数随着高度和速度的变化(即模型参数存在不确定性)而需要按照多个不同高度和速度的飞行区域设计一系列控制器的缺点

    标签: 线性模型

    上传时间: 2015-10-12

    上传用户:lingzhichao

  • crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC

    crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC,Cyclic Redundancy Code)是采用多项式的 编码方式,这种方法把要发送的数据看成是一个多项式的系数 ,数据为bn-1bn-2…b1b0 (其中为0或1),则其对应的多项式为: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:数据“10010101”可以写为多项式 X7+X4+X2+1。 循环冗余校验CRC 循环冗余校验方法的原理如下: (1) 设要发送的数据对应的多项式为P(x)。 (2) 发送方和接收方约定一个生成多项式G(x),设该生成多项式 的最高次幂为r。 (3) 在数据块的末尾添加r个0,则其相对应的多项式为M(x)=XrP(x) 。(左移r位) (4) 用M(x)除以G(x),获得商Q(x)和余式R(x),则 M(x)=Q(x) ×G(x)+R(x)。 (5) 令T(x)=M(x)+R(x),采用模2运算,T(x)所对应的数据是在原数 据块的末尾加上余式所对应的数据得到的。 (6) 发送T(x)所对应的数据。 (7) 设接收端接收到的数据对应的多项式为T’(x),将T’(x)除以G(x) ,若余式为0,则认为没有错误,否则认为有错

    标签: crc CRC 多项式 位运算

    上传时间: 2014-01-15

    上传用户:hphh

  • 遗传算法

    遗传算法,matlab下的,系统辨识,例题,对象是用传递函数形式。并附结果

    标签: 算法

    上传时间: 2015-10-30

    上传用户:AbuGe

  • 关于遗传算法对PID的优化

    关于遗传算法对PID的优化,包括传递函数的离散化处理,最终得到所需PID

    标签: PID 算法

    上传时间: 2013-12-22

    上传用户:ynzfm

  • 基于实数编码遗传算法的PID整定

    基于实数编码遗传算法的PID整定,被控对象为二阶传递函数

    标签: PID 实数编码 算法 整定

    上传时间: 2013-12-24

    上传用户:eclipse

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    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-16

    上传用户:jeffery

  • 《高阶谱分析》例题5.4

    《高阶谱分析》例题5.4,根据零极点分布建立传递函数,求解冲击响应和系统输出,求解高阶矩或累计量,计算倒谱参数。

    标签: 5.4

    上传时间: 2013-12-28

    上传用户:kikye

  • 用游标的方法实现对称差的计算

    用游标的方法实现对称差的计算,即 (A-B)+(B-A)

    标签: 对称 计算

    上传时间: 2016-05-23

    上传用户:远远ssad

  • 实现劳思表的程序判断

    实现劳思表的程序判断,可以根据输入的传递函数的系数判定系统的稳定性

    标签: 程序

    上传时间: 2013-12-13

    上传用户:秦莞尔w

  • 基因算法

    基因算法,用VC++或MATLAB,java等工具设计一程序计算任一个随机产生的DNA基因表达式的有效长度和值 设随机产生的基因表达式为: + Q - / b * b a Q b a a b a a b b a a a b

    标签: 基因 算法

    上传时间: 2014-01-09

    上传用户:aa54