搜索资源列表
ADPCMCODE
- 这是一个在计算机上用C语言写的ADPCM编解码程序。
mfcc 计算语音信号的MFCC系数的代码
- 语音识别中,计算语音信号的MFCC系数的代码,要求输入的语音信号为.PCM格式-Speech recognition, speech signal MFCC coefficients calculated the code, requiring the input voice signal. PCM format
dtmf
- 本程序用于检测音频文件中是否具有DTMF信号,若有则将其检出。 程序首先使用Goertzel算法求出以FRAMESIZE(默认200)为大小的一帧数据在8个DTMF频点上的能量。 对Goertzel算法的改进,对于系数的计算不是采用2*cos[2*pi*k/N],而是采用2*cos[2*pi*fn/fs],这样能够降低误差。 确定了8个频点的能量后运用一系列判决门限来确定有没有DTMF信号,以及信号是什么。 -This procedure used to detect wh
melp1.2
- melp谱的计算。本程序是语音编码melp的C程序实现 -MELP spectrum calculations. This procedure is MELP speech coding procedures of the C implementation
pcm
- 实现了对模拟信号的量化编码并计算了模拟信号的量化噪声-The realization of the analog signal and the quantization coding to calculate the quantization noise analog signal
DTMF5410
- DTMF 编解码器在编码时将击键或数字信息转换成双音信号并发送,解码时在收到的DTMF 信号中检测击键或数字信息的存在性.采用ccs2.2开发。运行在DES5410APP-U开发版上。 子程序_start_ac01,完成AD 及DSP 的多通道缓冲串口(McBSP)初始化。 子程序_iir_to_dtmf,通过由函数set_freq_coff()初始化的系数,分别迭代运算产生行 频和列频,该子程序计算出的两个频率信号样本值分别放入累加器a 和b,相加之 后作为新的一个音频样本发送
activlev
- 根据国际电信联盟标准P.56对语音信号的作用电平进行计算。-calculates the active level of a speech segment according to ITU-T recommendation P.56
PCM-Voice
- 语音压缩,使用pcm编码,计算压缩比,信噪比,保留能量-Voice compression, pcm Encode to calculate the compression ratio, signal to noise ratio, retained energy
approach_N10
- 计算10阶频域传输函数极点及系数来近似双正交coiflet小波尺度函数波形-Computing 10 poles of frequency domain transfer function and coefficient to approximate biorthogonal coiflet wavelet scale function waveform
yinpingshiyan
- 分别取长度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
Hu-Wang
- Matlab 计算听觉场景分析的语音分离-computational auditory scene analysis of speech separation in Matlab
yuyinMFCCjuli
- 提取语音信号的MFCC特征参数,计算三段语音的匹配情况,并计算它们的MFCC距离-MFCC feature extraction of speech signals, computing the matching of three sections of the speech, and calculate their distance MFCC
KELAMO
- 验证克拉默不等式,也就是使得无偏估计量的方差达到一个下限。这时就要首先得到一个随机的无偏估计量,然后计算出其方差并绘制图形,最后绘制克拉默的界限图。-Verify Cramer inequality, which is so unbiased estimators of variance reaches a limit. Then we must first obtain a random unbiased estimator, then calculate its variance and g
example_9_3
- 7频段IIR贷通滤波器系数计算,语音测试信号生成,均衡器效果展示-7 Band IIR filter coefficient calculation, voice test signal generation, the effect of the equalizer display
pitchdetect
- 通过matlab语音,对录制的语音通过计算倒谱实现基音检测。-Through the matlab voice, the recording of the voice through the calculation of cepstrum to achieve pitch detection.