⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mallat.h

📁 大师写的二代小波经典之作
💻 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 + -