|
using a hilbert Tranform
hil_m=hilbert(r);
envelope_r = sqrt(hil_m.*conj(hil_m));
figure('Position',[0 300 650 650]);
plot(t,envelope_r);
hold on;
title('The Envelope Detection');
xlabel('time domain(s), Tb=25 msec');
ylabel('Envelope');
xlim([0 8.5*tb]);
set(gca,'XTick',0:tb:8*tb);
set(gca,'XTickLa
|
- 페이지 11페이지
- 가격 2,000원
- 등록일 2009.06.16
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|