Finding the z transform

18 ビュー (過去 30 日間)
Aysel Alimirzayeva
Aysel Alimirzayeva 2022 年 10 月 24 日
コメント済み: Aysel Alimirzayeva 2022 年 10 月 26 日
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
Aysel Alimirzayeva
Aysel Alimirzayeva 2022 年 10 月 26 日
@Chunru Thank you very much

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

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by