xprun.params

来自「speech signal process tools」· PARAMS 代码 · 共 14 行

PARAMS
14
字号
# @(#)xprun.params	1.1 6/7/91# default parameter file for testsd (used by xpromptrun test script)float freq ?= 500 : "Frequency for periodic signals";float phase ?= 0 : "Phase for periodic signals";int samp_rate ?= 8000 : "Sampling rate";float level ?= 500 : "Signal power level";float sweep_rate ?= 0 : "Frequency sweep rate for periodic signals (0 means no sweep)";float decay_time ?= 0 : "Exponential decay time (0 means no decay)";char *ascii_file ?= "" : "Input file for ASCII conversions (use - to enter directly from testsd)";int length ?= 800 : "Number of points to create";int seed ?= 1234567 : "Random seed for noise signals";char *data_type =? "SHORT" : "Signal data type": {"DOUBLE", "FLOAT", "LONG", "SHORT", "BYTE", "DOUBLE_CPLX", "FLOAT_CPLX", "LONG_CPLX", "SHORT_CPLX", "BYTE_CPLX"};char *type =? "SINE" : "Signal type": {"SINE", "SQUARE", "TRIANGLE", "SAWTOOTH", "PULSES", "GAUSS", "UNIFORM", "ASCII"};

⌨️ 快捷键说明

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