Scilab 6.0.0
      
      
    
      
      Справка Scilab >> CACSD > Linear System Representation > markp2ss
      
      
    
    
    
    
    
      
  
markp2ss
Markov parameters to state-space
Syntax
[sl]=markp2ss(markpar,n,nout,nin)
Arguments
- markpar
- matrix 
- n,nout,nin
- integers 
- Sl
- syslinlist
Description
given a set of n Markov parameters stacked in the (row)-matrix 
            markpar of size noutX(n*nin) markp2ss
            returns a state-space linear system sl (syslin list) 
            such that with [A,B,C,D]=abcd(sl):
C*B = markpar(1:nout,1:nin), C*A*B =markpar(1:nout,nin+1:2*nin),....
Comments
Add a comment:
Please login to comment this page.