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

AR-model

  • The tca package is a Matlab program that implements the tree-dependent component analysis (TCA) alg

    The tca package is a Matlab program that implements the tree-dependent component analysis (TCA) algorithms that extends the independent component analysis (ICA), where instead of looking for a linear transform that makes the data components independent, we are looking for components that can be best fitted in a tree structured graphical model. The TCA model can be applied in any situation where the data can be assumed to have been transformed by an unknown linear transformation.

    标签: tree-dependent implements component analysis

    上传时间: 2016-09-17

    上传用户:cazjing

  • The main features of the considered identification problem are that there is no an a priori separati

    The main features of the considered identification problem are that there is no an a priori separation of the variables into inputs and outputs and the approximation criterion, called misfit, does not depend on the model representation. The misfit is defined as the minimum of the l2-norm between the given time series and a time series that is consistent with the approximate model. The misfit is equal to zero if and only if the model is exact and the smaller the misfit is (by definition) the more accurate the model is. The considered model class consists of all linear time-invariant systems of bounded complexity and the complexity is specified by the number of inputs and the smallest number of lags in a difference equation representation. We present a Matlab function for approximate identification based on misfit minimization. Although the problem formulation is representation independent, we use input/state/output representations of the system in order

    标签: identification considered features separati

    上传时间: 2016-09-20

    上传用户:FreeSky

  • A Matlab toolbox for exact linear time-invariant system identification is presented. The emphasis is

    A Matlab toolbox for exact linear time-invariant system identification is presented. The emphasis is on the variety of possible ways to implement the mappings from data to parameters of the data generating system. The considered system representations are input/state/output, difference equation, and left matrix fraction. KEYWORDS: subspace identification, deterministic subspace identification, balanced model reduction, approximate system identification, MPUM.

    标签: identification time-invariant presented emphasis

    上传时间: 2013-12-28

    上传用户:wfl_yy

  • The Cryptography API: Next Generation(CNG) is a new and agile framework in Windows Vista, which impl

    The Cryptography API: Next Generation(CNG) is a new and agile framework in Windows Vista, which implements an extensible provider model that allows you to load a provider by specifying the required cryptographic algorithm rather than having to hardcode a specific provider.

    标签: Cryptography Generation framework Windows

    上传时间: 2013-12-18

    上传用户:semi1981

  • 软件开发环境:ISE 7.1i 仿真环境:ModelSim SE 6.0 1. 这个实例实现通过ModelSim工具实现一个具有“百分秒

    软件开发环境:ISE 7.1i 仿真环境:ModelSim SE 6.0 1. 这个实例实现通过ModelSim工具实现一个具有“百分秒,秒,分”计时功能的数字跑表; 2. 工程在project文件夹中,双击paobiao.ise文件打开工程; 3. 源文件在rtl文件夹中,paobiao.v为设计文件,paobiao_tb.tbw是仿真测试文件; 4. 打开工程后,在工程浏览器中选择paobiao_tb.tbw,在Process View中双击“Simulation Behavioral Model”选项,若正确安装ModelSim,系统将自动打开ModelSim进行行为仿真,运行仿真即可得到仿真结果。

    标签: ModelSim ISE 7.1 6.0

    上传时间: 2016-10-04

    上传用户:dbs012280

  • 软件开发环境:ISE 7.1i 仿真环境:ISE Simulator 1. 这个实例实现通过ISE Simulator工具实现一个具有两个方向共八个灯的交通灯控制器; 2. 工程在proj

    软件开发环境:ISE 7.1i 仿真环境:ISE Simulator 1. 这个实例实现通过ISE Simulator工具实现一个具有两个方向共八个灯的交通灯控制器; 2. 工程在project文件夹中,双击traffic.ise文件打开工程; 3. 源文件在rtl文件夹中,traffic.v为设计文件,traffic_tb.tbw是仿真波形文件; 4. 打开工程后,在工程浏览器中选择traffic_tb.tbw,在Process View中双击“Simulation Behavioral Model”选项,进行行为仿真,即可得到仿真结果。

    标签: Simulator ISE proj 7.1

    上传时间: 2014-01-25

    上传用户:思琦琦

  • Microsoft® Windows® 2000的驱动程序开发包(DDK)文档总览给您详尽的信息

    Microsoft® Windows® 2000的驱动程序开发包(DDK)文档总览给您详尽的信息,这些信息对编写Windows2000平台任何类型的驱动程序都是必须的。本文档也描述了Windows Driver Model(WDM)驱动程序,这些驱动程序在Windows2000和Microsoft® Windows® 98平台之间是源码级兼容的。

    标签: Microsoft reg Windows 2000

    上传时间: 2016-10-06

    上传用户:llandlu

  • FM1702的例子程序 Chip type : ATmega16L Program type : Application Clock frequency : 7.372800 MHz Memo

    FM1702的例子程序 Chip type : ATmega16L Program type : Application Clock frequency : 7.372800 MHz Memory model : Small External SRAM size : 0 Data Stack size : 256

    标签: type Application frequency 7.372800

    上传时间: 2016-10-08

    上传用户:chfanjiang

  • 本系统包含250多个JavaBean类

    本系统包含250多个JavaBean类,整个系统全面实现MVC(模型 视图 控制)三层架构, 大量的应用到了类的反射机制涉及网络编程行业最高精尖技术STRUTS+HIBERNATER,最有说 服力的证实了多层建构框架模式的绝优越性。数据和逻辑处理由STRUTS的模型层Model进行处理, 页面调转由STRUTS的控制层Controller实现,页面负责显示请求和响应,大大增强了“人机”的 互动性,这一层在STRUTS的视图层View用STRUTS标签+HTML等实现,同时使用validator验证框架进行 数据检验。数据的存储和持久化由HIENATER持久层实现,数据库采用MYSQL,数据源采用数 据源连接池机制,整个系统完全贯穿JAVA面向对象的概念,全面完整地实现了JAVA的封装性 ,继承性,多态性的三大特征,完全按照J2EE企业级网络应用程序的开发方案设计和开发, 所有的繁重的计算和处理都由服务器端处理,运行速度快,安全稳定,数据库采用MYSQL大大减轻 了客户端用户机CPU频率受制的局限,同时绝对的安全性和稳定性是本系统最强大,最重要的设计 开发组成部分。

    标签: JavaBean 250

    上传时间: 2016-10-11

    上传用户:风之骄子

  • LTV350QV-F09 is a TMR(Transmissive with Micro Reflective) type color active matrix TFT (Thin Film T

    LTV350QV-F09 is a TMR(Transmissive with Micro Reflective) type color active matrix TFT (Thin Film Transistor) liquid crystal display (LCD) that uses amorphous silicon TFT as a switching devices. This model is composed of a TFT-LCD module, a driver circuit and a back-light unit and a touch screen panel(TSP). The resolution of a 3.5" contains 320RGBx240 dots and can display up to 16.7M colors.

    标签: Transmissive Reflective active matrix

    上传时间: 2013-12-11

    上传用户:大三三