Profressor didn't fully explain what codes to use or matlab tools that can help.

 採用された回答

Star Strider
Star Strider 2021 年 11 月 14 日

1 投票

The ztrans function could be useful here —
syms n t x(n) X(z) y(n) Y(z) z
Eqn1 = y(n) == 2*y(n-2) + y(n) + x(n)
Eqn1 = 
Eqz1 = ztrans(Eqn1,n,z)
Eqz1 = 
Eqz1 = simplify(Eqz1, 500)
Eqz1 = 
Eqz1 = subs(Eqz1, {ztrans(x(n),n,z),ztrans(y(n),n,z)}, {X(z), Y(z)})
Eqz1 = 
Eqziso = isolate(Eqz1, Y(z))
Eqziso = 
Experiment!
.

2 件のコメント

Smith John
Smith John 2021 年 11 月 14 日
Thanks for the guideline. Godspeed. :>
Star Strider
Star Strider 2021 年 11 月 14 日
As always, my pleasure!
You, too!
.

サインインしてコメントする。

その他の回答 (0 件)

製品

リリース

R2020a

質問済み:

2021 年 11 月 14 日

コメント済み:

2021 年 11 月 14 日

Community Treasure Hunt

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

Start Hunting!

Translated by