主要内容

本页翻译不是最新的。点击此处可查看最新英文版本。

量化器

编码器、解码器、标量和向量量化器

DSP System Toolbox™ 提供 Simulink® 模块来实现量化器、编码器和解码器。量化器使用量化算法离散化输入信号。编码器模块通过使用不同量化方法对输入数据进行编码来执行数据压缩。解码器模块基于编码的整数输入重新构造量化的浮点值。要了解如何使用标量和向量量化器模块,请参阅Scalar Quantizers and Vector Quantizers

模块

G711 CodecQuantize narrowband speech input signals
Quantizer按给定间隔将输入离散化
Scalar Quantizer DecoderConvert each index value into quantized output value
Scalar Quantizer EncoderEncode each input value by associating it with index value of quantization region
Uniform DecoderDecode integer input into floating-point output
Uniform EncoderQuantize and encode floating-point input into integer output
Vector Quantizer DecoderFind vector quantizer codeword that corresponds to zero-based index value
Vector Quantizer EncoderIndex of nearest codeword based on Euclidean or weighted Euclidean distance measure

主题

精选示例