📄 exprun.params
字号:
# @(#)exprun.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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -