Skip to content

A Matlab class for handling State Space systems to include DCF, CCF, and OCF transformations, checking controllability, observability, implementing feedback, etc

Notifications You must be signed in to change notification settings

micahshute/state_space_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System.m

Allows easy calculation of characteristics, transformations, and Open-Loop to Closed-Loop additions of State Space Systems. Also allows to see Transer Functions of system (as of now, only SISO systems). MIMO systems can be used, but are currently not compatible with any transfer function methods, nor are they convertable to Observer Canonical Form or Contrller Canonical Form due to the fact that the current inv(Pccf) algorithm is only for SISO systems. See system_examples.m for specific examples of how to use the class System.

About

A Matlab class for handling State Space systems to include DCF, CCF, and OCF transformations, checking controllability, observability, implementing feedback, etc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages