搜索资源列表
speaker
- 数字的语音识别matlab程序 训练及识别数据太大,少量上传一点,大家可以用COOLEDIT等软件仿照自己制作.(*.wav文件采样率8000,单声道,采样精度16位,16bit Motorola PCM,*.lab文件存的是语音的起止点和语音内容). -Digit speech recognition matlab program too much training and recognition data, a small amount of upload that you can us
GMM
- 针对摄像机固定下的复杂背景环境,对采集到的视频图像的图像数据用混合高斯背景建模方法实现前景/背景分割,实现运动目标检测和跟踪。在进行前景检测前,先对背景进行训练,对图像中每个背景采用一个混合高斯模型进行模拟,每个背景的混合高斯的个数可以自适应。然后在测试阶段,对新来的像素进行GMM匹配,如果该像素值能够匹配其中一个高斯,则认为是背景,否则认为是前景。由于整个过程GMM模型在不断更新学习中,所以对动态背景有一定的鲁棒性。最后通过对一个有树枝摇摆的动态背景进行前景检测,取得了较好的效果。-For c
voice_activity_detection_full
- 本文提出了一种基于非负矩阵分解的方法来执行语音活动检测,其不需要来自用户的训练数据,并且对于中的变化是鲁棒的噪声环境。- This paper has presented a method based on non-negative matrix factorization for performing voice activity detection that requires no training data the user and is robust to changes in
sednn-master.tar
- 利用DNN来进行语音增强,先补充数据训练模型,然后进行去噪处理。(speech enhancement:Using DNN to enhance speech, data training model is first supplemented and then denoised.)