📄 mallat.h
字号:
/* * -*- Mode: ANSI C -*- * $Id: mallat.h,v 1.2 1996/10/06 09:25:48 fernande Exp $ * $Source: /sgi.acct/sweldens/cvs/liftpack/include/mallat.h,v $ * Author: Gabriel Fernandez, Senthil Periaswamy * * Definitions for the functions to arrange data in Mallat format. *//* do not edit anything above this line */#ifndef __MALLAT_H__#define __MALLAT_H__extern void FLWTChangeFormat ( Matrix __Data, const int __width, const int __height, const int __N, const int __nTilde, const int __levels, const boolean __inverse );extern void InplaceChange1D ( Vector __Data, const int __len, const int __offset, const boolean __inverse );#endif /* __MALLAT_H__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -