资源列表

« 1 2 ... .20 .21 .22 .23 .24 625.26 .27 .28 .29 .30 ... 659 »

[语音合成与识别testdtw(zhu)

说明:function dist = dtw(t,r) n = size(t,1) m = size(r,1) 帧匹配距离矩阵 d = zeros(n,m) for i = 1:n for j = 1:m d(i,j) = sum((t(i,:)-r(j,:)).^2) end 累积距离矩阵 D = ones(n,m) * realmax D(1,1) = d(1
<ydh> 在 2025-03-16 上传 | 大小:1kb | 下载:0

[语音合成与识别vad(dd)

说明:端点检测,刚开始起步!!!!!!!多指导-Detection, has just started! ! ! ! ! ! ! More guidance
<ydh> 在 2025-03-16 上传 | 大小:1kb | 下载:0

[语音合成与识别xiaobo

说明:基于matlab的语音识别小波变换代码欢迎大家下载-Speech recognition based on wavelet transform matlab code are welcome to download
<zhangzhong> 在 2025-03-16 上传 | 大小:1kb | 下载:0

[语音合成与识别mfcc

说明:htk训练的mfcc文件已经编译好了欢迎下载-htk mfcc training documents have been compiled to welcome to download
<zhangzhong> 在 2025-03-16 上传 | 大小:1kb | 下载:0

[语音合成与识别fwbk12

说明:This code makes an hmm model and does discrete speech recognition
<gulnaz> 在 2025-03-16 上传 | 大小:1kb | 下载:0

[语音合成与识别window

说明:程序包含了语音处理中加窗函数的过程,包括了多种窗函数,实验有效。-Voice processing program includes the process of adding the window function, including a variety of window function, experimental effective.
<Chris> 在 2025-03-16 上传 | 大小:1kb | 下载:0

[语音合成与识别lms

说明:使用最小均方算法,对声音进行滤波。去掉声音中混有的噪音。-Using the least mean square algorithm, the sound is filtered. Some of the sound mixing to remove noise.
<叶芝高> 在 2025-03-16 上传 | 大小:1kb | 下载:0

[语音合成与识别gmfcc

说明:语音识别的特征参数提取算法——Mel倒谱参数提取(MFCC)可以作为语音识别特征参数。-Speech recognition feature extraction algorithm- Mel cepstrum extraction (MFCC) feature parameters as speech recognition.
<林锡海> 在 2025-03-16 上传 | 大小:1kb | 下载:0

[语音合成与识别76705441add_noise_and_SNR_measure

说明:语音增强算法,谱减法,小波变换法,加噪声,纯净语音-Speech enhancement algorithm, spectral subtraction, wavelet transform, adding noise, clean speech
<miaomiao> 在 2025-03-16 上传 | 大小:1kb | 下载:0

[语音合成与识别dp1

说明:matlab实现信号的倒普函数,可以对语音信号进行分析,检测共振峰频率-matlab function of the signals S & P down, the speech signal can be analyzed to detect the resonance peak frequency
<伏娟> 在 2025-03-16 上传 | 大小:1kb | 下载:0

[语音合成与识别iirsinglefnoise

说明:首先提取语音信号,并对其加单频噪声,设计IIR滤波器,滤除单频噪声,显示滤除前后时域波形的对比,并播放滤除后的语音信号。-First, extract the speech signal, and add single-frequency noise, design IIR filters to filter out single-frequency noise. Display the time-domain waveform b
<bryanchung> 在 2025-03-16 上传 | 大小:1kb | 下载:0

[语音合成与识别jm_vc8

说明:H.264 encoder completed for multiview
<jaber ahmad> 在 2025-03-16 上传 | 大小:1kb | 下载:0
« 1 2 ... .20 .21 .22 .23 .24 625.26 .27 .28 .29 .30 ... 659 »

源码中国 www.ymcn.org