How to know the transfer function and plot the poles of coupled high order differential equations?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Learner
am 7 Mai 2014
Kommentiert: Learner
am 8 Mai 2014
Hi,
I want to know the transfer function and plot the poles of high order ODE's. But don't know how to do it!!
My equations are:
dy1/dt = (-c1*y1)+(c2*y1*y2);
dy2/dt = (c3*y1)-(c2*y2*y3)+(c3*y1*y3)+(c4*(y3^2));
dy3/dt = (c2*y2*y3)+(c5*y2)-((c6*y2*y3)/(c7+y3));
where, c's are non-negative constants between 0.1 - 10.
Please help me out. Thanks in advance.
0 Kommentare
Akzeptierte Antwort
Arkadiy Turevskiy
am 8 Mai 2014
Transfer functions are representations of linear time-invariant systems. Your system is not linear. You can implement your system in Simulink and then linearize it to get a transfer function as explained on linearization page.
You also need to add inputs and outputs to your system to start computing transfer functions, otherwise you only have states.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Ordinary Differential Equations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!