搜索资源列表
winresample
- wave文件采样率转换的程序,对于学习信号与音频处理,信号的抽取与插值,RIFF文件结构和WAVE文件格式很有帮助。
video_signal2
- 用matlab编的 处理音频信号的程序,,非常实用,。含波形分析,噪声处理,光滑处理,。实用,好
Audio-gather 基于VC++的音频采集程序
- 一个基于VC++的音频采集程序。音频数据采集,能显示波形可采集传感器等非音频信号,能够实时显示。至于其他功能如:回放,存储,压缩和相关处理的算法等功能由于其他技术保密。-VC++-based audio capture program. Audio data acquisition, sensors can be collected to show the waveform and other non-audio signals, real-time display. As for other
volume.rar
- 这个程序是一个音频信号采集、处理输出的程序。整个系统可以完成将输入的音频数据扩大volume 倍后再输出的功能。,This procedure is an audio signal acquisition, processing output procedures. The whole system can achieve the audio data input times the volume after the expansion of output functions.
genlgftkern
- 本源程序是基于matlab实现了音乐信号处理中的恒Q变换(Constant Q Transformation)并得到频谱矩阵和语谱图-This Code is based on the matlab, being executed for the musical signal processing by using the CQT(Constant Q Transformation)and finally get the frequecy Information
fir-v1.0.0.40.tar
- 音频信号处理中常用的fir滤波器, 提供了各种窗函数的计算函数,提供了低通滤波器、高通滤波器、带通滤波器、带阻滤波器的设计与实现代码,并提供了例子程序-fir filter , supply lpf,hpf,bandpass and bandstop filter design and implemention
so
- 基于matlab的语音信号提取与处理程序-Based on matlab voice signal extraction and processing procedures
matlab-RECORDING-AND-PROCESSJING
- matlab录音采集与音频处理(GUI界面)。非常实用的GUI程序,主要包含音频信号采集及音频处理分析等功能,可编译成独立运行程序。-acquisition and recording audio processing matlab (GUI interface). Very useful GUI program mainly includes audio processing audio signal acquisition and analysis functions can be comp
enframe
- 改程序主要功能:完成对采集到的语音信号进行分帧处理-Change program main function: complete to frame the speech signals were collected
FIR,IIR滤波器对语音信号的滤波处理matlab仿真
- 本资源实现了基于LSB算法的语音信号的数字水印,内有测试的载体音频,水印音频,代码几乎每一句都有详细的解释,采用了重新量化,使得载体的数据量和水印的数据量不易冲突,附GUI。另外还加入了两种抗干扰处理,一种是低通滤波,另一种是30db的高斯白噪声,外带一段录音的小程序。LSB由于其本身的特点,对两种攻击的抵抗都不是很好。另外,我还有一个资源是关于DWT小波变换的,可以去看看,DWT方法相比于LSB方法的抗干扰性强了不是一点半点。