pwindow
来自「speech signal process tools」· 代码 · 共 9 行
TXT
9 行
# @(#)Pwindow 1.2 7/18/88 ESI# default parameter file for windowint start ?= 1: "First record from input file to process";int nan ?= 0: "Number of records to process; 0 means till EOF";string sd_field_name ?= "sd": "Input sampled data field name";string wind_field_name ?= "wind_sd": "Output windowed sampled_data field name";int window_len ?= 0: "window_len (Size of window; 0 means size of sd_field_name)";string window_type ?= "RECT": "Window to apply to data (RECT, HAMMING, TRIANG)";
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?