win_cstr_3.cc

来自「这是处理语音信号的程序」· CC 代码 · 共 31 行

CC
31
字号
// file: window/win_cstr_3.cc//// isip include files//#include "window.h"#include "window_constants.h"// method: create window constructor//// arguments://  char_1* opt_d: (input) type of window to create//  int_4 width_d: (input) length of window to create//// return: none//Window::Window(char_1* opt_a, int_4 width_a) {  // preset class data  //  data_d = (float_8*)NULL;  debug_level_d = ISIP_DEBUG_NONE;  // change parameters and create the window  //  set_cc(opt_a, width_a);  // return  //}

⌨️ 快捷键说明

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