搜索资源列表
ica_C
- 在linux平台下,纯c写的盲信号分离的代码.它采用基于卷积混合的盲信号分离算法,不但可以分离人工合成的混合信号,而且对于真实环境中的卷积混合的语音信号也能够分离.在本程序中,包含了两个测试文件,makefile后便可以直接使用. 另外值得一提的是,压缩包里包含有一些语音处理方面的常用函数.例如fft变换,读取\\写入wav文件,以及一些常用的一维向量和二维矩阵变换的函数.这些可以直接应用在其他应用程序里去.-in linux platform, net write c Blind Si
gsl-1.10.tar
- GNU科学计算函数库GSL(GNU Scientific Library)是一个强大的C/C++数值计算函数库,它是一个自由软件,是GNU项目软件的一个部分,遵循GPL协议。函数库提供了大量的数值计算程序,如随机函数、特殊函数和拟合函数等等。整个函数库大约有1000多个函数,几乎涵盖了科学计算的各个方面。以下是整个函数库的目录: Complex Numbers Roots of Polynomials Special Functions Vectors and Matri
c-coefficent
- 对于清浊音判决的组合系数算法,使用了自相关函数与LPC参数相结合的办法,本代码求出了该算法的判决函数C-coefficent。祥见于俊凤的《基于组合参数的清浊音判决方法》。
MFCCdeC
- 工程包括声音文件的读取、预处理、MFCC参数的提取、最后的聚类函数,对于做语音识别的人帮助很大-The works will include the sound files to read, pre-treatment, MFCC parameters extracted, the final clustering function, to do speech recognition for the great help of people
FFTandicft
- C语言fft和ifdct的函数,可以直接使用-C language functions fft and ifdct can be directly used
sphinx3
- CMU sphinx,是美国卡内基梅隆开发的开源语音识别系统,该程序用C编写,模块结构非常清晰,函数接口明了,非常适合用来进行二次开发。-CMU sphinx, is a Carnegie Mellon developed in open-source speech recognition system, the program is prepared to use C, the module structure is very clear, the function interface, cl
1730
- 1730 语音芯片 C语言 sPI模式程序 有1730所有的sPI函数 实现1730 的录放音-1730 audio chip C-1730 sPI mode procedures to achieve all of sPI 1730' s sound recording function
YUYIN
- 语音采集c++程序,包括端点检测,线性预测倒谱系数,dtw模式匹配等函数,-this is a program about speech recogenition
wav_handle
- c语言写的wav音频文件简单处理函数源码,包括wav_io处理,提取lpc系数、plar系数,可用于语音识别和合成中。可直接调用。-wav audio files simple c language handler source, including wav_io processing, extraction lpc coefficient plar coefficient, can be used for speech recognition and synthesis. Can be cal
SPHINX_3-
- 大词汇量语音识别系统,可以识别连续语音,是美国卡内基梅隆开发的开源语音识别系统,该程序用C编写,模块结构非常清晰,函数接口明了-Large vocabulary speech recognition system can recognize continuous speech, Carnegie Mellon developed open source speech recognition system, the program is written in C, the module struc
ampp
- 用于提取语音信号的能量谱的函数,ampp(s,a,b,c),x为输入信号,a,b,c用于指定subplot函数的作图位置-A function for extracting the energy spectrum of the speech signal, ampp (s, a, b, c), x is the input signal, a, b, c is used to specify the location of subplot mapping function
zcrr
- 用于计算语音信号过零率的函数zcrr,zcrr(x,a,b,i),x为输入,a,b,c为指定subplot函数的参数-Function zcrr for calculating zero-crossing rate of the speech signal, zcrr (x, a, b, i), x is the input, a, b, c as a function of the parameter specifies subplot
music
- 利用C语言 Beep函数实现播放音乐的功能, 利用Sleep函数控制节奏-Using C language Beep function can realize the function of playing music, Using the Sleep function to control the rhythm
chenxu
- (1)录制一段语音信号,完成对信号的采样,画出信号的时域波形和频谱图,确定信号的频谱范围; (2)给信号叠加噪声(噪声类型分为如下几种:a白噪声;b单频噪色(正弦干扰);c多频噪声(多正弦干扰);d其它干扰。),画出受噪声干扰的信号时域波形和频谱图; (3)采用窗函数法设计FIR低通滤波器,画出滤波器的频响特性图; (4)用所设计的滤波器对受噪声影响的信号进行滤波,画出滤波后语音信号的时域波形图和频谱图; (5)对滤波前后的信号进行对比,分析信号的变化;回放语音信号,并与原始语音信号对比