pbarkspec

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

TXT
16
字号
# @(#)Pbarkspec	1.2 7/12/98 ERL# default parameter file for barkspecint	start ?= 1: "First record from input file to process";int	nan ?= 0: "Number of records to process; 0 means continue to EOF";int     num_freqs ?= 0:	"Number of channels; 0 means Bark range rounded to integer";float   bark_low ?= 0: "Low limit of Bark-scale range to cover";float   bark_high ?= 0:	"High limit of Bark-scale range to cover; 0 means Nyquist equivalent";float   band_low ?= 0: "Low limit of frequency range (Hz) to cover";float   band_high ?= 0:	"High limit of frequency range (Hz) to cover; 0 means Nyquist";string  spec_type ?= "DB": "Output powers or log powers?": {"DB", "PWR"};float   add_const ?= 0.0: "Constant to add to output values";float   mult_const ?= 1.0: "Constant to multiply output values by";

⌨️ 快捷键说明

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