pwmse_filt

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

TXT
15
字号
#@(#)Pwmse_filt	1.3 7/16/93 ERLfloat samp_freq ?= 8000: "Sampling frequency:";int filt_length ?= 201: "filter length - odd:";int nbands ?= 3: "Number of bands:";float band_edge1 ?= 0;float band_edge2 ?= 1000;float band_edge3 ?= 2000;float band_edge4 ?= 4000;float band1_des ?= 0: "desired value for band1:";float band2_des ?= 1: "desired value for band2:";float band3_des ?= 0: "desired value for band3:";float band1_wt ?= 1: "weighting value for band1:";float band2_wt ?= 1: "weighting value for band2:";float band3_wt ?= 1: "weighting value for band3:";

⌨️ 快捷键说明

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