su 的源代码库

源代码在线查看: wpcpack2.comp.dwpt.2d.lib

软件大小: 13691 K
上传用户: goocool
关键词: su 源代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				WPCPACK2 - routine to perform a 2D wavelet packet transform 								wavePack2	decompose/reconstruct a 2D signal into/from its wavelet						packet coefficients								Function Prototype:				void wavePack2(float **x, float **y, void *inconf, int type);								wavePack2:				Input:				x		array[][] for the signal				y 		array[][] for the wavelet coefficients				inconf		configuration 				type		0 for decomposition, 1 for reconstruction								Author:		Tong Chen, 05/25/94				Modifier: 	Tong Chen, 07/28/94, for API							

相关资源