⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 testfile

📁 speech signal process tools
💻
字号:
## 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -