CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - speech code matlab
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - speech code matlab - List
[
Voice Compress
]
melp-MATLAB
DL : 3
采用MELP编制的压缩与解码程序,在MATLAB环境下可直接运行,语音2.4kb/s-MELP (Mixed-Excitation Linear Predictive) Vocoder is a new 2400 bps Federal standard speech coder. This Matlab code of MELP can run directly in MATLAB condition.
Update
: 2025-02-19
Size
: 726kb
Publisher
:
姜正茂
[
Windows Develop
]
CELP.ZIP
DL : 1
CELP The most common Speech coding scheme is Code-Excited Linear Predictive (CELP) coding, which is used for example in the GSM standard. In CELP, the modelling is divided in two stages, a linear predictive stage that models the spectral envelope and code-book based model of the residual of the linear predictive model. -CELP The most common Speech coding scheme i s Code-Excited Linear Predictive (CELP) codin g, which is used for example in the GSM standard. In CELP, the modeling is divided in two stages. a linear predictive models that stage the spect Cul envelope and code-book based model of the re sidual of the linear predictive model.
Update
: 2025-02-19
Size
: 157kb
Publisher
:
梓淳
[
AI-NN-PR
]
waveformtoolbox
DL : 0
语音合成与识别,代码条理清楚,方便学习使用-speech synthesis and recognition, code clarity to facilitate learning
Update
: 2025-02-19
Size
: 28kb
Publisher
:
how
[
Speech/Voice recognition/combine
]
enframe
DL : 0
对连续语音信号进行分帧的matlab程序-of continuous speech signal-frame Matlab procedures
Update
: 2025-02-19
Size
: 1kb
Publisher
:
wh
[
Speech/Voice recognition/combine
]
SpecSubTD
DL : 0
这是一个麦克风阵列的语音增强的matlab代码-This is a microphone array speech enhancement of the Matlab code
Update
: 2025-02-19
Size
: 2kb
Publisher
:
怀坏
[
Program doc
]
vad
DL : 0
这里是几篇关于语音增强中有声无声估计的VAD算法的文献,希望和大家一起讨论,做出与之相关的matlab源代码。-Here are a few on the speech enhancement in a silent voice has estimated VAD algorithm literature, hope and everyone together to discuss and make related matlab source code.
Update
: 2025-02-19
Size
: 1.65mb
Publisher
:
rube
[
Speech/Voice recognition/combine
]
MATLABvoice
DL : 0
利用matlab作语音识别的ppt 它包含的例子非常好 很适合初学者 包含音频频谱仪的源码-Use of matlab for speech recognition ppt it contains very good examples of very suitable for beginners includes audio spectrum analyzer source code
Update
: 2025-02-19
Size
: 62kb
Publisher
:
王帝
[
matlab
]
xiaoboyuyinxinxinyingcang
DL : 0
matlab 源码,基于小波变换的语音信息隐藏的实现,对原始语音信息和水印信息都经过三层小波分解处理后,将水印信息的低频信号嵌入原始语音信号的部分高频信号部分实现隐藏.源代码不仅给出隐藏过程,并且给出的在随机噪声,重采样,信息压缩情况下的抗攻击特性.源代码清晰有注释-matlab source code, based on wavelet transform voice messages hidden realize, the original voice information and watermark information after a three-treatment, after wavelet decomposition, the watermark information embedded in the low-frequency signals of the original speech signal realize some hidden part of high-frequency signals. source code is given not only to hide the process, and given in random noise, resampling, compression of information in case of anti-attack features. source code has a clear Notes
Update
: 2025-02-19
Size
: 1kb
Publisher
:
桑圣洁
[
Embeded-SCM Develop
]
g729
DL : 0
G729编码和解码的Matlab源程序 调用方法: 1.需要编码时,在 Matlab命令行下输入"G729code(speech)"(请务必保证 speech是已经存在在 Matlab工作区的一个行向量,其中是语音数据),然后你会在你的文件夹下看到一个"coding.bit"的文件。 2.需要解码时,把"coding.bit"的文件复制到"G729 decoder"的目录下,在Matlab命令行下输入"G729decodermain",然后你会在文件夹下看到"syn_speech.wav",那就是重构语音。 enjoy it! -G729 encoding and decoding of the Matlab source code to call methods: 1. The need for coding at the Matlab command line, enter
Update
: 2025-02-19
Size
: 105kb
Publisher
:
Jay lee
[
matlab
]
PSOLA_matlab
DL : 0
语音合成中psola算法的源代码,matlab环境下的。-Speech Synthesis psola algorithm source code, matlab environment.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
laoji
[
matlab
]
MATLAB1
DL : 0
利用MATLAB中的小波信号对语音信号的基音提取-The use of MATLAB Wavelet signal for pitch extraction of speech signals
Update
: 2025-02-19
Size
: 146kb
Publisher
:
liguang
[
Embeded-SCM Develop
]
matlab
DL : 0
与语音信号处理有关的代码,在GUIDE界面下做的,很好用-And speech signal processing related code in the GUIDE interface do well with
Update
: 2025-02-19
Size
: 8kb
Publisher
:
tutu
[
matlab
]
activlev
DL : 0
该matlab代码描述了谱减的语音增强算法-The matlab code spectrum is described by the speech enhancement algorithm
Update
: 2025-02-19
Size
: 3kb
Publisher
:
wanghang
[
Speech/Voice recognition/combine
]
MMSE3in1
DL : 0
语音信号处理,MMSE降噪3合1,matlab源码,上传时间2008年5月26日-Speech Signal Processing, MMSE Noise Reduction 3-1, matlab source code, the upload time May 26, 2008
Update
: 2025-02-19
Size
: 10kb
Publisher
:
意乱
[
Speech/Voice recognition/combine
]
voice464
DL : 0
dtw(动态时间规整)语音识别的matlab源码-dtw (Dynamic Time Warping) speech recognition matlab source code
Update
: 2025-02-19
Size
: 751kb
Publisher
:
常远
[
Speech/Voice recognition/combine
]
speechrecognition(matlab)
DL : 0
用matlab实现的语音识别的一些代码,十分经典-Using matlab to achieve a number of speech recognition code, very classic
Update
: 2025-02-19
Size
: 527kb
Publisher
:
jitao
[
Speech/Voice recognition/combine
]
myVAD
DL : 0
myvad speech recognition matlab code important
Update
: 2025-02-19
Size
: 2kb
Publisher
:
Haroon
[
Speech/Voice recognition/combine
]
LPC-code
DL : 0
语音识别的matlab实现 lpc 程序很详细 -The realization of speech recognition matlab
Update
: 2025-02-19
Size
: 1kb
Publisher
:
Joan
[
Speech/Voice recognition/combine
]
Speakerrecognitionsystem
DL : 0
speech recognition matlab code
Update
: 2025-02-19
Size
: 389kb
Publisher
:
fayaz123
[
Speech/Voice recognition/combine
]
Sample1
DL : 0
语音识别预处理函数,简单的算法,用于对语音预处理的了解。matlab代码-Speech recognition preprocessing function, a simple algorithm for preprocessing of speech understanding. matlab code
Update
: 2025-02-19
Size
: 1kb
Publisher
:
cuizengwang
«
1
2
3
4
5
6
7
8
9
10
...
24
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.