Transfer function, function, Fcn, G

2 ビュー (過去 30 日間)
Joaquim Lima
Joaquim Lima 2020 年 11 月 21 日
コメント済み: Joaquim Lima 2020 年 11 月 21 日
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.

採用された回答

VBBV
VBBV 2020 年 11 月 21 日
編集済み: VBBV 2020 年 11 月 21 日
%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 件のコメント
Joaquim Lima
Joaquim Lima 2020 年 11 月 21 日
VB, thank you very much!
It's helping a lot!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGeneral Applications についてさらに検索

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by