Finding the z transform

18 visualizaciones (últimos 30 días)
Aysel Alimirzayeva
Aysel Alimirzayeva el 24 de Oct. de 2022
Comentada: Aysel Alimirzayeva el 26 de Oct. de 2022
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.

Respuesta aceptada

Chunru
Chunru el 25 de Oct. de 2022
syms n omega f(n)
f(n) = sin(omega*n)
f(n) = 
ztrans(f(n))
ans = 
  5 comentarios
Chunru
Chunru el 25 de Oct. de 2022
If you "doc ztrans", you will find that matlab performs z-transform for n=0, 1, ... by its definition
Aysel Alimirzayeva
Aysel Alimirzayeva el 26 de Oct. de 2022
@Chunru Thank you very much

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by