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