CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - vq Matlab
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - vq Matlab - List
[
Speech/Voice recognition/combine
]
vq
DL : 0
语音识别中的矢量量化(vq)的matlab程序,希望可以帮到需要的人-Speech Recognition vector quantization (vq) Matlab procedure, the desire to help people in need
Update
: 2008-10-13
Size
: 2.06kb
Publisher
:
柳俊峰
[
Speech/Voice recognition/combine
]
VQ方法做的说话人辨识vq
DL : 0
利用矢量量化(VQ)的方法实现的说话人辨认的程序,有兴趣者可以把它转换为C的-vector quantization (VQ) method to identify the Speaker of the proceedings, interested persons can transform it to C
Update
: 2025-02-17
Size
: 5kb
Publisher
:
陈建文
[
Picture Viewer
]
VQcoding
DL : 0
由matlab编写,带GUI界面。对bmp文件进行Vector Quantization。运行其中的VQ_GUI.m文件。 程序肯定是调试无误的。虽然比较耗时,但是最后能达到较好的图像效果和SNR。毕竟相比于VC,matlab运行较慢。 注意在点open打开了一个bmp文件过后,一定要先点VQ code,进行其他操作才能有效。-prepared by Matlab, with GUI interface. Bmp files to Vector Quantization. VQ_GUI.m running the paper. Debugging procedure is certainly unmistakable. Although it is quite time-consuming, but in the end will get better images and SNR. After all, compared to the VC, Matlab run slower. Attention to the point of open open after a bmp file, you must first point VQ code, other operations to be effective.
Update
: 2025-02-17
Size
: 66kb
Publisher
:
王嘉宁
[
Speech/Voice recognition/combine
]
vqonMatlab
DL : 0
在MATLAB环境下实现基于矢量量化的说话人识别系统。在实时录音的情况下,利用该说话人识别系统,对不同的人的1s~7s的语音进行辨识。实现与文本无关的自动说话人确认的实时识别。 使用说明: 1 训练 打开Matlab 使Current Directory为VQ所在的文件夹(比如:E:\vq) 在Command windows中输入 -in MATLAB environment based VQ Speaker Recognition System. Real-time recording in the circumstances, the speaker recognition system, the different people of one's voice-7s for identification. Implementation and text-independent speaker recognition automatic real-time identification. Use : Matlab opened a training Current Directory to make VQ where the folder (for example, : E : \ vq) in the Command windows input
Update
: 2025-02-17
Size
: 690kb
Publisher
:
annya
[
Speech/Voice recognition/combine
]
vq
DL : 0
语音识别中的矢量量化(vq)的matlab程序,希望可以帮到需要的人-Speech Recognition vector quantization (vq) Matlab procedure, the desire to help people in need
Update
: 2025-02-17
Size
: 2kb
Publisher
:
柳俊峰
[
GUI Develop
]
VQ
DL : 0
基于VQ的说话人识别程序 分为训练和识别两个步骤 具体请见程序-VQ-based speaker recognition process is divided into training and to identify the specific two-step procedure, see
Update
: 2025-02-17
Size
: 3kb
Publisher
:
邹
[
AI-NN-PR
]
lbg_Matlab
DL : 0
On the splitting method for VQ codebook generation by using Matlab
Update
: 2025-02-17
Size
: 60kb
Publisher
:
李南
[
Speech/Voice recognition/combine
]
vqRecognition
DL : 0
说话人识别程序特征参数为MEL倒谱,模型为VQ量化-Speaker recognition process characteristic parameters for the MEL cepstrum, models for the VQ quantization
Update
: 2025-02-17
Size
: 5kb
Publisher
:
joe
[
Speech/Voice recognition/combine
]
speakerrecognitionusingVQ
DL : 0
用matlab编写的基于VQ的说话人识别算法(工具箱)-Matlab prepared using the VQ-based speaker recognition algorithm (Toolbox)
Update
: 2025-02-17
Size
: 107kb
Publisher
:
boy
[
Speech/Voice recognition/combine
]
vq
DL : 0
矢量量化 (vq)的matlab实现-Vector quantization (vq) the realization of the matlab
Update
: 2025-02-17
Size
: 5kb
Publisher
:
夭淼
[
Compress-Decompress algrithms
]
vq
DL : 0
基于连续隐马尔可夫模型hmm的语音识别的vq程序-Based on Continuous Hidden Markov Model Speech Recognition hmm the VQ process
Update
: 2025-02-17
Size
: 5kb
Publisher
:
小苗
[
matlab
]
VQmatlab
DL : 0
VQ方法的说话人识别的matlab代码,为刚接触矢量量化的新手准备-VQ method of speaker recognition matlab code for vector quantization刚接触novice ready
Update
: 2025-02-17
Size
: 5kb
Publisher
:
赵冬
[
Speech/Voice recognition/combine
]
VQ
DL : 0
说话人识别程序,VQ识别方法,特征参数是MF-Speaker recognition procedures, VQ identification methods, feature parameters are MF
Update
: 2025-02-17
Size
: 9kb
Publisher
:
唐老鸭
[
Speech/Voice recognition/combine
]
VQ
DL : 0
一个VQ语音识别代码 自己写的 十分有用来分享下-A VQ speech recognition to write code themselves have used to share the very next
Update
: 2025-02-17
Size
: 6.73mb
Publisher
:
karl
[
Speech/Voice recognition/combine
]
VQ
DL : 0
在MATLAB环境下实现基于矢量量化的说话人识别系统。在实时录音的情况下,利用该说话人识别系统,对不同的人的1s~7s的语音进行辨识。实现与文本无关的自动说话人确认的实时识别。 使用说明: 1 训练 打开Matlab 使Current Directory为VQ所在的文件夹(比如:E:\vq) 在Command windows中输入 train( 1s\ ,7) 这是将1s中的wav文件进行特征提取并产生VQ码本, 在workspace中有个ans的文件保存为.m文件,比如7.m,保存在1s文件夹下。(1s表示语音长1秒) 2 识别 在Command windows中输入 test( 4s/ ,7,ans) 其中的ans 就是步骤1产生的码本。(必须保证7.m在workspace中打开)此时就会显示结果。 Speaker 1 matches with speaker 2 Speaker 2 matches with speaker 3 Speaker 3 matches with speaker 4 Speaker 4 matches with speaker 6 Speaker 5 matches with speaker 2 Speaker 6 matches with speaker 7 Speaker 7 matches with speaker 7 1s、4s分别是7个不同的人说话的录音,只是打乱了次序。-err
Update
: 2025-02-17
Size
: 456kb
Publisher
:
晶晶
[
Speech/Voice recognition/combine
]
vq
DL : 0
使用lpcc参数的vq算法,vq为主函数,lpcc是提取线性倒谱系数-The use of the VQ algorithm lpcc parameters, vq-based function, lpcc is the extraction of linear cepstrum coefficients
Update
: 2025-02-17
Size
: 2kb
Publisher
:
cao
[
matlab
]
VQ
DL : 0
用matlab实现基于LBG算法的向量量化编码-Matlab by LBG algorithm based on vector quantization coding
Update
: 2025-02-17
Size
: 1kb
Publisher
:
vvvpig
[
Embeded-SCM Develop
]
vq
DL : 0
基于VQ的语音识别程序,我用了,很好用,希望帮帮大家!-VQ-based speech recognition program I used, very good use, you want to Bang Bang!
Update
: 2025-02-17
Size
: 1.35mb
Publisher
:
罗总
[
Speech/Voice recognition/combine
]
VQ-Matlab
DL : 0
基于矢量量化的孤立词语音识别系统看,性能良好,Matlab 实现!-Based on vector quantization of isolated word speech recognition system to see, good performance, Matlab to achieve!
Update
: 2025-02-17
Size
: 302kb
Publisher
:
韩用
[
matlab
]
matlab实现VQ说话人识别系统
DL : 0
基于Matlab简单的语音识别系统,能够通过样本训练得到最后结果。(Simple speech recognition system based on Matlab can get the final result through sample training.)
Update
: 2025-02-17
Size
: 319kb
Publisher
:
Tomatic
«
1
2
3
4
5
6
7
8
9
10
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.