📄 wavepack2.comp.dct.lib
字号:
WAVEPACK2 - 2D Wavelet PACKet transform Function Prototype:int wavePack_2(float **x, float **y, waveFilter *filter1, waveFilter *filter2, int twopow1, int twopow2, int stage1, int stage2, int type);Input:x array[][] for the signaly array[][] for the wavelet coefficientsfilter1 wavelet filter structure for the faster dimensionfilter2 wavelet filter structure for the slower dimensiontwopow1 2^pow is the length of the signal for the faster dimension twopow2 2^pow is the length of the signal for the slower dimension stage1 stage of decomposition for the faster dimensionstage2 stage of decomposition for the slower dimensiontype 0 for decomposition, 1 for reconstructionAuthor: Tong Chen, 05/25/94
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -