How to compute Z-transform with Matlab?

5 次查看(过去 30 天)
% equation given
y(n)= x(n)+2x(n-1)x(n-2)+y(n-1)-0.5y(n-2)
How to get the z-transform of the equation?
% for z-transform
syms y n
ztrans(1+1-0.5)
Is my approach correct?

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Calculus 的更多信息

标签

产品


版本

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by