资源列表
VC_Spectrum.Base.On.AudioCard
- VC实现基于声卡的频谱分析.可将麦克风上传的声音进行频谱分析(应用FFT变换)并回显。-VC Sound Card Based on the analysis of the spectrum. Can be uploaded to the microphone for voice spectrum analysis (FFT Transform) and a back.
G711-G723.1
- 经过优化的G711和G723.1的语音算法
shuzhuangfilter
- 有关于梳状滤波器的设计源码,大家可以参考,不错的
gaijin_pujianfa
- 改进的谱减法,语音增强,音频降噪-MATLAB-audio denoising---matlab
Focus-FMCW-SAR
- Focus FMCW SAR Data Using the Wavenumber Domain Algorithm
phase-field-simulation
- This a phase field simulation example to simulate the segeration of two phase flow.-This is a phase field simulation example to simulate the segeration of two phase flow.
resample-v1.0.0.40.tar
- 采样率转换代码,用多相滤波器实现了音频的抽取、插值与分数倍速重采样, 尤其是分数倍重采样是现在大部分采样率转换代码中没有的,该代码对三种方式都提供了例子代码供参考-resample, decimate and interp audio samples
AudioPlayer_G711
- g711 a/u 解码播放demo,测试文件可网上下载/-g711 a/u decode and play demo, test files can be downloaded /
lms10
- 自适应滤波LMS算法语音降噪,采集一段wma文件,加入高斯白噪声,然后实现降噪。-LMS adaptive filtering algorithm for speech noise reduction
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
SRS-3D
- 采用HRTF数据合成频域补偿曲线,实现双声道虚拟环绕声(SRS-3D)-the dual-channel virtual surround sound system using HRTF date (SRS-3D)
FIR,IIR滤波器对语音信号的滤波处理matlab仿真
- 本资源实现了基于LSB算法的语音信号的数字水印,内有测试的载体音频,水印音频,代码几乎每一句都有详细的解释,采用了重新量化,使得载体的数据量和水印的数据量不易冲突,附GUI。另外还加入了两种抗干扰处理,一种是低通滤波,另一种是30db的高斯白噪声,外带一段录音的小程序。LSB由于其本身的特点,对两种攻击的抵抗都不是很好。另外,我还有一个资源是关于DWT小波变换的,可以去看看,DWT方法相比于LSB方法的抗干扰性强了不是一点半点。