view src/ltpda_ssmsim/ltpda_ssmsim.m @ 48:16aa66670d74
database-connection-manager
Fix LTPDA Preferences tooltip
author
Daniele Nicolodi <nicolodi@science.unitn.it>
date
Tue, 06 Dec 2011 19:07:27 +0100 (2011-12-06)
parents
f0afece42f48
children
line source
+ −
+ − % LTPDA_SSMSIM A mex file to propagate an input signal for a given SS model.
+ − %
+ − % function [y,x] = ltpda_ssmsim(lastX, A, Coutputs, Cstates, Baos, Daos, input);
+ − %
+ − % Inputs:
+ − % lastX - the initial states
+ − % A - The A matrix
+ − % Coutputs - The C matrix containing elements only for the selected output
+ − % Cstates - The C matrix containing elements only for the selected states
+ − % Baos - The B matrix with elements only for the input AOs
+ − % Daos - The D matrix with elements only for the input AOs
+ − % input - The input signal vector
+ − %
+ − % Outputs:
+ − % y = the output signal
+ − % x = the output state vector
+ − %
+ − % M Hewitson 19-08-10
+ − %
+ −