📄 sig_set_3.cc
字号:
// file: sig_set_3.cc// // isip include files//#include "Signal.h" #include "signal_constants.h" // method: set_sample_frequency_cc//// arguments:// float_8 sf: (input) sample frequency of the signal//// return: none//// this method assigns the sample frequency of the signal//logical_1 Signal::set_sample_frequency_cc(float_8 sf_a) { // assign the sample frequency // sf_d = sf_a; // exit gracefully // return ISIP_TRUE;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -