📄 filter.h
字号:
/* * -*- 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -