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 CenterFile Exchange에서 General Applications에 대해 자세히 알아보기

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by