资源简介

音频去噪,去除高斯噪声,效果很好,算法来源:iee论文。本资源里面有论文,及作者提供的相应matlab代码,以及我为了翻译为c修改后的matlab代码以及c代码,以及详细的版本说明及测试结果。

资源截图

代码片段和文件信息

#include
#include
#include 
#include“common.h“

void *fa_malloc(int size)
{
void *p=NULL;
p=(void*)malloc(size);

if(p){
memset(p0size);
}
return p;
}


void  show(const float* dataint beginint end)
{
int i=0;

for(i=begin-1;i printf(“%f  “data[i]);
}
printf(“\n“);
}


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        353  2013-11-11 10:04  音频去噪(高斯噪声)\code\c\Audio_Denoising_v1.1_c\common.c

     文件        198  2013-11-11 10:00  音频去噪(高斯噪声)\code\c\Audio_Denoising_v1.1_c\common.h

     文件      16376  2013-11-22 17:07  音频去噪(高斯噪声)\code\c\Audio_Denoising_v1.1_c\denoise.c

     文件        778  2013-11-18 09:35  音频去噪(高斯噪声)\code\c\Audio_Denoising_v1.1_c\denoise.h

     文件       1912  2013-11-29 11:19  音频去噪(高斯噪声)\code\c\Audio_Denoising_v1.1_c\fa_denoise.c

     文件        829  2013-11-14 15:00  音频去噪(高斯噪声)\code\c\Audio_Denoising_v1.1_c\fa_denoise.h

     文件       6871  2013-11-07 14:29  音频去噪(高斯噪声)\code\c\Audio_Denoising_v1.1_c\fa_fft.c

     文件       1229  2012-10-04 19:38  音频去噪(高斯噪声)\code\c\Audio_Denoising_v1.1_c\fa_fft.h

     文件       2552  2013-11-14 15:37  音频去噪(高斯噪声)\code\c\Audio_Denoising_v1.1_c\STFT.c

     文件        778  2013-11-13 15:13  音频去噪(高斯噪声)\code\c\Audio_Denoising_v1.1_c\STFT.h

     文件        625  2013-11-29 11:19  音频去噪(高斯噪声)\code\c\Audio_Denoising_v1.1_c\test.c

     文件      15252  2013-11-11 21:53  音频去噪(高斯噪声)\code\c\Audio_Denoising_v1.1_c\waveformat.c

     文件       1239  2013-11-13 17:02  音频去噪(高斯噪声)\code\c\Audio_Denoising_v1.1_c\waveformat.h

     文件      14336  2013-12-02 21:19  音频去噪(高斯噪声)\code\c\版本说明.doc

     文件      10738  2013-11-07 13:25  音频去噪(高斯噪声)\code\matlab\Audio_Denoising_v1.0_start\BlockThresholding.m

     文件       1067  2011-04-17 11:13  音频去噪(高斯噪声)\code\matlab\Audio_Denoising_v1.0_start\demo_blockthresholding.m

     文件        166  2007-06-11 01:51  音频去噪(高斯噪声)\code\matlab\Audio_Denoising_v1.0_start\get_SNR.m

     文件        451  2006-09-16 02:48  音频去噪(高斯噪声)\code\matlab\Audio_Denoising_v1.0_start\MakeHanning.m

     文件      11532  2013-11-22 10:34  音频去噪(高斯噪声)\code\matlab\Audio_Denoising_v1.1_modification\BlockThresholding.m

     文件       1117  2013-11-22 10:28  音频去噪(高斯噪声)\code\matlab\Audio_Denoising_v1.1_modification\demo_blockthresholding.m

     文件        166  2007-06-11 01:51  音频去噪(高斯噪声)\code\matlab\Audio_Denoising_v1.1_modification\get_SNR.m

     文件        571  2013-11-07 16:25  音频去噪(高斯噪声)\code\matlab\Audio_Denoising_v1.1_modification\MakeHanning.m

     文件      22528  2013-11-22 17:30  音频去噪(高斯噪声)\code\matlab\版本说明.doc

     文件     998272  2013-08-06 14:33  音频去噪(高斯噪声)\paper\2008_IEEE_TSP_Audio Denoising by Time-Frequency Block Thresholding.pdf

     文件    4877567  2013-11-22 17:05  音频去噪(高斯噪声)\test\audio\audio.rar

     文件      26112  2013-11-28 11:24  音频去噪(高斯噪声)\test\doc\Audio_Denoising_v1.1_c误差测试.doc

     文件      31744  2013-11-28 20:08  音频去噪(高斯噪声)\test\doc\音频去噪实验报告.doc

     文件      17408  2013-11-28 20:45  音频去噪(高斯噪声)\发布\gauss_denoising使用说明.doc

     文件      61440  2013-11-28 16:54  音频去噪(高斯噪声)\发布\一般模式\gauss_denoising.exe

     文件      61440  2013-11-28 17:00  音频去噪(高斯噪声)\发布\严重模式\gauss_denoising.exe

............此处省略19个文件信息

评论

共有 条评论