登录
首页 » matlab » Subspace Identification for Linear Systems

Subspace Identification for Linear Systems

于 2020-12-25 发布
0 212
下载积分: 1 下载次数: 21

代码说明:

说明:  状态空间方程的子空间辨识 matlab工程仿真案例(subspace identification)

文件列表:

vanoverschee, 0 , 1997-02-19
vanoverschee\APPLIC, 0 , 1997-02-19
vanoverschee\APPLIC\appl1.m, 4271 , 1997-02-19
vanoverschee\APPLIC\appl1.mat, 44876 , 1997-02-19
vanoverschee\APPLIC\appl10.m, 4111 , 1997-02-19
vanoverschee\APPLIC\appl10.mat, 40364 , 1997-02-19
vanoverschee\APPLIC\appl2.m, 4107 , 1997-02-19
vanoverschee\APPLIC\appl2.mat, 16044 , 1997-02-19
vanoverschee\APPLIC\appl3.m, 4257 , 1997-02-19
vanoverschee\APPLIC\appl3.mat, 89828 , 1997-02-19
vanoverschee\APPLIC\appl4.m, 4111 , 1997-02-19
vanoverschee\APPLIC\appl4.mat, 16428 , 1997-02-19
vanoverschee\APPLIC\appl5.m, 4521 , 1997-02-19
vanoverschee\APPLIC\appl5.mat, 16428 , 1997-02-19
vanoverschee\APPLIC\appl6.m, 4229 , 1997-02-19
vanoverschee\APPLIC\appl6.mat, 302684 , 1997-02-19
vanoverschee\APPLIC\appl8.m, 4504 , 1997-02-19
vanoverschee\APPLIC\appl8.mat, 65580 , 1997-02-19
vanoverschee\APPLIC\appl9.m, 4116 , 1997-02-19
vanoverschee\APPLIC\appl9.mat, 16044 , 1997-02-19
vanoverschee\EXAMPLES, 0 , 1997-02-19
vanoverschee\EXAMPLES\sta_demo.m, 8083 , 1997-02-19
vanoverschee\EXAMPLES\sto_demo.m, 6169 , 1997-02-19
vanoverschee\FIGURES, 0 , 1997-02-19
vanoverschee\FIGURES\com_sim1.m, 2500 , 1997-02-19
vanoverschee\FIGURES\com_sim2.m, 2780 , 1997-02-19
vanoverschee\FIGURES\det_sim1.m, 3257 , 1997-02-19
vanoverschee\FIGURES\sto_sim1.m, 1904 , 1997-02-19
vanoverschee\FIGURES\sto_sim2.m, 3217 , 1997-02-19
vanoverschee\FIGURES\sto_sim3.m, 3213 , 1997-02-19
vanoverschee\SUBFUN, 0 , 1997-02-19
vanoverschee\SUBFUN\allord.m, 1213 , 1997-02-19
vanoverschee\SUBFUN\blkhank.m, 691 , 1997-02-19
vanoverschee\SUBFUN\chkaux.m, 1354 , 1997-02-19
vanoverschee\SUBFUN\com_alt.m, 9362 , 1997-02-19
vanoverschee\SUBFUN\com_stat.m, 9233 , 1997-02-19
vanoverschee\SUBFUN\det_alt.m, 7142 , 1997-02-19
vanoverschee\SUBFUN\det_stat.m, 7386 , 1997-02-19
vanoverschee\SUBFUN\gl2kr.m, 797 , 1997-02-19
vanoverschee\SUBFUN\intersec.m, 5400 , 1997-02-19
vanoverschee\SUBFUN\kr2gl.m, 571 , 1997-02-19
vanoverschee\SUBFUN\mydisp.m, 52 , 1997-02-19
vanoverschee\SUBFUN\myss2th.m, 1164 , 1997-02-19
vanoverschee\SUBFUN\predic.m, 3125 , 1997-02-19
vanoverschee\SUBFUN\project.m, 6041 , 1997-02-19
vanoverschee\SUBFUN\show_res.m, 2796 , 1997-02-19
vanoverschee\SUBFUN\simul.m, 2413 , 1997-02-19
vanoverschee\SUBFUN\solvric.m, 1314 , 1997-02-19
vanoverschee\SUBFUN\ss2obsv.m, 251 , 1997-02-19
vanoverschee\SUBFUN\sto_alt.m, 6994 , 1997-02-19
vanoverschee\SUBFUN\sto_pos.m, 7527 , 1997-02-19
vanoverschee\SUBFUN\sto_stat.m, 7430 , 1997-02-19
vanoverschee\SUBFUN\subid.m, 11545 , 1997-02-19
vanoverschee\SUBFUN\x2thf.m, 681 , 1997-02-19
vanoverschee\readme, 2850 , 1997-02-19

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

发表评论

0 个回复

  • matlab_classic_book
    有关matlab较为基础的入门书籍。很适合初学者学习借鉴和使用。(For more matlab basic introductory books. It is suitable for beginners to learn and use.)
    2013-07-24 21:28:45下载
    积分:1
  • onlineextremlinermachinestudy
    matlab版本的OLELM算法(在线极速序列机器学习算法),能进行模型训练和函数拟合。(matlab version OLELM algorithm (line speed serial machine learning algorithms), capable of model training and function fitting.)
    2013-09-04 14:29:31下载
    积分:1
  • edgetiqu
    在matlab中,可用于图像的边缘提取,边缘线较好,适合做一些微测量边缘提取。。。(In matlab can be used to extract the image edge, edge lines better suited to do some micro measuring edge extraction. . .)
    2015-03-26 11:27:26下载
    积分:1
  • ga
    说明:  该程序用BASE-10遗传算法模拟简单函数的优化。首先,我们概述了遗传算法的一些背景信息,并定义了一些术语。接下来,我们将解释如何将该程序用于您自己的目的,并作为一个示例演示如何解决优化问题。(This program simulates the optimzation of a simple function with a base-10 genetic algorithm. First, we outline some background information on GAs and define some terminology. Following this, we explain how to use the program for your own purposes and as an example we show how to solve an optimization problem.)
    2019-06-03 09:38:40下载
    积分:1
  • 基于阈值分割的车牌定位识别MatLab实现
    说明:  本设计基于阈值分割的方法实现车牌号码的定位与识别。利用Matlab仿真平台给出仿真例程及结果。(This design realizes the location and recognition of license plate number based on threshold segmentation method. The simulation routine and results are given by using the simulation platform of matlab.)
    2019-06-16 20:22:44下载
    积分:1
  • isodata
    isodata聚类分析程序,可以通过设定初始参数,对给定的数据矩阵自组织分裂合并(isodata cluster analysis program)
    2011-06-02 17:07:19下载
    积分:1
  • RichTextBox
    RichTextBox带行号可滚动 RichTextBox with line numbers can scroll(RichTextBox with line numbers can scroll)
    2014-08-25 16:09:17下载
    积分:1
  • FCM
    模糊聚类算法的MATLAB实现,对理解FCM算法的原理有实质性的帮助。(The apply of FCM on matlab,which takes a significant help to understand the FCM algorithm.)
    2013-05-26 20:36:36下载
    积分:1
  • Walking-Algorithm-for-SP-Detection
    该代码实现的功能为检测指纹图像中的奇异点,特点为速度快,实现简单。(The code implements the function of detecting singular points in fingerprint images, characterized with efficiency and ease to implement.)
    2016-04-02 17:17:41下载
    积分:1
  • matlab
    matlab book for bigenners very useful
    2010-07-20 20:02:52下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载