CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - pre emphasis

搜索资源列表

  1. pre-emphasissub-framewindowed matlab编写的关于语音信号预加重

    1下载:
  2. matlab编写的关于语音信号预加重,分帧加窗的程序。-matlab, prepared by the speech signal pre-emphasis, sub-frame windowed program.
  3. 所属分类:软件工程

    • 发布日期:2012-09-16
    • 文件大小:1076
    • 提供者:张艺
  1. preprocess0

    0下载:
  2. 语音信号处理前的预处理部分,包括预加重,分frame,加窗,是语音信号编程入门的一个很好的参考程序-Speech signal processing part of the pre-pre-treatment, including pre-emphasis, sub-frame, plus window, the speech signal a good entry-programming reference procedures
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-02
    • 文件大小:584
    • 提供者:张阳
  1. VoiceActivityDetection

    0下载:
  2. 在本文中,主要讲了在语音识别和语音合成之前我们所要做的主要工作,包括去噪,预加重,端点检测,特征参数提取等技术.-In this article, the main speaker in the speech recognition and speech synthesis to be done before we have major work, including de-noising, pre-emphasis, endpoint detection, feature extraction
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-13
    • 文件大小:3084189
    • 提供者:chengbin
  1. DTWspeech

    1下载:
  2. 本 文 首先 介绍了语音识别的研究和发展状况,然后循着语音识别系统的 处理过程,介绍了语音识别的各个步骤,并对每个步骤可用的几种方法在实 验基础上进行了分析对比。研究了语音信号的预处理和特征参数提取,包括 语音信号的数字化、分帧加窗、预加重滤波、端点检测及时域特征向量和变 换域特征向量.其中端点检测采用双门限法.通过实验比对特征参数的选取, 采用12阶线性预测倒谱系数作为识别参数。详细分析了特定人孤立词识别算 法,选定动态时间弯折为识别算法,并重点介绍其设计实现。 在
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-10
    • 文件大小:2491034
    • 提供者:周文超
  1. Frame

    0下载:
  2. 语音识别中语音信号的的预加重与分帧程序。-Pre-emphasis and framing process in speaker recognition.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-28
    • 文件大小:2501
    • 提供者:saishangniuyang
  1. recognition

    0下载:
  2. 语音识别的端点检测工具,包括预处理,预加重,mfcc,端点检测。-Endpoint detection of speech recognition tools, including pretreatment, pre-emphasis, mfcc, endpoint detection.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-31
    • 文件大小:4881
    • 提供者:lizhiyong
  1. shuohuarenshibie-MATLAB-duandianjiance-yujiazhong-

    0下载:
  2. 说话人识别代码,端点检测,预加重,MFCC..采用的模型是神经网络~-Speaker identification code, endpoint detection, pre-emphasis, MFCC .. neural network model is adopted ~
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:4966
    • 提供者:
  1. voice

    0下载:
  2. 语音的预加重和去加重,进行语音的前期处理,减少噪声。-Voice of the pre-emphasis and de-emphasis, voice of the pre-processing to reduce noise.
  3. 所属分类:File Formats

    • 发布日期:2017-03-27
    • 文件大小:4906
    • 提供者:mengxiangai
  1. lab0701-Echo

    0下载:
  2. 预加重和去加重是语音处理必不可少的环节,得到纯净语音-Pre-emphasis and de-emphasis is essential for speech processing areas, are pure voice
  3. 所属分类:Document

    • 发布日期:2017-03-30
    • 文件大小:23397
    • 提供者:mengxiangai
  1. l22

    0下载:
  2. 语音的预加重和分帧处理 使用于5402dsp-Voice of the pre-emphasis and sub-frame processing
  3. 所属分类:DSP program

    • 发布日期:2017-04-04
    • 文件大小:1457
    • 提供者:lxdong
  1. matlab

    0下载:
  2. 语音识别预处理matlab实现,包括端点检测,预加重,加窗-Speech recognition pre matlab implementation, including endpoint detection, pre-emphasis, windowing
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1046
    • 提供者:
  1. meierdaopufadematlabshixian

    0下载:
  2. 对录音信号集 中的某一语音,利用BATLAB设计一美尔例谱算法,并实现。 取信号集 中的一个语音信号:“xxxxxx”,将它作为输入的语音信号来为设计一个美尔倒谱算法,在该算法中,主要设计了以下环节: 1.读入一个语音信号;2.对这个信号归一化;3.对归一化的信号进行加窗处理(这里的矩形窗长度必须为257,重帧长64);4.进行预加重处理,即通过一个高通滤波器: ;5进行512点的FFT;6.分别取模平方得到功率谱;7.在设计的mel滤波器组中,我采用了25个带通滤波器;8.将得到的功率
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:13793
    • 提供者:赵欣
  1. mfcc_feature_extraction

    0下载:
  2. 本代码实现语音信号的特征提取功能,包含预加重,加窗,DFT变换,设置滤波器组,计算每隔滤波器输出,求取MFCC系数的全过程-The code feature extraction of speech signal features, including pre-emphasis, windowing, DFT transform, set the filter to calculate every filter output, to strike the entire process of MF
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-02
    • 文件大小:3511
    • 提供者:kobee
  1. f16.mat

    0下载:
  2. f16战斗机机舱噪声数据,供调试程序用。参数如下: sampling rate: 19.98 KHz A/D: 16 bit pre-filter: anti-aliasing filter pre-emphasis: none filter: none duration: 235 sec length (uncompressed): approx 9 Mb (uncompressed)-F-16 noise sampling rate: 19.98 KHz
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-26
    • 文件大小:8917821
    • 提供者:
  1. speech-recognition-pre-processing

    0下载:
  2. 本段程序包含了语音识别预处理中的采样、量化、预加重、分帧加窗等程序,另外添加了端点检测需要的短时能量、过零率的程序,经实验测试,运行结果符合理论期望-Procedures in this paragraph contains the voice recognition preprocessing sampling to quantify the pre-emphasis, framing windowed program, the addition of short-term energy ne
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-27
    • 文件大小:10725
    • 提供者:蒋干
  1. Speech-signal-pre-processing

    0下载:
  2. 语音信号预处理,频谱分析,滤波,预加重及端点检测-Speech signal pre-processing, spectral analysis, filtering, pre-emphasis and endpoint detection
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:3146
    • 提供者:王杰
  1. Voice-signal-pre-processing

    1下载:
  2. 语音识别前期处理代码,包括语音信号预处理,预加重,加窗分帧,短时能量及短时平均幅度分析,短时平均过零率,短时自相关分析,短时平均幅度差函数。-Speech recognition pre-processing code, including voice signal pre-processing, pre-emphasis, windowing sub-frame, and the short-term average short-term energy analysis, the averag
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2959
    • 提供者:asbsav
  1. Pre-Emphasis

    0下载:
  2. A novel approach to equalization of high-speed serial links combines both amplitude pre-emphasis to correct for intersymbol interference and phase pre-emphasis to compensate for deterministic jitter, in particular, data-dependent jitter. Phase pree
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-23
    • 文件大小:7609344
    • 提供者:vel
  1. pre-emphasis

    0下载:
  2. pre-emphasis speech program
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:241067
    • 提供者:pisang
  1. pre-emphasis

    0下载:
  2. 语音信号预加重的仿真分析,抑制信号的高频部分。(Simulation of the pre-emphasis on a voice signal, compressing the high-frequency part of a signal.)
  3. 所属分类:通讯编程

    • 发布日期:2018-01-03
    • 文件大小:547840
    • 提供者:angzhou365
« 12 3 »
搜珍网 www.dssz.com