필터 지우기
필터 지우기

How to extract coefficient of difference equation in Matlab?

조회 수: 9 (최근 30일)
Rui Hou
Rui Hou 2020년 10월 27일
댓글: Rui Hou 2020년 12월 10일
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

채택된 답변

Rohit Pappu
Rohit Pappu 2020년 10월 30일
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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Mathematics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by