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

📄 sig_cstr_1.cc

📁 这是处理语音信号的程序
💻 CC
字号:
// file: sig_cstr_1.cc//// isip include files//#include "Signal.h"#include "signal_constants.h"// method: default constructor//// arguments: none//// return: none//Signal::Signal() {  // initialize the protected data  //  fname_d = (char_1*)NULL;  fp_d = (FILE*)NULL;  num_chans_d = SIGNAL_DEFAULT_NUM_CHANS;  num_bytes_d = SIGNAL_DEFAULT_NUM_BYTES;  sf_d = SIGNAL_DEFAULT_SF;  swap_byte_flag_d = SIGNAL_DEFAULT_SWAP_BYTES;  end_file_time_d = (float_8)0.0;  file_size_d = (int_4)0;    // debug level  //  debug_level_d = ISIP_DEBUG_NONE;  // return  //}

⌨️ 快捷键说明

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