CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 语音压缩 搜索资源 - pitch

搜索资源列表

  1. jiyinjiance20070407

    0下载:
  2. 1. 对给定语料估计其基音周期。 要求用MATLAB语言实现有关基音检测算法,并给出检测结果。2. 实验语料:aoYiSheng.raw 发音:“茅以升”;时长0.9s;采样率:8kHz;量化精度为16bits/sample;数据格式 LSB,MSB分析帧长:20ms(160样点)总帧数:45-1. Corpus right to set its estimated Pitch. Asked to use MATLAB the pitch detection algorithm, and
  3. 所属分类:语音压缩

    • 发布日期:2008-10-13
    • 文件大小:1252
    • 提供者:闫朝星
  1. daopu

    0下载:
  2. 求基音周期,用C语音编写,处理pcm文件,用自相关算法求基音周期。-Find the pitch period, with the C language preparation, processing pcm file, auto-correlation algorithm for pitch.
  3. 所属分类:Voice Compress

    • 发布日期:2017-03-31
    • 文件大小:207656
    • 提供者:lidan
  1. Amdf

    2下载:
  2. 使用AMDF算法加矩形窗检测语音信号的基音周期-AMDF algorithm using a rectangular window of plus Pitch detection of speech signals
  3. 所属分类:语音压缩

    • 发布日期:2012-11-29
    • 文件大小:552
    • 提供者:Xi Zhang
  1. pitch_

    0下载:
  2. 求pcm文件的基音周期,用matlab编写,作图说明,用平均幅度差算法修正自相关算法来求基音周期-Find the pitch period pcm files, using matlab, plot descr iption, with the average magnitude difference algorithm for auto-correlation algorithm to find correct pitch
  3. 所属分类:Voice Compress

    • 发布日期:2017-04-02
    • 文件大小:16195
    • 提供者:lidan
  1. jiance

    0下载:
  2. 自己编的自相关法进行基音检测matlab程序,适合初学者-Own series autocorrelation method for pitch detection matlab program, suitable for beginners to see
  3. 所属分类:Voice Compress

    • 发布日期:2017-11-18
    • 文件大小:743
    • 提供者:徐磊
  1. rwpitch

    0下载:
  2. 对输入的语音信号进行分帧处理,低通滤波,中心削波,求自相关函数最后得到基音轨迹。-Speech input signal framing processing, low-pass filtering, center clipping, seeking autocorrelation function finally got the pitch trajectory.
  3. 所属分类:Voice Compress

    • 发布日期:2017-04-04
    • 文件大小:993
    • 提供者:chen
  1. pitch_estimation

    0下载:
  2. 对语音信号的基音进行估计,使用归一化互相关函数的基音估计算法,估计准确度较高。-On the pitch of the speech signal is estimated using a normalized cross-correlation function of the pitch estimation algorithm with an estimated accuracy is higher.
  3. 所属分类:Voice Compress

    • 发布日期:2017-05-22
    • 文件大小:6902283
    • 提供者:hy
  1. formant

    0下载:
  2. 共振峰检测的MATLAB实现,-Autocorrelation pitch detection method using MATLAB, using Hamming window treatment
  3. 所属分类:Voice Compress

    • 发布日期:2017-03-29
    • 文件大小:1989
    • 提供者:谢欣
  1. yinpingshiyan

    0下载:
  2. 分别取长度N=160和N’=N+K的矩形窗函数作用于语音信号上,首先对其进行中心削 波,比较削波前和削波后语音信号波形,并使得削波后的信号进行乘积并求和,计算延迟为0<K<160时的相关值,并且用得到的相关值来检测语音信号的基音周期,用MATLAB画出图形。 -Length N = 160 were taken and N = N+ K rectangular window function in the role of the speech signal, the f
  3. 所属分类:Voice Compress

    • 发布日期:2017-04-01
    • 文件大小:229376
    • 提供者:王瑞敏
  1. pitch

    0下载:
  2. 采用自相关法提取基音,里面有求取自相关的函数。-To extract the pitch of the autocorrelation method
  3. 所属分类:Voice Compress

    • 发布日期:2017-04-07
    • 文件大小:3681
    • 提供者:卓鹏
  1. 1540

    0下载:
  2. 1.短时能量2.短时平均过零率3、短时自相关函数4.基音周期-1. The short-term energy 2. 3 short-time average zero-crossing rate, short-term autocorrelation function 4. Pitch
  3. 所属分类:Voice Compress

    • 发布日期:2017-05-03
    • 文件大小:661089
    • 提供者:vidan
  1. Cepstrum

    0下载:
  2. 对一段语音信号进行处理 分析对象:voiced and unvoiced speech 语音中的清音和浊音 在GUI界面上实现以下功能: 1显示短时频谱 既对信号分帧后直接进行傅里叶变换 2在上面基础上经对数运算后再进行傅里叶反变换得到倒谱 显示两个图像(取对数和之后反变换的) 3根据倒谱再进行倒谱分析 用它观察自相关等等 最终实现基音周期估计(Pitch Detection)和 追踪 Pitch Tracking 这里还要应用到其他一
  3. 所属分类:Voice Compress

    • 发布日期:2017-04-29
    • 文件大小:13382
    • 提供者:wjy
  1. pitch

    0下载:
  2. Simple Autocorrelation-based pitch detection program. Takes a wavefile, and determines pitch. Also synthesizes a file psynth.wav, which contains a pitch pulse resynthesis of the estimated pitches.-Simple Autocorrelation-based pitch detection program.
  3. 所属分类:Voice Compress

    • 发布日期:2017-04-12
    • 文件大小:1423
    • 提供者:MaohsiungLee
  1. decg711

    0下载:
  2. G711 speech codec: decoder API.it support ulaw and alaw, which contains a waveform, based on this code, you can modify it to support pitch pulse resynthesis of the estimated pitches.-G711 speech codec: decoder API.it support ulaw and alaw, which cont
  3. 所属分类:Voice Compress

    • 发布日期:2017-04-13
    • 文件大小:1829
    • 提供者:MaohsiungLee
  1. encg711

    0下载:
  2. G711 speech codec: encoder API.it support ulaw and alaw, which contains a waveform, based on this code, you can modify it to support pitch pulse resynthesis of the estimated pitches.-G711 speech codec: encoder API.it support ulaw and alaw, which cont
  3. 所属分类:Voice Compress

    • 发布日期:2017-04-13
    • 文件大小:1705
    • 提供者:MaohsiungLee
  1. demoPitch

    0下载:
  2. pitch detector for speech signaling and processing
  3. 所属分类:Voice Compress

    • 发布日期:2017-04-12
    • 文件大小:866
    • 提供者:amoon
  1. pitchdetect

    0下载:
  2. 通过matlab语音,对录制的语音通过计算倒谱实现基音检测。-Through the matlab voice, the recording of the voice through the calculation of cepstrum to achieve pitch detection.
  3. 所属分类:Voice Compress

    • 发布日期:2017-12-11
    • 文件大小:54591
    • 提供者:马江河
搜珍网 www.dssz.com