搜索资源列表
JAVA的声音处理方法 (转自伊氏女人)-----淘特网
- 数字音频格式有很多种,其质量与采样频率和采样精度两个参数有关。频率的表示单位为赫兹〔Hz〕,它表示每秒采样次数。采样频率越高,音质就越好。采样精度为每次采样所存储的数据数量,它决定每个数字信号所能够表示的离散振幅的数量。存储每个样本的数据越多,音质就越好。但是高品质的声音需要占用大量的内存和磁盘空间。考虑到网络带宽,在Internet连接上传输就需要花费很长的时间。对于Applet来说,保证声音文件的最小化是极为重要的。-digital audio format there are many,
lpcrr2am
- 用MATLAB来实现声音信号处理的函数程序的源代码。-MATLAB to achieve voice signal processing function of a program's source code.
midi2frq
- 用MATLAB来实现声音信号处理的函数程序的源代码-MATLAB to achieve voice signal processing function of a program's source code
readcnx
- 用MATLAB来实现声音信号处理的函数程序的源代码-MATLAB to achieve voice signal processing function of a program's source code
writehtk
- 用MATLAB来实现声音信号处理的函数程序的源代码-MATLAB to achieve voice signal processing function of a program's source code
rsfft
- 用MATLAB来实现声音信号处理的函数程序的源代码-MATLAB to achieve voice signal processing function of a program's source code
J005241
- 主要 研 究 用于声音通讯系统中的声回波抵消技术。声回波抵消通常采用声回波抵 消器来实现。具体方法是用自适应滤波器来估计回波信号,并从麦克风信号中减掉该 估计值,从而实现声回波的抵消。回波抵消器中常用的几种自适应滤波算法有LMS, NLMS, RLS等算法。对现有主要算法的性能进行了分析,并对优缺点进行评价和比 较。为了在收敛速度和运算量之间得到很好的折衷,对NLMS算法改进,得到了 PNLMS算法,对传统的快处理块算法改进,得到了精确块算法。综合两个算法,获 得了一种基
enframe
- 语音信号处理中对一段声音的,端点检测,使用MATLAB实现的功能函数
myexp
- 语音信号处理中语音合成的MATLAB程序。可以对声音文件提取短时能量和短时过零率。
voicesignalprocessing
- 对声音信号进行处理,通过播放来检验处理效果,采用维纳滤波法进行滤波。有详细注解-voice signal processing, using weina.
hmmselforiginal
- 特征分析对于声音信号的处理非常有用,希望这个能对大家有用-Feature Analysis for the audio signal processing is very useful, hope this will be useful to everyone
SIGNAL-EMBEDDED-IN-NOISE
- 一个声音信号的处理程序,包括信号分析,降噪-A voice signal processing procedures, including signal analysis, noise reduction
matlab
- 文中主要探究声音在频率上体现出的各种特性,并在此基础上在Matlab平台下的信号处理工具箱,如sptool、fdatool、wavelet、simulink工具箱等,对声纹识别技术做初步探索。-This paper explore the sound reflects the various characteristics in the frequency, the signal processing toolbox in Matlab platform and on this basis, s
cis-matlab
- cis算法是人工耳蜗声音处理的核心算法,用于将语音信号进行频带分解以及合成。-cis algorithm is the core of the cochlear sound processing algorithms for voice signal band decomposition and synthetic.
speech-and-voice-processing
- 用MATLAB完成语音声音信号处理和识别以及去噪简单程序-Using MATLAB complete voice recognition and voice signal processing and de-noising simple procedure
Voice-endpoint-detection
- 语音识别检测端点也就是采集声音信号的时候,开始说话到说话结束,我们把这一段声音信号采集下来进行处理。不然那么多信号都去处理,没有声音也处理那就浪费了很多的空间以及浪费了CPU去做后续的操作。这是一段语音识别检测端点代码。-Speech recognition detection endpoint is to collect the sound signal, began to speak to the end of the speech, we put this section of the s
Simple signal processing
- 这个算吗,这只是一个简单的小组作业。可以生成一个简单的信号和用expressVI简单处理一下声音。(Is that all right? It's just a simple group work.)
课程设计内容
- 滤波器的实现,fir滤波器对噪声的 消除。实现声音信号的接受。(Realization of filter)