CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 状态空间

搜索资源列表

  1. petri

    0下载:
  2. 可以简单计算petri网的状态空间,用来分析petri网的特性
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:456866
    • 提供者:肖小
  1. KalmanFiltering

    0下载:
  2. 卡尔曼滤波算法C++,采用信号与噪声的状态空间模型,利用前一时刻地估计值和现时刻的观测值来更新对状态变量的估计,求出现时刻的估计值。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:15679
    • 提供者:wltwang
  1. kalman

    1下载:
  2. 本实验是利用卡尔曼滤波器实现一维匀加速运动的轨迹跟踪。卡尔曼滤波是一种时域滤波方法,它采用状态空间方法描述系统,算法采用递推机制,数据存储量小,在导航领域有成功的应用。-This experiment is the use of Kalman filter to achieve a one-dimensional constant acceleration of the trajectory tracking. Kalman filter is a time-domain filtering m
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-03-19
    • 文件大小:33719
    • 提供者:yunguangmei
  1. chengxu

    0下载:
  2. 编写一个程序,计算平面应力状态及空间应力状态的主应力,最大剪应力,如为平面应力状态则需输出方位角agl斜截面上的应力及主方向角,画出应力圆示意图。 已知二向应力状态,ax=10MPa,ay=-20MPa,bxy=15MPa,agl=45,求主应力,最大切应力,斜截面上的应力,作出应力圆示意图。-The preparation of a program to calculate the plane stress state and stress state space of principa
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1902
    • 提供者:宇啊
  1. kalman

    0下载:
  2. 卡尔曼滤波的一个显著特点是,用状态空间概念来描述其数学公式。-Kalman filter, a notable feature is the state space to describe the mathematical formulas.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:108150
    • 提供者:小莫
  1. unit

    2下载:
  2. 一款基于matlab环境开发的系统辨识工具箱。主要涉及频域辨识算法,除了常规的辨识方法之外,还包括状态空间辨识。内有pdf的使用说明。-A matlab toolbox for system identification in frequency domain.
  3. 所属分类:Algorithm

    • 发布日期:2015-06-02
    • 文件大小:795648
    • 提供者:tang wei
  1. Linear-system-theory--programming

    0下载:
  2. 3个小程序表现了线性系统理论课程的基本计算。包括:从I/O转化到状态空间等等。-The three small program performance of the basic calculation of the linear system theory courses. Include: conversion from the I/O into the state space.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:2641
    • 提供者:
  1. paper5

    0下载:
  2. 基于状态空间模型的子频带语音转换算法.pdf-Research and Realization of Voice COnversion Experiment System
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:545210
    • 提供者:wang
  1. KalmanFilter_C

    0下载:
  2. 卡尔曼滤波算法及C语言实现。其基本思想是:采用信号与噪声的状态空间模型,利用前一时刻地估计值和现时刻的观测值来更新对状态变量的估计,求出现时刻的估计值。它适合于实时处理和计算机运算。-Kalman filter algorithm and C language. The basic idea is: a state-space model of the signal and noise, the first time to estimate the present moment observat
  3. 所属分类:Algorithm

    • 发布日期:2017-12-03
    • 文件大小:1975
    • 提供者:叶国欣
  1. markov

    0下载:
  2. 马尔可夫链是具有马尔可夫性质的随机变量X_1,X_2,X_3...的一个数列。这些变量的范围,即它们所有可能取值的集合,被称为“状态空间”,而X_n的值则是在时间n的状态。如果X_{n+1}对于过去状态的条件概率分布仅是X_n的一个函数,则 P(X_{n+1}=x|X_1=x_1,X_2=x_2,...,X_n=x_n) = P(X_{n+1}=x|X_n=x_n). 这里x为过程中的某个状态。上面这个恒等式可以被看作是马尔可夫性质。-a mathematical syst
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:765
    • 提供者:nasiyang
  1. TestAStar

    0下载:
  2. 在即时战略或角色扮演游戏中,经常需要控制角色移动到指定位置,只要存在可行路径,总是会采用最优路径到达目的地。这种能够在角色移动到目的地的方法,通常称为“游戏寻路算法”。 A*是一种启发式搜索算法,其所处理的对象是状态空间,安装预先设定的规则进行有选择有方向的遍历。-In the real-time strategy or role-playing games, often need to control the character moves to the specified locatio
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:99961
    • 提供者:leo
  1. NLJ-optimization-algorithm

    0下载:
  2. 用于系统辨识的NLJ算法。适用于状态空间表示的非线性系统,用于系统参数的辨识。-NLJ algorithm for system identification. Applicable to non-linear state space representation used to estimate the system parameters.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:13121
    • 提供者:董毅
  1. untitled

    0下载:
  2. 系统分析课程设计。倒立摆的空间状态控制。自己设置参数,-Systems Analysis Course Design. Inverted pendulum control space state. Set up their own parameters,
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:16294
    • 提供者:WilliamChen
  1. OxMetricsTextbook-.pdf

    1下载:
  2. 关于时间序列,状态空间和Oxmetrics的学习-About the learning of Oxmetrics
  3. 所属分类:Algorithm

    • 发布日期:2017-05-25
    • 文件大小:8189790
    • 提供者:zwj
搜珍网 www.dssz.com