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

搜索资源列表

  1. Pitch-detection

    1下载:
  2. 线性预测声码器设计中语音信号的基音周期提取,采集语音信号,对语音信号进行处理,区分清音浊音,并通过对采样值进行滤波、分帧、求短时自相关函数,得到浊音的基音周期。-Linear prediction vocoder design of the speech signal pitch extraction of speech signal acquisition, speech signal processing, discriminate unvoiced voiced, and through
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:941
    • 提供者:蔡磊
  1. d2fcaf47082d

    0下载:
  2. 基于matlab的基音周期检测,自相关函数法和平均幅度差函数法-Matlab-based pitch detection, auto-correlation function and the average magnitude difference function method
  3. 所属分类:File Formats

    • 发布日期:2017-04-09
    • 文件大小:1524
    • 提供者:西丹
  1. 78480d4347d0

    0下载:
  2. 基于matlab的基音周期检测,短时自相关函数法-Based pitch detection matlab, the short-term auto-correlation function
  3. 所属分类:File Formats

    • 发布日期:2017-04-14
    • 文件大小:3028
    • 提供者:西丹
  1. fd-psola

    0下载:
  2. 基于频域基音同步叠加的语音合成算法,在时域基音同步叠加的基础上增加频域调整的部分-Speech synthesis algorithm based on frequency domain pitch synchronous overlap and increase the frequency domain adjusted on the basis of the time-domain pitch synchronous superimposed on part
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:91444
    • 提供者:张明阳
  1. Cepstral_Pitch_Detector

    0下载:
  2. 探测器基音周期的主要特点是使用二次cepstral峰值检波器的每一帧演讲,为了检测并纠正基音周期检测错误由于效果翻倍基音周期或减半等及相关现象。文件的4.5 Cepstral距探测器。pdf”提供了一个用户的指导对于这个练习。-This MATLAB exercise implements a pitch period detector based on detecting and tracking peaks in the (real) cepstrum during regions of v
  3. 所属分类:matlab

    • 发布日期:2017-05-21
    • 文件大小:5646089
    • 提供者:wujin
  1. lpc_vocoder_rev2

    0下载:
  2. 这个MATLAB构建一个锻炼LPC声码器,即,执行LPC分析和合成语音文件,导致合成语音近似原始的演讲。LPC分析使用一个标准的自相关分析来确定LPC系数的设置,一帧一帧的基础上,以及框架获得。一个独立的分析方法(cepstral螺距内检测器)把每一帧的言论是要么表示演讲(时间由cepstral峰值的位置在指定范围的音调时期)或无声的言论(模拟随机噪声帧)0帧基音周期的样本。独立的分析提供了一个两国并存的激发函数LPC合成处理的一部分,包括一系列的脉冲(表示帧期间)和/或噪声序列(在无声的帧)。
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2496251
    • 提供者:wujin
  1. yuyinshiyan

    0下载:
  2. (1) 使用录音软件或者Matlab函数,分别采集一段浊音和清音语音信号(是你自己说的,如:a,o,s等),采样率为8KHz,量化精度为16比特线性码,存在自己指定的目录下,例如D盘根目录下叫sound的文件夹中,录音文件名为yourfilename_a.wav,yourfilename_s.wav等。录音的软件和Matlab函数的使用见随后的附录。 (2) 根据语音信号的短时平稳特性,分析帧长取30ms(或10ms~50ms); (3) 利用上述基音提取的三种方法(任选两种方法)的编程
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-25
    • 文件大小:29981
    • 提供者:刘杨
  1. simulation-of-speech-coding

    0下载:
  2. 计算语音信号的AMDF(短时平均幅度差),基音估计(中心削波),LBG算法的实现-Calculation of the speech signal AMDF (short time average magnitude difference), pitch estimation clipping (center), the implementation of the LBG algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:7693
    • 提供者:赵梦娜
  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. zxg

    1下载:
  2. 基于MATLAB的自相关法基音提取的m文件。利用浊音和清音的自相关函数的不同,可以提取基音周期。 其中采用的三电平削波法,可修正中心削波。-Based on MATLAB autocorrelation pitch extracted files m. Using different voiced and unvoiced autocorrelation function can be extracted pitch. Three-level clipping method employed t
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:19622
    • 提供者:花花
  1. voice-detector

    0下载:
  2. matlab 的语音检测,识别出声音并进行基音的监测-recognize the voice and analyze the energy of it
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-04
    • 文件大小:497649
    • 提供者:司长明
  1. An-LPC-vocoder-based

    0下载:
  2. 论文:An LPC vocoder based on phase-equalized pitch waveform,讲述一种基于相位均衡基音的LPC话音编码算法-An LPC vocoder based on phase-equalized pitch waveform
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:509905
    • 提供者:sophia
  1. 2018MELP-1200-2400

    0下载:
  2. 结合了混合激励和多带激励,以LPC模型为基础,同时在激励信号产生和基音提取改进,提高了语音合成质量。-a very useful code.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:1703782
    • 提供者:毛革非
  1. qinyinzhuoyinzixiangguan2

    0下载:
  2. 分别将一帧清音信号与一帧浊音信号进行自相关,并比较结果,以作检测基音周期。-Respectively an unvoiced voiced signal and a signal autocorrelation, and compare the results to detect pitch for.
  3. 所属分类:Wavelet

    • 发布日期:2017-04-12
    • 文件大小:1089
    • 提供者:fuguanghui
  1. 2.4Pkb-sPMELP

    0下载:
  2. 提出了一种新的工作于极低码率下的混合激励线性预测(MELP)声码器.该声码器结合了线性预测编码(LPC)和多带激励编码算法的优点,对算法和量化方案重新进行了设计和改造,其主要特征包括改进的基音检测算法、混合的周期脉冲和随机噪声激励、有效的线性谱频率(LSF)参数量化以及激励谱形状表示.非正式主观测试表明,由采用本算法的一个2.4 kb/s编码器所重建的语音质量略优于美国联邦标准4.8 kb/s码激励线性预测编码(CELP)所重建的语音质量.-New Mixed Excitation Linear
  3. 所属分类:Project Design

    • 发布日期:2017-05-05
    • 文件大小:139726
    • 提供者:梦转
  1. acfamdf

    0下载:
  2. 采用自相关函数法和平均幅度差函数法以及改进的平均幅度差函数法求一段音频的基音-Using the correlation function method and average magnitude difference function method and improved average magnitude difference function method for an audio pitch
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:3960
    • 提供者:肖艳
  1. daopu

    0下载:
  2. 利用倒谱法对时域信号进行信号基音检测和共振峰测试-Signal detection and resonance test of time domain signal are carried out by using cepstrum method
  3. 所属分类:matlab

    • 发布日期:2017-12-08
    • 文件大小:700
    • 提供者:周星月
  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-12
    • 文件大小:54591
    • 提供者:马江河
  1. 83922216

    0下载:
  2. 此算法是针对语音合成,采用时域的基音同步叠加算法,不错-The algorithm for speech synthesis, using time domain pitch synchronous overlap, the algorithm is good
  3. 所属分类:Graph program

    • 发布日期:2017-12-16
    • 文件大小:29696
    • 提供者:Jaavd
« 1 2 ... 9 10 11 12 13 1415 »
搜珍网 www.dssz.com