Borrar filtros
Borrar filtros

How to extract coefficient of difference equation in Matlab?

9 visualizaciones (últimos 30 días)
Rui Hou
Rui Hou el 27 de Oct. de 2020
Comentada: Rui Hou el 10 de Dic. de 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

Respuesta aceptada

Rohit Pappu
Rohit Pappu el 30 de Oct. de 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

Más respuestas (0)

Categorías

Más información sobre Mathematics en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by