custom built transfer function block in simulink
이전 댓글 표시
I want to create a block of transfer function "2s+1" in Simulink.When I try to add ,by editing 1/s+1,could edit numerator for 2s+1 but recieve error message on editing denominator value to 1.Please guide how to proceed.Also,please help me to know,if a transfer function created in matlab by code,can it be converted to the respective block in .mdl file,by any way?
답변 (2개)
Guy Rouleau
2012년 2월 10일
0 개 추천
After you open the block dialog, click on the "Help" button... it should explain everything.
You can find the same here:
Kaustubha Govind
2012년 2월 13일
0 개 추천
The "s" is a derivative term, so why not just use the Derivative block, followed by a Gain=2, and add that output back to the input to get "2s+1".
카테고리
도움말 센터 및 File Exchange에서 Simulink에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!