ft_get_1.cc
来自「这是处理语音信号的程序」· CC 代码 · 共 28 行
CC
28 行
// file: $PDSP/class/fourier_transform/v3.0/ft_get_1.cc//// isip include files//#include "fourier_transform.h"#include "fourier_transform_constants.h"// method: get_algorithm_cc //// arguments:// int_4& algorithm_a : (output) numeric equivalent of the algorithm //// return: a logical_1 value indicating status//// this method gets the numeric equivalent name of the fft algorithm being used//logical_1 Fourier_transform::get_algorithm_cc(int_4& algorithm_a) { // get the algorithm being used // algorithm_a = algorithm_d; // exit gracefully // return ISIP_TRUE;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?