搜索资源列表
exp_001
- 自己用VC编写的一个读取wave文件,并计算短时能量、短时过零率以及自相关函数的程序。所有的计算结果都会显示在程序运行后生成的文本文档中。注意,运行程序时需要修改wave文件路径,在程序中体现为wavefilename字符串指针所指向的内容。-own VC prepared a document reader wave and short-term energy calculation, Short-term rates and zero autocorrelation function pro
Speech_signal_short_time_analysis
- 语音信号的短时分析,主要包括:分帧、短时能量、短时平均幅度、短时过零率、短时自相关函数、短时幅度差、倒谱、复倒谱、lpc系数、lpc谱估计等 绝对保证质量,是保研后导师布置的一些基础程序
yuyin
- 语音信号的时域处理,有短时能量,短时平均幅度,短时过零率和短时自相关函数。
c-coefficent
- 对于清浊音判决的组合系数算法,使用了自相关函数与LPC参数相结合的办法,本代码求出了该算法的判决函数C-coefficent。祥见于俊凤的《基于组合参数的清浊音判决方法》。
通道自相关
- 语音识别中的通道自相关函数,matlab版。自己编的,通过测试-Speech Recognition access autocorrelation function, Matlab version. His series, testing
LPCC.rar
- 可以在CCS中运行的LPCC程序,包括语音参数分析主函数,信号的自相关函数,由自相关函数计算LPC预测系数,由LPC预测系数计算LPC倒谱系数,由LPC预测系数计算MEl到普系数等函数,CCS can be run at the LPCC procedures, including analysis of voice parameters of the main function, the signal autocorrelation function, autocorrelation func
jiyinjiance
- 音频基音周期的检测方法一般有两种,该代码是基于音频的自相关函数-Audio pitch detection methods There are two general, the code is the autocorrelation function based on the audio
speech
- 语音信号时域特性分析,包括时域谱,短时过零率分析,短时幅值,短时能量,自相关函数-Analysis of time-domain characteristics of speech signals
zixiangguandejiyinjiancechengxv
- 自相关函数的应用,进行基音检测,在MATLAB下进行仿真-Application of autocorrelation function for pitch detection, carried out in the MATLAB simulation
LMS
- LMS算法实现自适应滤波 clear close all clc N=10000 设置仿真长度 信号产生参数设定 a1=-0.195 a1=-1.5955 a2=0.95 R0=[1,a1,a2 a1,1+a2,0 a2,a1,1] p=[1,0,0] r=inv(R0)*p 计算理论自相关函数 R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵 p1=[r(2),r(3)] 生成互相关 h=inv(R)
lpcau
- 语音信号处理,matlab程序,用于求取线性预测系数,采用自相关函数法
PitchExtractingNewMethodforMixedSpeechesBasedonMul
- 基于分频带自相关函数的混叠语音基频分离提取新算法 -Based on the sub-band auto-correlation function of the fundamental frequency of voice-alias A New Algorithm for Extraction
Untitled10
- 基于自相关函数的基音检测算法,再此基础上进行中心削波预处理,估算出基音周期。-Autocorrelation function based pitch detection algorithm based on the center and then the pre-clipping, to estimate the pitch period.
spCorr
- 本程序集提供了用自相关函数的方法提取语音信号的基音-The assembly provides a method of using the autocorrelation function of the pitch extraction of speech signals
speech-signal-analysis-
- matlab写的关于语音信号的时域分析,包括能量,幅度,自相关函数,过零率等的程序-The time domain analysis of speech signal with Matlab, including energy, amplitude, autocorrelation function, and zero crossing rate.
speech-
- 语音信号处理短时分析的实验以实验报告,处理有语音信号的短时幅值、自相关函数、短时能量和分辨清音和浊音-The analysis of the short speech signal processing experiments to test report, with the short speech signal amplitude, the autocorrelation function, short-term energy and distinguish the voiced and u
wra
- 在上一次实验的基础上,进一步理解加窗思想在语音语音信号处理的作用和语音信号时域处理的基本方法,掌握基于短时自相关函数的基音周期估计的算法,理解窗长与基因周期之间的关系。完成语音基因计算。-an implementation of the pitch estimation algorithm based on short-time autocorrelation function
code
- 设计一个信号发生器,并同时画出信号的时域表 示,自相关函数及功率谱-Design of a signal generator and simultaneously draw the time domain representation of the signal, the autocorrelation function and the power spectrum
yuyin
- 语音信号的时域、频域分析,包括短时能量分析、短时平均过零率、自相关函数、短时平均幅度差函数等。-Time-domain speech signal, frequency domain analysis, including short-term energy analysis, the average short-term zero-crossing rate, autocorrelation function, such as short-time average magnitude diff
duanshizixiangguan
- 该程序实现对于语音信号的在不同矩形窗下短时自相关函数的计算并绘制波形-The short-term program for calculating the correlation function and draw from different rectangular window in the speech signal waveform
