资源列表
matlab
- 这是一个具有语音的采集、读取、内插恢复、重采样,语音的时域参数的计算、端点的检测、基音周期的提取,语音的加噪、滤波及每次处理后语音的播放等功能的语音信号处理系统。(speech signal processing)
VoiceDetection
- simple voice recognition program
语音聚类示例
- 实验示例是基于语音中的mfcc,语音倒谱特征来进行聚类,先利用训练样本来计算训练样本聚类中心(用到了lbg算法),之后再进行分类。 注意:使用代码时需要自己更改文件路径。(This example is based on the MFCC in speech and the feature of speech Cepstrum to cluster. First, the training sample is used to calculate the training sample clus
ASK.FSK.PSK调制信号
- zip内包括PSK信号的2、4进制调制代码示例、FSK信号的2、4进制调制代码示例、ASK信号的2、4、8进制调制代码示例(This file include three kinds of modulation code examples of PSK,FSK and ASK signals.)
noise_estimation
- 压缩包内程序主要实现IMCRA算法,用于语音增强。(Compressed package program main realization IMCRA algorithm for speech enhancement.)
rebuilt.HumanTimbre_recognition-master
- 利用mfcc特性进行语音识别,分类算法为svm。(Speech recognition using MFCC characteristics)
MATLAB在语音信号分析和合成中的应用》附件
- 这是非常有用的语音信号处理的代码资源,是书《matlab在语音信号分析与合成中的应用》的代码,整理的非常仔细,如何使用都有说明书。非常有价值。(This is a very useful code resource for speech signal processing. It is the code for the application of MATLAB in speech signal analysis and synthesis. It is very careful and has
jurafsky_martin.pdf
- Spoken Language Processing
BaiduASRAndTTS
- 利用百度语音api和NAudio写的一个语音识别、语音合成、语音录制的软件,学习够用了。(The software that uses Baidu voice API and NAudio for a speech recognition, speech synthesis, and voice recording software is sufficient to learn.)
GIRL_OR_BOY
- 此代码为简单的男女音判别代码,读者可根据增加判别因子进行更改。(This code is a simple discrimination code for men and women, and the reader can change it according to the increase of the discriminant factor.)
double_threshold
- 传统的语音信号双门限端点检测算法,适用于高信噪比,低信噪比不适用。(The traditional double threshold detection algorithm for speech signal is suitable for high signal to noise ratio and low signal to noise ratio.)
short_zero_crossing_rate
- 语音信号的短时过零率求取,此过程为语音信号的一个重要特征提取过程,可用于端点检测等过程。(This process is an important feature extraction process for speech signals and can be used for endpoint detection and other processes.)