CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - vector quantization lbg

搜索资源列表

  1. loadcode

    0下载:
  2. 在MATLAB中编写实现图像的不同级别小波分解算法;2选择合适的小波基;3对经典的几幅黑白和彩色图像进行DWT变换;4实现零树、基于塔式网格矢量量化、基于LBG算法、基于标量量化等小波变换编码;5得到分析比较结果。达到的目的:1综合训练学生编程的能力;2对高数、计算方法、程序设计、数据结构、算法、数字图像处理等课程的复习和运用;3可培养学生的算法设计和分析能力。-in MATLAB prepared to achieve different levels of image wavelet dec
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:34727
    • 提供者:aa
  1. LBG

    0下载:
  2. LBG vector quantization source code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:87573
    • 提供者:辜洺
  1. lbg

    0下载:
  2. 矢量量化lbg算法的c语言实现。对训练序列实时N维矢量量化。适用于语音信号处理。-VQ lbg algorithm c language. Real-time vector quantization of the training sequence.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-29
    • 文件大小:2045
    • 提供者:liuqingfeng
  1. LBG-Vector-Quantization

    0下载:
  2. 对二维图像进行压缩,采用matlab编程实验,-Of two-dimensional image compression using matlab programming experiment
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:39385
    • 提供者:阿贵
  1. LBGMatlab

    2下载:
  2. 使用matlab实现的矢量量化的LBG算法,内有文档说明-Matlab achieved using the LBG vector quantization algorithm, there are documented
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2015-09-19
    • 文件大小:1593390
    • 提供者:梁松涛
  1. LBGmatlab

    1下载:
  2. 毕业设计做的...用LBG算法实现矢量量化的算法..matlab-Designed to do graduate ... the LBG algorithm using vector quantization algorithm .. matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:233362
    • 提供者:王占元
  1. lbg.c

    0下载:
  2. LBG algorithm for vector quantization
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2747
    • 提供者:braeker
  1. CH3

    0下载:
  2. L3_1.m: 純量量化器的設計(程式) L3_2.m: 量化造成的假輪廓(程式) L3_3.m: 向量量化器之碼簿的產生(程式) L3_4.m: 利用LBG訓練三個不同大小與維度的碼簿並分別進行VQ(程式) gau.m: ML量化器設計中分母的計算式(函式) gau1.m: ML量化器設計中分子的計算式(函式) LBG.m: LBG訓練法(函式) quantize.m:高斯機率密度函數的非均勻量化(函式) VQ.m: 向量量化(函式) L3
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:191635
    • 提供者:Oki
  1. VQ

    0下载:
  2. 用matlab实现基于LBG算法的向量量化编码-Matlab by LBG algorithm based on vector quantization coding
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1339
    • 提供者:vvvpig
  1. VQ_C_language

    0下载:
  2. 基于经典LBG算法的矢量量化的C语言实现,注释详尽,很容易让读者理清程序算法和思路。函数的功能和怎么调用,一目了然。-Based on the classic LBG vector quantization algorithm C-language implementation, comment in detail, it is easy for readers to sort out procedural algorithms and ideas. The function and how f
  3. 所属分类:DSP program

    • 发布日期:2017-04-07
    • 文件大小:3143
    • 提供者:陈永恒
  1. 45666031LBG-Vector-Quantization

    0下载:
  2. 45666031LBG-Vector-Quantization in speaker recognition
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:39385
    • 提供者:Tuan
  1. LBGVQ_wgy

    0下载:
  2. LBG矢量量化C/C++语言实现(可执行) LBG是经典的矢量量化算法,通过对训练集的分析,生成适量量化使用的码本。 实现过程简单明了,就一个CPP文件。-LBG VQ C/C++ language (executable) LBG is a classic vector quantization algorithm, the analysis of the training set to generate code used to quantify the amount. Imp
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:4172
    • 提供者:张三平
  1. lbgvq

    0下载:
  2. lbgvq c program for vector quantization AND lbg-lbgvq c program for vector quantization AND lbg
  3. 所属分类:Windows编程

    • 发布日期:2014-01-08
    • 文件大小:1828
    • 提供者:mayas_salman
  1. LBG

    0下载:
  2. Codebook design process for Vector Quantization (VQ) using the LBG algorithm for dev c
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:2036
    • 提供者:tony
  1. mvq

    0下载:
  2. 用LBG算法对图像进行矢量量化,并实现了图像解码,图像解码视觉效果良好。-realized image vector quantization employed the LGB algorithm, and achieved the image decoding, image decoding visual effect is good.
  3. 所属分类:matlab

    • 发布日期:2017-05-10
    • 文件大小:2124121
    • 提供者:
  1. vqlbg

    0下载:
  2. 语音信号处理矢量量化的LBG算法,又称K-mean 算法-in speech signal process vector quantization technology using LBG algorithm with matlab language
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:732
    • 提供者:renfangqin
  1. Vector-quantization-of-the-C

    0下载:
  2. 矢量量化算法的C语言实现:LBG(K-均值)聚类算法,在欧几里的距离基础上用LBG算法将输入向量聚类。-Vector quantization of C language implementation algorithm:LBG (k-means) clustering algorithm, in several European based on the distance with LBG algorithm will input vector clustering.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:3056
    • 提供者:lorna
  1. Vector-quantization

    0下载:
  2. (1)理解矢量量化的基本原理。 (2)掌握矢量量化器设计的LBG方法。 (3)运用LBG方法获取语音短时平均能量码书-(1) to understand the basic principles of vector quantization. (2) master the vector quantizer design LBG method. (3) Using the LBG method to obtain the speech short time average ener
  3. 所属分类:Console

    • 发布日期:2017-12-14
    • 文件大小:5758194
    • 提供者:潘多拉
  1. lbg

    1下载:
  2. 就是使用矢量量化中的经典算法LBG算法,实现图像压缩(Is the use of vector quantization in the classic algorithm LBG algorithm to achieve image compression)
  3. 所属分类:图形图像处理

  1. LBG算法码书设计

    0下载:
  2. 用于计算设计矢量量化码书,采用Matlab进行编写,方便易懂(For computing vector quantization codebook design, using Matlab for writing, easy to understand)
  3. 所属分类:matlab例程

« 12 3 »
搜珍网 www.dssz.com