셈툴 다운로드

셈툴 튜토리얼

자동제어 | Stability Properties for a conditionally Stable System |

페이지 정보

작성자 cemtool 작성일14-08-11 10:51 조회16,736회 댓글0건

본문

개루프 전달함수가 다음과 같이 주어진 시스템에서, 안정성(stability)을 gain K에 대한 함수로 정하시오.(root locus와 nyquist plot을 그려서)
ex6_11p.cem
/*
 Example 6.11 Stability Properties for a conditionally Stable System
*/
 
del *;
"*****************************************************************"
"**                                                             **"
"**                       example 6.11                          **"
"**   Stability Properties for a conditionally Stable System    **"
"**                                                             **"
"*****************************************************************"
" "
sleep(2);
 
"CEMTool>> num = [1 20 100];"
"CEMTool>> den = [1 0 0 0];"
" "
sleep(2);
 
num = [1 20 100];
den = [1 0 0 0];
 
"Root locus"
" "
// Root locus
figure(1);
rlocus(num,den);
 
"Nyquist plot"
" "
// Nyquist plotfigure(2);
nyquist(num,den);
6_11_1_figure.png
 
 


댓글목록

등록된 댓글이 없습니다.