pfeafunc
来自「speech signal process tools」· 代码 · 共 13 行
TXT
13 行
# @(#)Pfeafunc 1.3 8/13/91 ERL# default parameter file for feafuncint start ?= 1: "First record from input file to process";int nan ?= 0: "Number of records to process; 0 means till EOF";float gain_real ?= 1;float gain_imag ?= 0;float add_real ?= 0;float add_imag ?= 0;string input_field ?= "samples": "Input field name";string output_field ?= "input_name_[function]": "Output field name; - (hyphen) means same as input";string output_type ?= "input type": "Output field type": {"DOUBLE", "FLOAT", "LONG", "SHORT", "BYTE", "DOUBLE_CPLX", "FLOAT_CPLX", "LONG_CPLX", "SHORT_CPLX", "BYTE_CPLX"};string function_type ?= "NONE": "function to apply": {"NONE", "ABS", "ARG", "ATAN", "CONJ", "COS", "EXP", "IM", "LOG", "LOG10", "RE", "RECIP", "SGN", "SIN", "SQR", "SQRT", "TAN"};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?