셈툴 다운로드

셈툴 튜토리얼

신호처리 | 신호의 주기성 |

페이지 정보

작성자 cemtool 작성일14-04-23 15:00 조회11,517회 댓글0건

본문

일때,  을 구하고, 주기성을 조사해보자.

ex3_5.cem
subplot(1,1,1)
n = 0:10; x = (0.9*exp(j*pi/3)).^n;
k = -200:200; w = (pi/100)*k;
X = x * (exp(-j*pi/100)) .^ (n'*k);
magX = abs(X); angX =angle(X);
subplot(2,1,1); plot(w/pi,magX);
xtitle("frequency in units of pi"); ytitle("|X|")title("Magnitude Part")subplot(2,1,2); plot(w/pi,angX/pi);
xtitle("frequency in units of pi'); ylabel('radians/pi");
title("Angle Part");


댓글목록

등록된 댓글이 없습니다.