搜索资源列表

  1. bpsk15

    0下载:
  2. 语音端点检测,是语音压缩时提取特征参数的一个必要的过程,这个程序主要是对这个过程的一个小的程序。希望对学语音的有帮助-Extreme point detecting is a primily process to get the eigenparameter when you compressing the speech.This program is a small one,it will help for the learner.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:杨锐雄
  1. enframe

    0下载:
  2. 语音端点检测算法,在matlab里面实现语音端点的准确检测。为读者开发噪声环境下的精确VAD提供思路.-voice endpoint detection algorithm in Matlab voice inside the precise endpoint detection. Readers development under noisy environments to provide accurate VAD ideas.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:杨锐雄
  1. 97288435Speech_signal_short_time_analysis

    0下载:
  2. 关于双门限法的语音端点检测,及其量化和LPCC算法及倒谱参数的计算-limit on the two-door method of voice endpoint detection, and quantification and LPCC algorithm and Cepstrum calculations.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:6144
    • 提供者:杨开开
  1. ASKBPSk

    0下载:
  2. 噪声背景下的语音端点检测和语音增强算法,在信噪比很低的强航空噪声背景下,-aviation noise background voice endpoint detection and voice enhancement algorithms, and very low signal to noise ratio in the strong aviation background noise, particularly effective
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:杨开开
  1. Pitch_Tracker-1.0.tar.Zip

    0下载:
  2. 包括倒谱基音周期混合特征系数的话者识别,能频积端点检测、语音基音周期检测等C++源代码,本人整理编译过,比较紧凑高效-Including Pitch cepstrum coefficient of the mixed features of speaker recognition, to plot frequency endpoint detection, voice, etc. Pitch Detection C++ source c
  3. 所属分类:Audio

    • 发布日期:2024-05-21
    • 文件大小:555008
    • 提供者:
  1. endpoint_detection

    0下载:
  2. 基于双门限法与短时过零率的语音端点检测程序-the endpoint based on short-term zero-crossing rate and detectionDual-threshold method
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:chen
  1. MATLABendpoint

    0下载:
  2. MATLAB实现端点检测程序,需要加载voice box工具箱-MATLAB realization of endpoint detection process, the need to load the voice box toolbox
  3. 所属分类:Audio

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:
  1. tunerec_vad

    0下载:
  2. 语音识别中的声调预测的端点检测-Tone of voice recognition predictable endpoint detection
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:jinqian
  1. dtw

    0下载:
  2. 此文件中包含了语音信号处理的dtw算法,同时囊括了语音的端点检测,mfcc参数提取,动态时间规整三部分,可以直接使用。-This document contains a voice signal processing dtw algorithm, at the same time include voice activity detection, mfcc parameter extraction, dynamic time warpi
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:junyizhang
  1. WangEPD

    0下载:
  2. 基于短时能量和短时过零率来实现语音端点检测。也称为双门限比较法,是一种传统的 语音端点检测方法。现在已经有研究人员提出若干其他更加高效和有效的检测方法,但 是这个方法不失为一种最简单的方法,可以通过程序来获得语音端点检测的感性认识和 体会。内的程序读取WAV文件,程序附有详细的使用说明和注释,以及若干测试用的语音文件。-Based on the short-term and short-term energy to achi
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-21
    • 文件大小:3015680
    • 提供者:无我
  1. FastICA_21

    0下载:
  2. 快速独立分量变换,可用于信号特征的提取以及端点检测等,非常好用!-Fast independent component transform, can be used for the extraction of signal characteristics, such as endpoint detection, as well as very easy to use!
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:636928
    • 提供者:毋桂萍
  1. audio_processing

    0下载:
  2. 语音信号处理-对输入语音信号进行端点检测和基音轨迹的检测(利用acf、amdf和acf/amdf三种方法)。-Speech Signal Processing- the input voice signal trajectory endpoint detection and pitch detection (using acf, amdf and acf/amdf three methods).
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:
  1. F2_6764

    0下载:
  2. 端点检测是指用数字处理技术来找出语音信号中的各种段落(如音素、音节、词素、词等)的始点和终点的位置。语音段起止端点检测是语音分析、语音合成和语音识别中的一个必要环节。传统的端点检测方法是从wav文件中获取语音采样,将其分帧并计算短时能量和过零率参数,然后进行端点检测。这种工作方式被称为离线处理方法 ,无法实现语音信号的实时处理,对于语音信号分析具有一定的局限性。本文通过开发ActiveX控件,在MATLAB环境下将其嵌入到figure
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-21
    • 文件大小:30720
    • 提供者:cike
  1. vad

    0下载:
  2. 几篇带噪声语音信号端点检测算法的论文,希望对大家有用-Speech signal with noise several endpoint detection algorithm for papers, in the hope that useful
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-21
    • 文件大小:1235968
    • 提供者:毋桂萍
  1. jin0530

    0下载:
  2. 做毕业设计编写的基于谱熵端点检测的程序,欢迎分享-Designed to prepare graduates to do spectral entropy-based endpoint detection process, please share
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:jhhxl
  1. voice

    0下载:
  2. 进行语音信号端点检测的声音文件,非常清晰-Endpoint detection for speech signal of the sound files, very clear
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-21
    • 文件大小:570368
    • 提供者:jhhxl
  1. pichtest

    0下载:
  2. 里面去那不是语音端点检测的论文,基本上都是PDF格式或者CAJ。对初次学习端点检测的有帮助,或者可以看看。-there are too many about PDF or CAJ of sound pich test .it help the beginners.
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-21
    • 文件大小:41325568
    • 提供者:陈娟
  1. edp

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

    • 发布日期:2024-05-21
    • 文件大小:435200
    • 提供者:leona
  1. yuyingshibie

    0下载:
  2. matlab实现的很有用的语音识别源代码,包括MFCC,LPCC,DTW,Mel滤波器,端点检测等程序的实现。-Useful code of audio recognization writed by matlab, inclucing MFCC, LPCC, DTW, Mel Filter, Port Detection etc.
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-21
    • 文件大小:10240
    • 提供者:郑豪
  1. vad

    0下载:
  2. 对一段语音进行端点检测并对检测的语音画出方框图,不同于一般只画竖线-Endpoint detection of a voice to draw the block diagram and detection of voice is different from the vertical line is generally drawn
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:hu
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org