Transfer function, function, Fcn, G

3 Ansichten (letzte 30 Tage)
Joaquim Lima
Joaquim Lima am 21 Nov. 2020
Kommentiert: Joaquim Lima am 21 Nov. 2020
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.

Akzeptierte Antwort

VBBV
VBBV am 21 Nov. 2020
Bearbeitet: VBBV am 21 Nov. 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
  1 Kommentar
Joaquim Lima
Joaquim Lima am 21 Nov. 2020
VB, thank you very much!
It's helping a lot!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu General Applications finden Sie in Help Center und File Exchange

Produkte


Version

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by