Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top