신호와시스템
페이지 정보
작성일 23-01-16 16:01
본문
Download : 신호와시스템.hwp
신호와시스템에 대한 글입니다.
Download : 신호와시스템.hwp( 49 )
신호와시스템
다.vefcdd , 신호와시스템기타레포트 ,
순서
vefcdd
hn21=un*0.5-un21*0.5;
hn22=-(un1*0.5-un23*0.5);
hn23=hn21+hn22;
figure; orient tall;
subplot(411); stem(n,hn1); title (`h1[n]`); grid on; %hn1
axis([-10 200 -2 2]);
subplot(412); stem(n,hn23); title (`h23[n]`); grid on;
axis([-10 200 -2 2]);
y1 = conv(xn,hn1);
y2 = conv(xn,hn23);
ylen1=length(xn)+length(hn1)-1;
ny1=[-10:1:ylen1-11];
…(To be continued )
설명
레포트/기타
,기타,레포트
신호와시스템에 대한 글입니다.


