셈툴 다운로드

셈툴 튜토리얼

자동제어 | Impulse 응답 1 |

페이지 정보

작성자 cemtool 작성일14-08-04 16:57 조회15,460회 댓글0건

본문

전달함수가 다음과 같이 주어진 시스템의 impulse 응답을 구하시오.
ex3_23p.cem
/*
  example 3.23  Response versus Pole Locations, Real Roots*/
 
del *;
 
"********************************************************"
"**                                                    **"
"**                   example 3.23                     **"
"**     Response versus Pole Locations, Real Roots     **"
"**                                                    **"
"********************************************************"
" "
sleep(2);
 
"CEMTool>> num = [2 1];"
"CEMTool>> den = [1 3 2];"
" "
num = [2 1];
den = [1 3 2];
sleep(2);
 
"***************************"
"**   impulse response    **"
"***************************"
" "
sleep(2);
"CEMTool>> impulse(num,den);"
sleep(1);
impulse(num,den);
 


댓글목록

등록된 댓글이 없습니다.