refcof.defaults

来自「speech signal process tools」· DEFAULTS 代码 · 共 11 行

DEFAULTS
11
字号
# @(#)refcof.defaults	1.1 6/18/91 ERL - default parameter file for maximum entropy analyzerint frame_len ?= 64: "Number of points per analysis frame; 0 means nan";int step ?= 16: "Number or points between start of successive frames; 0 means frame_len";string window_type ?= "RECT": "Window to apply to data": {"RECT", "HAMMING", "TRIANG", "HANNING", "COS4"};int order ?= 10: "Number of reflection coefficients to compute per frame)";string method ?= "AUTOC": "Analysis": {"AUTOC", "COV", "BURG", "MBURG", "FBURG", "STRCOV", "STRCOV1", "VBURG"};

⌨️ 快捷键说明

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