量化 Resources

Showing items tagged with "量化"

Complete MATLAB simulation module for Differential Pulse Code Modulation (DPCM) featuring signal sampling, quantization, prediction, encoding, and decoding processes. The implementation includes adaptive quantization algorithms and predictive coding techniques. Available for free download - personally developed with educational applications in mind.

MATLAB 348 views Tagged

Basic JPEG compression source code implementation including DCT transformation, quantization, zigzag scanning and Huffman encoding. Ideal for digital image processing developers seeking to understand core compression algorithms.

MATLAB 256 views Tagged

Implementation of PCM technology through three processes: sampling, quantization, and encoding. Sampling: Low-pass continuous signal sampling demonstrated using x=sin(200*t), m=x./(200*t), m=m.*m to illustrate sampling theorem with time/frequency domain plots; Band-pass continuous signal sampling using x=sin(20*t), m=x./t to demonstrate band-pass sampling theorem with corresponding plots. Quantization: Uniform quantization implemented for sinusoidal signals with 64 quantization levels; Non-uniform quantization applied to sinusoidal signals input to A-law PCM encoder, showing sampling sequence and output code sequence. Encoding: Implementation of A-law 13-segment approximation and international standard PCM logarithmic A-law quantization coding.

MATLAB 312 views Tagged