State space system in Matlab

Status
Not open for further replies.

Mr. Grey

Newbie level 6
Joined
Dec 4, 2006
Messages
14
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,283
Activity points
1,399
Hello, is there anyone know about state space theory?

I wish to know how a random digital signal and the channel coefficient can be transform into state space domain in Matlab.

Please teach me about this subject or give me some website or notes about the question.

Thank you.
 

You can use the MATLAB command 'ss'. give the transfer function as input and get state variables out. for example a four state system is converted as below:

[A, B, C, D] = tf2ss(num, den);

more info here, look at the end of the page.
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…