3000hpfilt.params

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

PARAMS
12
字号
# @(#)3000hpfilt.params	1.1 11/18/96float samp_freq = 8000: "Sampling frequency:";int filt_length = 65: "filter length - odd:";int nbands = 2: "Number of bands:";float band_edge1 = 0;float band_edge2 = 3000;float band_edge3 = 4000;float band1_des = 0: "desired value for band1:";float band2_des = 1: "desired value for band2:";float band1_wt = 1: "weighting value for band1:";float band2_wt = 1: "weighting value for band2:";

⌨️ 快捷键说明

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