Welcome![Sign In][Sign Up]
Location:
Search - vq C

Search list

[Speech/Voice recognition/combineVQ方法做的说话人辨识vq

Description: 利用矢量量化(VQ)的方法实现的说话人辨认的程序,有兴趣者可以把它转换为C的-vector quantization (VQ) method to identify the Speaker of the proceedings, interested persons can transform it to C
Platform: | Size: 5396 | Author: 陈建文 | Hits:

[Speech/Voice recognition/combineVQ-DHMM

Description: 语音识别配套的VQ及DHMM模型训练程序,C语言,已经定点化,可直接移植到8位MCU或16位DSP中。与目前市面的语音识别玩具的算法基本一致,非常实用,仅供大家参考,别去抢人家饭碗才好。-speech recognition and matching VQ DHMM model training procedures, C language, has been positioned, can be directly transplanted to eight 16-bit MCU or DSP. And the current market speech recognition algorithm toys basically the same, very practical, is for your reference. stealing jobs other people a better life.
Platform: | Size: 6388892 | Author: xubin | Hits:

[Compress-Decompress algrithms2chapter4

Description: 距離式VQ的C程式,希望對大家有幫助-distance VQ-C program, we hope to help
Platform: | Size: 1946 | Author: akino | Hits:

[source in ebooklbg

Description: 矢量量化聚类程序,c++编写,已调试通过,内附说明文档。-VQ clustering procedure, c preparation, testing, documentation attached.
Platform: | Size: 3072 | Author: 赵姝彦 | Hits:

[Mathimatics-Numerical algorithms自适应矢量化算法(VQ)源程序VQ

Description: 自适应矢量化算法(VQ)源程序VQ-adaptive vector algorithm (VQ) source VQ
Platform: | Size: 34816 | Author: 邱文彬 | Hits:

[Speech/Voice recognition/combineFreeSpeech-0.1.2.tar

Description: 语音识别方面的开发包,有助于设计HMM,NN和VQ。它是开放源码的。-the development kits, contribute to the design of HMM, NN and VQ. It is open source.
Platform: | Size: 749568 | Author: 吕学刚 | Hits:

[Speech/Voice recognition/combinesvlib_pc

Description: This class library contains more than 20 classes including feature extraction algorithms (MFCC, LPCC) and modeling techniques (HMM, GMM, DTW, VQ ) for automatic speech recognition and speaker verification
Platform: | Size: 1405952 | Author: 站长 | Hits:

[Speech/Voice recognition/combineGvqprog

Description: An old source code. It contains C source code for training vector quantization (VQ) codebook. Three algorithms, GVQ [1], LBG [2] and LVQ [3] have been implemented
Platform: | Size: 2448384 | Author: 站长 | Hits:

[Speech/Voice recognition/combineVQ方法做的说话人辨识vq

Description: 利用矢量量化(VQ)的方法实现的说话人辨认的程序,有兴趣者可以把它转换为C的-vector quantization (VQ) method to identify the Speaker of the proceedings, interested persons can transform it to C
Platform: | Size: 5120 | Author: 陈建文 | Hits:

[Compress-Decompress algrithmslbgvq

Description: lbg算法是一种经典的矢量量化算法,此源码为lbg算法的c语言实现。-lbg algorithm is a classic vector quantization algorithm, the algorithm lbg source for the C Language.
Platform: | Size: 2048 | Author: slyang | Hits:

[Speech/Voice recognition/combineVQ-DHMM

Description: 语音识别配套的VQ及DHMM模型训练程序,C语言,已经定点化,可直接移植到8位MCU或16位DSP中。与目前市面的语音识别玩具的算法基本一致,非常实用,仅供大家参考,别去抢人家饭碗才好。-speech recognition and matching VQ DHMM model training procedures, C language, has been positioned, can be directly transplanted to eight 16-bit MCU or DSP. And the current market speech recognition algorithm toys basically the same, very practical, is for your reference. stealing jobs other people a better life.
Platform: | Size: 6388736 | Author: xubin | Hits:

[Compress-Decompress algrithms2chapter4

Description: 距離式VQ的C程式,希望對大家有幫助-distance VQ-C program, we hope to help
Platform: | Size: 2048 | Author: akino | Hits:

[Compress-Decompress algrithmsVQbyme

Description: aVQ矢量量化源码,经过算法设计而后,加入许多易于理解的代码注释-aVQ VQ source, after algorithm design Afterwards, many joined the code easier to understand Notes
Platform: | Size: 249856 | Author: 陈光 | Hits:

[Compress-Decompress algrithmsindices_08_19_96.tar

Description: 这是TSVQ的经典实现,在Linux下可以运行。TSVQ是一种高效的压缩和解压缩的方法,基于二叉树的结构来实现,比一般的VQ要好得多。 关键代码是mem_tsvqe.c 利用TSVQ实现对原始数据的编码压缩。-This is a classic TSVQ realize, in Linux can be run. TSVQ is a highly efficient compression and decompression method, based on the binary tree structure to achieve, than the average VQ are much better. The key code is the use of mem_tsvqe.c realize TSVQ encoding of raw data compression.
Platform: | Size: 31744 | Author: 郑中阳 | Hits:

[Special Effectsintroducethemodelandalgorithm

Description: BP神经网络的C语言实现 BP神经网络解决异或问题 HMM的C语言实现 矢量量化的C语言实现 -BP neural network to achieve the C language BP neural network to solve XOR problem of HMM VQ C language realization of the C language used to
Platform: | Size: 104448 | Author: wufen | Hits:

[Audio programwavcvt_tree

Description: VQ 矢量量化算法压缩 wav 音频,Tree 树搜索模式,不使用任何其他函数库。-VQ VQ wav audio compression algorithm, Tree tree search mode, do not use any other library.
Platform: | Size: 278528 | Author: | Hits:

[Mathimatics-Numerical algorithmsVQ

Description: 利用C语言实现矢量量化算法,对数据进行聚类。-Using C language vector quantization algorithm, the data clustering.
Platform: | Size: 3072 | Author: 刘本 | Hits:

[Data structsLBGVQ_wgy

Description: 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. Implementation process is simple, to a CPP file.
Platform: | Size: 4096 | Author: 张三平 | Hits:

[Embeded-SCM DevelopVQ-BY-DEV-C

Description: This is universal codebook generator with LBG algorithm by DVE C.
Platform: | Size: 10240 | Author: tony | Hits:

[matlabLBG_VQ-master

Description: LBG-VQ c++ 和 matlab 程序代码(LBG-VQ, c++, and matlab program code)
Platform: | Size: 5591040 | Author: lifavor | Hits:
« 12 »

CodeBus www.codebus.net