params.sgram

来自「speech signal process tools」· SGRAM 代码 · 共 13 行

SGRAM
13
字号
# parameter file for TIMIT custom spectrogram# sets all but start and nan (left for -r option) # @(#)params.sgram	1.1 7/25/91 ERLint start = 1: "Number of first point in input file to process.";int nan = 0: "Number of points to process; if 0, continue through end of file.";string method = "other": "Method (other parameters have no effect unless 'other' is chosen)"  : {"wb", "nb", "other"};string data_window ?= "HANNING": "Window to apply ": {"RECT", "HAMMING", "TRIANG", "HANNING", "COS4"};int fft_order ?= 8: "Fourier transform length is 2 to this power" : [2,30];float window_len ?= 8.0: "Duration of each frame in milliseconds";float pre_emphasis ?= 0.94: "Coefficient in preemphasis filter";float step_size ?= 2.0: "Initial points of consecutive frames differ by this number of milliseconds";

⌨️ 快捷键说明

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