Borrar filtros
Borrar filtros

How to create this transfer function Block?

1 visualización (últimos 30 días)
Siripot Ruglheck
Siripot Ruglheck el 17 de Ag. de 2015
Editada: Sebastian Castro el 17 de Ag. de 2015
I have a problems about How to create the transfer function block same in picture (I attached in this topic) by use simulink.
Thank you.

Respuesta aceptada

Sebastian Castro
Sebastian Castro el 17 de Ag. de 2015
Editada: Sebastian Castro el 17 de Ag. de 2015
Ah, good old ramp tracking filters...
If you have the Control System Toolbox, you can use an LTI System block and enter the following in the block dialog:
( tf([T8 1],1) / (tf([T9 1],1))^M )^N
Otherwise, if you do not have access to the toolbox and the built-in transfer function objects, you can use a regular Simulink Transfer Fcn block. The numerator and denominator can be found using the conv function, though this will be a little tougher to figure out.
- Sebastian

Más respuestas (1)

Siripot Ruglheck
Siripot Ruglheck el 17 de Ag. de 2015
Editada: Siripot Ruglheck el 17 de Ag. de 2015
Thank you so much Sebastian Castro LTI System block can work but you need to changed the equation to (tf([T8 1],1)/(tf([T9 1],1)^M))^N instead .Today I have tried it whole a day Now I can continue to next part. ^_^
  1 comentario
Sebastian Castro
Sebastian Castro el 17 de Ag. de 2015
Oops, good catch. I totally messed that up :)
Corrected my post so others seeing this don't copy the wrong thing too.

Iniciar sesión para comentar.

Categorías

Más información sobre Measurements and Statistics en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by