📄 compile_cwpt2.m
字号:
% Matlab script to compile all functions of the 2D Continuous Wavelet Packet Transform package.% See 'readme.txt' for more instructions.if (isempty(who('compile_cwpt2_failed'))) % if not defined... %cd cwpt2/ compile_cwpt2_failed = 1;end;% default CFLAGS in Matlab 6: -fPIC -ansi -D_GNU_SOURCE -pthread% for Matlab 7 one should assure that CFLAGS='-fPIC -ansi -D_GNU_SOURCE -pthread -fexceptions'% to avoid Matlab closing when getting an exception thrown by mexErrMsgTxt()mex cwpt2.c dyadic2.c atrous.c btree.c quad.cmex cwpt2i.c dyadic2.c atrous.c btree.c quad.cmex c3wpt.c dyadic2.c atrous.c btree.c quad.cmex c3wpti.c dyadic2.c atrous.c btree.c quad.cmex cwt.c dyadic2.c atrous.c btree.c quad.cmex cwti.c dyadic2.c atrous.c btree.c quad.cmex cwpt2_btree.c btree.c mex cwpt2_get_leaf_order.c btree.cclear compile_cwpt2_failedcd ..% 2D Continuous Wavelet Packet Transform package% (c) 2002-2005 Let It Wave, all rights reserved
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -