CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 语音合成与识别 搜索资源 - M文件

搜索资源列表

  1. ch13

    0下载:
  2. 基于MATLAB的语音识别系统程序,包括HMM,DTW,Record三个matlab的M文件.-MATLAB-based speech recognition system procedures, including HMM, DTW, Record three Matlab M documents.
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:656248
    • 提供者:zsq
  1. shuzishuiying

    1下载:
  2. 是属于语音信息隐藏技术的范畴。 用法在M文件中已写明。 -voice is hiding information technology areas. Usage in the M document is already written.
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:1491
    • 提供者:wh
  1. SPECTRUM_LMS

    1下载:
  2. 1、文件夹中包含了经典功率谱估计和自适应均衡算法两个实验的所有程序。 2、R.m、LMS.m、LMSmain.m为自适应均衡算法的程序: R.m用来计算输入信号的自相关矩阵及其特征值; LMS.m为时域LMS算法,用统计的方法仿真得出不同信道参数和不同步长下的学习曲线; LMSmain.m为实验主程序,按照实验要求中的具体数据得到实验结果和曲线。 3、functionx.m、fzhouqitu.m、spectrum.m、bt.m、bart_lett.m、welch.m、SPE
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:5630
    • 提供者:yidishui
  1. quantizing

    0下载:
  2. 应用LBG算法对语音信号进行矢量量化。本压缩包共有两个主文件,training.m对训练数据进行处理并得到四个初始码本,quantizing.m对待量化数据进行矢量量化。其余为自编功能函数。-application of voice signal VQ. The compressed into two main documents, training.m right training data to be processed and four of the initial code, quant
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:3859
    • 提供者:王崇
  1. frq2mel

    0下载:
  2. fre向mel转换的一个m文件,希望对大家有用。
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:1600
    • 提供者:小单
  1. mel2frq

    0下载:
  2. 之前上传的是fre向mel,这次上传的是mel向fre转换的m文件
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:1594
    • 提供者:小单
  1. VQ.rar

    3下载:
  2. 在MATLAB环境下实现基于矢量量化的说话人识别系统。在实时录音的情况下,利用该说话人识别系统,对不同的人的1s~7s的语音进行辨识。实现与文本无关的自动说话人确认的实时识别。 使用说明: 1 训练 打开Matlab 使Current Directory为VQ所在的文件夹(比如:E:\vq) 在Command windows中输入 train( 1s\ ,7) 这是将1s中的wav文件进行特征提取并产生VQ码本, 在workspace中有个ans的文件保存为.m文件,比如7.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:
    • 文件大小:467028
    • 提供者:晶晶
  1. speecheddetect

    0下载:
  2. 本文件包含几个进行语音端点检测的小程序。运行时直接复制到matlab的m文件即可。经本人调试正确无误。-This document contains some of the voice activity detection applet. Directly copied to the run-time of the m file to matlab. After I debug correct.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-06
    • 文件大小:2485
    • 提供者:魏玮
  1. T-and-F-analysis

    0下载:
  2. 说明三个分段相连的信号的傅里叶变换和时频分析,注,在该程序中,用到了子程序tfstft.m, 还要用到显示程序 tfrqview及其他程序,-analysis of T and Frequency
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-26
    • 文件大小:613
    • 提供者:黄宇
  1. edp

    0下载:
  2. 端点检测程序,里面包涵五个部分,每个M文件都标有注解,详细-Endpoint detection program, which bear with five parts, each of M documents are marked with comments, detailed
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-03
    • 文件大小:435684
    • 提供者:leona
  1. dtw

    5下载:
  2. dtw文件是运用DTW算法实现安静环境下语音识别的。其中vad.m是端点检测程序;lpc.m是计算LPC参数的程序;lpc21lpcc.m是计算LPCC参数的程序;mfcc.m是计算MFCC参数的程序;dtw.m是实现经典DTW算法的程序;dtw2.m是实现高效DTW算法的程序,testdtw.m是最终测试程序,其中可以通过改变其中的特征参数名选择不同的特征参数。-dtw file DTW algorithm is to use speech recognition in quiet envir
  3. 所属分类:语音合成与识别

    • 发布日期:2013-06-10
    • 文件大小:8474
    • 提供者:于军
  1. LMS_speech_enhancement

    4下载:
  2. 运用自适应滤波算法实现的语音增强Matlab程序,附带带噪语音,在M文件中自己修改文件名即可使用-The use of adaptive filtering algorithm for speech enhancement Matlab program, with noisy speech, changes in the M file, the file name to use their own
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2015-06-11
    • 文件大小:49152
    • 提供者:Chris
  1. matlab_canon

    0下载:
  2. 该程序合成模拟了卡农的曲调,使用Matlab运行M文件即可试听。-The synthesis of the program to simulate the tune of Canon, the using Matlab running M-file to audition.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-11-13
    • 文件大小:1739
    • 提供者:夏目
  1. bditong

    0下载:
  2. 用matlab实现巴特沃斯低通滤波器的M文件。本例读取电脑自带的XP开机声音,加上高频噪声,然后滤波看效果。-Butterworth low-pass filter using matlab M-file. This case, read the computer comes with XP start-up sound, coupled with high-frequency noise, and then filter to see the effect.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-11-09
    • 文件大小:845
    • 提供者:莫小禹
  1. bdaitong

    0下载:
  2. 用matlab实现巴特沃斯带通滤波器的M文件。本例读取电脑自带的XP开机声音,加上噪声,然后滤波看效果。-Using matlab to achieve the M-file Butterworth bandpass filter. This case, read the computer comes with XP start-up sound, plus noise, and then filter to see the effect.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-11-10
    • 文件大小:850
    • 提供者:莫小禹
  1. bgaotong

    0下载:
  2. 用matlab实现巴特沃斯高通滤波器的M文件。本例读取电脑自带的XP开机声音,加上低频噪声,然后滤波看效果。-With Matlab M-file Butterworth high-pass filter. This case, read the computer comes with XP start-up sound, coupled with the low-frequency noise, and then filtering to see results.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-11-11
    • 文件大小:852
    • 提供者:莫小禹
  1. HHT-official-Toolbox

    1下载:
  2. HHT的官方工具箱 里面包含各个m文件 本人觉得较全 能运行-HHT' s official kit which contains various files I think compared to the Almighty m run
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-24
    • 文件大小:7981571
    • 提供者:黄小宫
  1. car_recognization

    0下载:
  2. 基于MFCC和VQ算法的简单的汽车型号识别系统,直接打开main.m文件运行即可,其他m文件为调用函数。内含测试WAV音频文件。-The car models based on simple identification system MFCC and VQ algorithm can be run directly open main.m file, other m-file for the calling function. WAV audio files containing the te
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-16
    • 文件大小:4462131
    • 提供者:ftfpkon
  1. speech-process

    0下载:
  2. 语音变速变调matlab程序,包含计算语音周期的函数m文件-Voice shifting tone matlab procedures, including voice-cycle calculation function m-file
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-04
    • 文件大小:2618
    • 提供者:livy
  1. corr_signal

    0下载:
  2. corr_signal.m文件可以通过自相关运算,将文件名为test的语音文件的音阶读出。 work1.m是一个GUI函数,图形化界面检测test.wav的音阶。 可用作展示自相关简单应用的过程。(The corr_signal.m file can read the phonetic order of the voice file named test by autocorrelation operation. Work1.m is a GUI function, the graphic
  3. 所属分类:语音合成与识别

« 12 »
搜珍网 www.dssz.com