Finding the z transform

18 次查看(过去 30 天)
Hello.I want to solve the problem of extracting the z-transform for f(t)= sin ωt u(t), but I don't get an answer.Please help me.

采纳的回答

Chunru
Chunru 2022-10-25
syms n omega f(n)
f(n) = sin(omega*n)
f(n) = 
ztrans(f(n))
ans = 
  5 个评论
Chunru
Chunru 2022-10-25
If you "doc ztrans", you will find that matlab performs z-transform for n=0, 1, ... by its definition

请先登录,再进行评论。

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by