📄 ft_get_1.cc
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -