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

📄 input_maker.h

📁 小波分析程序
💻 H
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -