Mercurial > hg > ltpda
diff src/ltpda_ssmsim/ltpda_ssmsim.m @ 0:f0afece42f48
Import.
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 23 Nov 2011 19:22:13 +0100 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/ltpda_ssmsim/ltpda_ssmsim.m Wed Nov 23 19:22:13 2011 +0100 @@ -0,0 +1,21 @@ + +% 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 +% +