input_maker.h
来自「小波分析程序」· C头文件 代码 · 共 41 行
H
41 行
// input_maker.h#include "../source/libw.h"#ifndef INPUTMAKER_H#define INPUTMAKER_Hvoid Input_maker(int type, Interval &In); // function for making 6 different // clean signals // type is an integer between 1 and 6 // on input In is predefined all 0 interval so that // In.length = desired length of the signal // on output In is filled up with a signalint signum(real x); // utilityconst real Pi = 3.141592654;real funct(real x); // utility#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?