• 통합검색
  • 대학레포트
  • 논문
  • 기업신용보고서
  • 취업자료
  • 파워포인트배경
  • 서식

전문지식 2건

Envelope Detection (user defined function, static library) Inphase, quadrature 성분으로부터 data 의 envelope 을 추출한다. inphase, quadrature 성분을 각각 제곱 한 후 더한 값에 루트를 씌워준다. ex) c[i] = (sqrt(a[i]*a[i] + b[i]*b[i])); E. Log-Compression (user defined function, static l
  • 페이지 13페이지
  • 가격 2,000원
  • 등록일 2012.12.24
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
envelope detection by 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
  • 페이지 11페이지
  • 가격 2,000원
  • 등록일 2009.06.16
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
top