Effacer les filtres
Effacer les filtres

How to extract coefficient of difference equation in Matlab?

9 vues (au cours des 30 derniers jours)
Rui Hou
Rui Hou le 27 Oct 2020
Commenté : Rui Hou le 10 Déc 2020
I have a difference equation below:
Y(t) = 6*x*(t)+4*x*(t-1)-6*x*(t-3)+2*Y*(t-1)
How to extract coefficient of difference equation

Réponse acceptée

Rohit Pappu
Rohit Pappu le 30 Oct 2020
To extract coefficient of difference equation, a possible workaround would be as follows -
  • Convert difference equation into a f(z) using Z transforms. Documentation available here
  • Extract thne coefficients of f(z) using sym2poly. Solution can be found here

Plus de réponses (0)

Catégories

En savoir plus sur Mathematics dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by