셈툴 다운로드

셈툴 튜토리얼

신호처리 | 정상 상태 응답 |

페이지 정보

작성자 cemtool 작성일14-04-23 15:09 조회12,246회 댓글0건

본문

LTI 시스템이 차분 방정식 으로 특징될 때,

a) 을 구해보자.

b) 다음 신호에 대한 정상 상태 응답 을 계산하고 그려보자.

ex3_15.cem
subplot(1,1,1)b = 1; a = [1,-0.8];
n=[0:100];x = cos(0.05*pi*n);
y = filter(b,a,x);
subplot(2,1,1); stem(n,x,"-");
xtitle("n"); ytitle("x(n)"); title("Input sequence")subplot(2,1,2); stem(n,y,"-");
xtitle("n"); ytitle("y(n)"); title("Output sequence");


댓글목록

등록된 댓글이 없습니다.