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

📄 ft_set_0.cc

📁 这是处理语音信号的程序
💻 CC
字号:
// file: $PDSP/class/fourier_transform/v3.0/ft_set_0.cc//// isip include files//#include "fourier_transform.h"#include "fourier_transform_constants.h"// method: set_cc (overloaded)//// arguments://  int_4 order_a: (input) order of the transform//// return: a logical_1 value indicating status//// this method sets the parameters which are provided by the user// from the command line//logical_1 Fourier_transform::set_cc(int_4 order_a) {  // call the base set routine with proper arguments and exit gracefully  //  return set_cc(order_a, FT_DEFAULT_ALGO_NAME, FT_DEFAULT_DATA_TYPE);}

⌨️ 快捷键说明

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