mallat.h
来自「大师写的二代小波经典之作」· C头文件 代码 · 共 23 行
H
23 行
/* * -*- 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 + =
减小字号Ctrl + -
显示快捷键?