Borrar filtros
Borrar filtros

How can I transform s domain to z domain at Matlab ?

292 visualizaciones (últimos 30 días)
BERK GÖKMEN
BERK GÖKMEN el 28 de Mayo de 2018
Comentada: Paul el 28 de Mayo de 2021
I have one equations.Transfer function s/(s+0.9425).And I want transform z domain. Can you help me ? Thank you.

Respuesta aceptada

Nikhil Negi
Nikhil Negi el 29 de Mayo de 2018
Editada: Nikhil Negi el 29 de Mayo de 2018
Hello Berk,
you can use 'c2d' function in matlab to convert a continous transfer function into a discrete transfer function. eg Hc=h=tf([1,0],[1, 0.9425])
Hc=h=tf([1,0],[1, 0.9425])
Hd=c2d(Hc,Ts)
here Ts is the sampling time.
https://www.mathworks.com/help/control/ref/c2d.html
  4 comentarios
Donghyun Lee
Donghyun Lee el 28 de Mayo de 2021
right, my result was same as @Oncel AKIN's. I guess that there is a mistake too.
i really want to get clear answer about this question as soon as possible!
Paul
Paul el 28 de Mayo de 2021
c2d() offers a variety of methods to convert from continuous to discrete. One of those methods will match your expected result.
doc c2d

Iniciar sesión para comentar.

Más respuestas (1)

Anthony Adekoya
Anthony Adekoya el 29 de Mzo. de 2021
How can I write a program in Matlab which determines the characteristics of the analogue filter which include the following:
• The step response of the RC low pass filter
• The impulse response of the RC low pass filter
• The frequency response of the RC low pass filter

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by