셈툴 다운로드

셈툴 튜토리얼

신호처리 | 우함수, 기함수 분해 |

페이지 정보

작성자 cemtool 작성일14-04-23 14:51 조회12,373회 댓글0건

본문

을 가정하고,  을 우함수 성분과 기함수 성분으로 분해해보자.

ex2_4.cem
 n = [0:10];
 x = stepseq(0,0,10)-stepseq(10,0,10);
 [xe,xo,m] = oddeven(x,n);
 subplot(1,1,1);
 subplot(2,2,1); stem(n,x); title("Rectangular pulse");
 xtitle("n"); ytitle("x(n)");
 subplot(2,2,2); stem(m,xe); title("Even Part");
 xtitle("n"); ytitle("xe(n)");
 subplot(2,2,4); stem(m,xo); title("Odd Part");
 xtitle("n"); ytitle("xo(n)");


댓글목록

등록된 댓글이 없습니다.