testfile
来自「speech signal process tools」· 代码 · 共 26 行
TXT
26 行
## testfile for btosps# @(#)testfile 3.5 3/14/90 ESI##set -xecho "single channel test"rm -f paramstestsd -t short a.sdbhd a.sd > abtosps -f 8000 -c "single channel test" a b.sdecho "the following diffs should show only trivial differences:"pspsdiff -l a.sd b.sdecho " "echo "and the following diffs should show only trivial differences:"cat a | btosps -c "single channel test" -f 8000 - - | cat > b.sdpspsdiff -l a.sd b.sdecho " "echo "2-channel complex test"testsd -p100 -T sine -t double_cplx a.sdtestsd -p100 -T uniform -t double_cplx b.sdmux a.sd b.sd c.sdbhd c.sd c.nhdbtosps -c "dual channel complex test" -t double_cplx -n 2 c.nhd c2.sdecho "the following diffs should show only trivial differences:"pspsdiff -l c.sd c2.sd
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?