Two scripts are included here. 1. convsys.m - combines the state space representation of two systems connected in series. [Ao,Bo,Co,Do]=convsys(A1,B1,C1,D1,A2,B2,C2,D2) This algorithm gives the convolution of two state space representations | A1 B1 | | A2 B2 | u ==> | | ==> | | ==> y | C1 D1 | | C2 D2 | The algorithm also accepts state space objects as inputs and gives out a state space object as output. 2. sysfeedbk.m [Ao,Bo,Co,Do]=convsys(A1,B1,C1,D1,A2,B2,C2,D2) Gives the closed loop state space representation for two systems connected with negative feedback in the following manner. | A1 B1 | u ==> | | ==> y + o | C1 D1 | | - | | | | A2 B2 | | |= | |= | | C2 D2 | The zip file also contains checkcompatibility.m , which checks the compatibility of matrix dimensions in the system and cleanss.m which can be used to clean a state space representation.
资源简介:Two scripts are included here. 1. convsys.m - combines the state space representation of two systems connected in series. [Ao,Bo,Co,Do]=convsys(A1,B1,C1,D1,A2,B2,C2,D2) This algorithm gives the convolution of two state spac...
上传时间: 2017-07-25
上传用户:semi1981
资源简介:The LM158 series consists of two independent, high gain, internally frequency compensated operational amplifiers which were designed specifically to operate from a single power supply over a wide range of voltages. Operation from sp...
上传时间: 2014-01-09
上传用户:zwei41
资源简介:Function that calculate the PSNR and WSNR of two imagines
上传时间: 2013-12-24
上传用户:253189838
资源简介:RSA加密算法源代码 RSAEURO Version 1.02 Distribution In this distribution the various files are included in the directories below. DOCS - RSAEURO Documentation Directory DEMO - Demo Applications Directory SOURCE - Source Cod...
上传时间: 2013-12-30
上传用户:moshushi0009
资源简介:There are numerous MATLAB m-files included in this software package. Thus, the the authors have bundled all files and sample data in a *.zip file (KTHorb.zip). The Readme.txt file describes the directories created when the .zip file is unpa...
上传时间: 2016-03-08
上传用户:qweqweqwe
资源简介:two legendary musicians are equivalent to 1.0 source code LF418
上传时间: 2017-06-20
上传用户:zl5712176
资源简介:Input The input consists of two lines. The first line contains two integers n and k which are the lengths of the array and the sliding window. There are n integers in the second line. Output There are two lines in the output. The fi...
上传时间: 2014-12-21
上传用户:hongmo
资源简介:The files included implement the M3 Enigma machine. Rotors.m implements the GUI and enigma.m implements the cipher substitutions. The implementation can be used as an aid to teaching the enigma machine. Also, the source can be used to show ...
上传时间: 2017-02-24
上传用户:lixinxiang
资源简介:C-C法重构相空间文件夹说明1.CC_Method_main.m - 程序主文件 2、LorenzData.dll - 产生Lorenz离散数据 3、normalize_1.m - 信号归一化 4、ccFunction.dll - 计算S(m,N,r,t)
上传时间: 2013-12-21
上传用户:15071087253
资源简介:algrithm for optimization matlab source code for heat conducting plate 3 methods are included
上传时间: 2013-12-22
上传用户:chongcongying
资源简介:a t 9 1 r m 9 2 0 0 bootload
上传时间: 2013-12-23
上传用户:李梦晗
资源简介:冈萨雷斯数字图像处理matlab版源码DIPUM Toolbax V1.1.3(M文件)
上传时间: 2013-11-30
上传用户:cccole0605
资源简介:It s easy to tell if two words are identical.
上传时间: 2015-12-28
上传用户:rishian
资源简介:The equation is written as a system of two first order ODEs. These are evaluated for different values of the parameter Mu. For faster integration, we choose an appropriate solver based on the value of the parameter Mu.
上传时间: 2013-12-25
上传用户:qazxsw
资源简介:n*m个方格的棋盘(1<=m,n<=100),求出该棋盘中包含多少个正方形、多少个长方形(不包括正方形)。
上传时间: 2013-12-23
上传用户:Thuan
资源简介:The package includes 3 Matlab-interfaces to the c-code: 1. inference.m An interface to the full inference package, includes several methods for approximate inference: Loopy Belief Propagation, Generalized Belief Propagation, Mean-F...
上传时间: 2016-08-27
上传用户:gxrui1991
资源简介:Parses UK Profile 1.05/1.06 Object Carousel and saves files to disk (all stored under /tmp/cache at the moment). The files are the scripts and text/image data for MHEG5, the interactive(ish) element of digital TV. At the moment the MHEG ...
上传时间: 2014-01-14
上传用户:hgy9473
资源简介:Description 将m个孩子从1到m编上号,按序号围坐成一个圈,从1号孩子开始数,每数到n时,被数到的孩子即离开圈子,然后从下一个孩子开始,再从1开始数,如此不断地数下去,只到只剩下最后一个孩子,问剩下的孩子是几号? Input 输入为一组整数对,每个...
上传时间: 2016-12-09
上传用户:凌云御清风
资源简介:snmp4j 1.8.2版 The org.snmp4j classes are capable of creating, sending, and receiving SNMPv1/v2c/v3 messages. A SNMP message is composed of its message header and its PDU payload. This package contains three main groups of classes and int...
上传时间: 2016-12-31
上传用户:qazxsw
资源简介:支持向量机matlab程序 (1) Main_SVC_C.m --- C_SVC二类分类算法 (2) Main_SVC_Nu.m --- Nu_SVC二类分类算法 (3) Main_SVM_One_Class.m --- One-Class支持向量机 (4) Main_SVR_Epsilon.m --- Epsilon_SVR回归算法 (5) Main_SVR_Nu.m --- Nu_SVR回归算法
上传时间: 2014-11-27
上传用户:zhuoying119
资源简介:This software package contains the USB framework core developped by ATMEL, as well as two HID drivers for a mouse and a keyboard. The following files are included : - core/ -> Source code for the framework core -> Makefile for t...
上传时间: 2014-08-30
上传用户:leixinzhuo
资源简介:产生周期为1023=(2^10-1)的Gold序列 delay_numb:G1固定G2相对G1输出的时延(0~1022) 产生周期为127=(2^7-1)的m序列
上传时间: 2017-02-21
上传用户:qq521
资源简介:The Library Reference describes the C functions, data types, and protocols that are included as part of the QNX Neutrino RTOS.
上传时间: 2014-01-17
上传用户:lizhen9880
资源简介:This code helps to fuse pet and ct scan images.The file untitled.m opens the interface to load and fuse.Demo images are provided in the folder for reference.This code achieved a performance of .7/1
上传时间: 2014-01-26
上传用户:jhksyghr
资源简介:The first two functions are useful for creating a blank image of the specified parameters. A possible use is in functions that require a pointer to a result. The clone function performs an exact copy of the IplImage* parameter
上传时间: 2013-12-21
上传用户:teddysha
资源简介:A digital filter structure for wideband filtering is proposed. It consists of two allpass filters and a linearphase FIR filter. One major advantage of this structure is that the allpass filters are functions of zM which implies that the...
上传时间: 2014-01-21
上传用户:weixiao99
资源简介:最长公共子序列(LCS)算法 求两个字符串的最长公共子序列。 X的一个子序列是相应于X下标序列{1, 2, …, m}的一个子序列,求解两个序列的所有子序列中长度最大的,例如输入:pear, peach输出:pea。
上传时间: 2017-09-24
上传用户:zgu489
资源简介:硬件设计vhdl_cpu1,1. You may copy and distribute verbatim copies of this core, as long -- as this file, and the other associated files, remain intact and -- unmodified. Modifications are outlined below.
上传时间: 2015-03-20
上传用户:aa17807091
资源简介:PCI-to-PCI Bridge Architecture Specification Revision 1.1 This specification establishes the requirements that a PCI-to-PCI bridge must meet to be compliant to this specification and the PCI Local Bus Specification. In addition, the re...
上传时间: 2014-01-14
上传用户:caiiicc
资源简介:Mobile phones are constantly decreasing in size, thereby complicating the acoustical functionality. Signal processing methods can be used to partially mitigate this problem. In this paper we suggest a method which uses multiple spectral ...
上传时间: 2015-11-15
上传用户:youth25