자동제어 | Impulse 응답 2 |
페이지 정보
작성자 cemtool 작성일14-08-04 16:59 조회15,722회 댓글0건본문
다음 시스템의 impulse 응답을 구하시오.
ex3_24p.cem
/* example 3.24 Oscillatory Time Response */ del *; "***************************************" "** **" "** example 3.24 **" "** Oscillatory Time Response **" "** **" "***************************************" " " sleep(2); "CEMTool>> num = [2 1];" "CEMTool>> den = [1 2 5];" " " sleep(2); num = [2 1]; den = [1 2 5]; "***************************" "** impulse response **" "***************************" " " sleep(2); "CEMTool>> impulse(num,den);" sleep(1); impulse(num,den);
댓글목록
등록된 댓글이 없습니다.