cwpt2.h
来自「我找到的matlab的最新工具箱」· C头文件 代码 · 共 27 行
H
27 行
/*
2D Continuous Wavelet Packet Transform package
(c) 2002-2005 Let It Wave, all rights reserved
*/
#ifndef __CWPT2_H_INCLUDED
#define __CWPT2_H_INCLUDED
#include <stdlib.h>
#include <stdio.h>
typedef double FLOAT;
#define INLINE /* inline is not supported by Matlab compiler */
/* #define INLINE inline */
#define CWPT2_SCALE_MAX 10
#define MEX_ERROR(a) {sprintf(mexErrMsg,a);goto mex_err_quit;}
#include "atrous.h"
#include "btree.h"
#include "dyadic2.h"
#include "quad.h"
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?