Transfer function, function, Fcn, G

Good morning everyone !
I'm having trouble inserting this transfer function,
in a Trasfer Fcn block,
how I do?
G =
1.077e04
-----------------
3.439e-07 s^2 + s
Continuous-time transfer function.

 Respuesta aceptada

VBBV
VBBV el 21 de Nov. de 2020
Editada: VBBV el 21 de Nov. de 2020
%f true
num = [1.077e4]
den = [3.439e-7 1 0]
Enter the vectors num and den coefficients in the transfer function block. See the below resource

Más respuestas (0)

Categorías

Más información sobre General Applications en Centro de ayuda y File Exchange.

Productos

Versión

R2018a

Etiquetas

Preguntada:

el 21 de Nov. de 2020

Comentada:

el 21 de Nov. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by