源代码说明.txt

来自「利用小波进行人声滤波的软件 值得参考的是小波算法」· 文本 代码 · 共 18 行

TXT
18
字号
wav_basic.c: 		basic filtering, decimation and upsampling routines.
wav_basic.h: 		interface to wav_basic.c.
wav_trf.c: 		transform routines.
wav_trf.h: 		interface to wav_trf.c.
wav_filters.h: 		where filter banks and their properties are defined.
wav_filters_extern.h: 	interface to wav_filters.h.
wav_gen.h: 		some parameters and min/max macros.
macros.h: 		pointer check macro.
test_transforms.c: 	main routine for testing transforms and invertibility.
test_denoise.c: 	main routine for the example denoising applications.
alloc.c: 		pointer allocation/deallocation.
alloc.h: 		interface to alloc.c.
Makefile
peppers.raw: 		512x512 grayscale test image.



WWW.VCKBASE.COM

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?