LBG算法,矢量量化。Linde,Buzo和Gray于1980年提出LBG算法,又称为K-means算法。该算法是基于最近邻原则把训练矢量分配到与它欧式距离最小的码字的簇中。
2021-04-21 14:24:23 1.18MB LBG 矢量量化 K-means
1
矢量量化VQ,是一个常见的压缩技术。Linde, Buzo, and Gray (LBG)提出了基于训练序列的Vector Quantization (VQ)算法。
2021-04-21 09:49:10 38KB Matlab LBG算法
1
Linde, Buzo, and Gray (LBG) proposed a VQ design algorithm based on a training sequence. The use of a training sequence bypasses the need for multi-dimensional integration. The LBG algorithm is of iterative type and in each iteration a large set of vectors, generally referred to as training set, is needed to be processed. Usually, vectors sampled from a group of typical signals to be encoded altogether construct a training set T={x1,x 2,?.x M} ,where xi represents a sampled training vector and M represents the size of training set which is far greater than the codebook size N.
2021-04-16 17:37:24 2KB LBG,图像压缩
1
师弟师妹们,请收下。这是mfcc的pro的代码,仅供参考 师弟师妹们,请收下。这是mfcc的pro的代码,仅供参考
2021-04-07 19:03:02 6.82MB mfcc mfcc lbg c++
1
Linde, Buzo, and Gray (LBG) proposed a VQ design algorithm based on a training sequence. The use of a training sequence bypasses the need for multi-dimensional integration. The LBG algorithm is of iterative type and in each iteration a large set of vectors, generally referred to as training set, is needed to be processed. Usually, vectors sampled from a group of typical signals to be encoded altogether construct a training set T={x1,x 2,?.x M} ,where xi represents a sampled training vector and M represents the size of training set which is far greater than the codebook size N.
2021-03-04 10:07:27 85KB 矢量量化 VQ LBG 图像压缩
1
利用matlab实现采用LBG算法实现语音信号的矢量量化程序
2021-02-22 13:51:31 73KB matlab
1
LBG算法码书设计,数字图像处理课程设计实现图像增强的码书算法设计。
2019-12-21 22:26:14 40KB LBG算法码书
1
平台vs c++与opencv 实现图像压缩 训练矢量 LBG算法设计码书 根据码书显示压缩后图像
2019-12-21 20:19:49 12.83MB LBD 矢量量化 C++ 图像压缩
1