is it possible to convert second or higher order differential equation in s domain i.e. transfer function. directly how?
11 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
manoj saini
le 15 Fév 2013
Commenté : Talha Yousuf
le 26 Nov 2016
is it possible to convert second or higher order differential equation in s domain i.e. transfer function...directly
1 commentaire
Réponse acceptée
Azzi Abdelmalek
le 15 Fév 2013
Modifié(e) : Azzi Abdelmalek
le 16 Fév 2013
Example
Edit
5*d3y-4d2y+10y=20*du+4u
The coefficients of your equation are
D=[5 0 -4 10]
N=[20 4]
% Your transfer function
G=tf(N,D)
4 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Dynamic System Models dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!