Dynamic Transfer Function in simulink
Afficher commentaires plus anciens
I have a Transfer function of my model... but my model is dynamic, the coefficients change in time . so this means that i need to represent this in Simulink, but i haven't being able to represent this , the blocks of TF in simulink are for fixed values. Any ideas???
b3*s^3+b2*s^2+b1*s^1+b0
-------------------------------------
a5*s^5+a4*s^4+a3*s^3+a2*s^2+a1*s+a0
Réponse acceptée
Plus de réponses (3)
Fangjun Jiang
le 27 Juin 2011
0 votes
No. When you use the transfer function block in Simulink, you can specify the coefficients as b1, b2, a1, a2, etc. Then you'll have to set the value for a1, a2, b1, b2 etc. in the MATLAB base workspace. Then you can change the value for a1, a2, b1, b2 and re-run simulation without changing your Simulink model.
2 commentaires
Paulo Silva
le 27 Juin 2011
Actually it's possible to change the parameters with time without stopping the simulation, the only thing that can't change is the size of the Numerator and Denominator of the transfer function.
Shahzad Ali
le 2 Juil 2018
can you please tell me that how to change the coefficients of the transfer function without stopping the simulation. it would be very helpful. i have a complex system but i ask this question for a simple block, which i am going to link it for you. https://ch.mathworks.com/matlabcentral/answers/408336-how-to-change-the-coefficients-of-a-transfer-function-block-in-simulink-during-simulation?s_tid=prof_contriblnk
Javier Gonzalez
le 27 Juin 2011
0 votes
Fangjun Jiang
le 27 Juin 2011
0 votes
Okay, then you need to do the controller realization of the transfer function. Refer to this article but do a double check with a creditable control theory text book. In stead of constant block, you can use a dynamic signal to implement the multiplication so a1, b1 etc. can be changed during the simulation.
Catégories
En savoir plus sur Simulink dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!