mask.test

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

TEST
112
字号
#!/bin/csh -f# This material contains unpublished, proprietary software of # Entropic Research Laboratory, Inc. Any reproduction, distribution, # or publication of this work must be authorized in writing by Entropic # Research Laboratory, Inc., and must bear the notice: ##    "Copyright (c) 1990-1996  Entropic Research Laboratory, Inc. #                   All rights reserved"## The copyright notice above does not evidence any actual or intended # publication of this source code.     ## @(#)mask.test	1.2	1/23/97	ERL# # Written by:  Derek Lin# Checked by:# Revised by:# # Brief description:  test script for mask# setenv USE_ESPS_COMMON offsetenv ESPS_VERBOSE 0cat > asc1 <<EOD1234567891011121314151617181920EODtestsd -r2 -t SHORT -a asc1 s.daddgen -g start_time -t DOUBLE -v -0.5 -F s.dcat > asc2 <<EOD01111100EODtestsd -r1 -t FLOAT -a asc2 m.daddgen -g start_time -t DOUBLE -v 0.4 -F m.dcat > asc3 <<EOF20000000000000000EOFtestsd -r2 -t SHORT -a asc3 b.daddgen -g start_time -t DOUBLE -v 0.4 -F b.dmask -f samples -s b.d m.d s.d o.dcat > ref <<EOF20 2 5 6 7 8 9 10 11 12 13 7 0 0 0 0 EOFpplain o.d > testecho "diff output - you should not see any"diff ref test

⌨️ 快捷键说明

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