|
quantizer를 설계하여, 입력신호로 PAM 신호를 입력 받아 8bit quantize된 PCM 신호를 출력하는 함수인 uni_quant_8_bit.m 을 작성하고, x(t)에 대한 출력신호 y(t)를 x(t) 겹쳐서 plot 하라. (x(t)는 빨간색, y(t)는 파란색으로 표시할 것)
a=2;
b=0;
y = uni_quant_8_bit(x,a,b
|
- 페이지 8페이지
- 가격 1,000원
- 등록일 2009.12.30
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
Quantizer Based on a Classification in the DCT Domain" , IEEE Trans. Commun. Vol 39, pp 549-556 , Apr , 1995.
[6] Wei -Wei Lu & M.P. Gough , " A Fast - Adaptive Huffman Coding Algorithm" , IEEE Trans .commun , Vol 41 , pp 535-538, Apr, 1993
[7] Paul M. Embree & Bruce Kimble , C Language Algorithms f
|
- 페이지 40페이지
- 가격 5,000원
- 등록일 2005.05.17
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
quantizer.
% Quantization points are set to the centroids.
% Number of quantization levels is M = 2^n.
% Dynamic range of the quantizer is restricted to the interval [-1, 1].
% Scaling 파라미터를 생략하거나 \'yes\'로 하면 입력을 normalize한 후에 양자화한다.
% Scaling 파라미터를 \'no\'
|
- 페이지 143페이지
- 가격 3,300원
- 등록일 2014.07.28
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|