filter.h

来自「大师写的二代小波经典之作」· C头文件 代码 · 共 20 行

H
20
字号
/* *  -*- Mode: ANSI C -*- *  $Id: filter.h,v 1.2 1996/08/16 17:23:21 fernande Exp $ *  $Source: /sgi.acct/sweldens/cvs/liftpack/include/filter.h,v $ *  Author: Fernandez, Gabriel * *  Declares the function that finds the filter coefficients used in the *  wavelet transform to find the new gamma coefficients. *//* do not edit anything above this line */#ifndef __FILTER_H__#define __FILTER_H__#include "flwtdef.h"extern Vector GetFilter ( const int __N );#endif /* __FILTER_H__ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?