wavetrans2.comp.dct.lib

来自「su 的源代码库」· LIB 代码 · 共 18 行

LIB
18
字号
WAVETRANS2 - 2D wavelet transform by tensor-product of two 1D transformsFunction Prototype:int waveTrans_2(float **x, float **y, waveFilter *filter, 	int twopow1, int twopow2, int stage1, int stage2, int type);Input:x	array[][] for the signaly 	array[][] for the wavelet coefficientsfilter	wavelet filter structuretwopow1	2^pow1 is the length of the signal along 1st dimensiontwopow2	2^pow2 is the length of the signal along 2nd dimensionstage1   stage of decomposition along 1st dimension stage2   stage of decomposition along 2nd dimension type	0 for decomposition, 1 for reconstructionAuthor: 	Tong Chen, 04/12/95

⌨️ 快捷键说明

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