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

📄 zst.t

📁 speech signal process tools
💻 T
字号:
#!/bin/csh# @(#)zst.t	1.2	6/22/93	ERL# create initial lab and data filescat > test1.phn << ZAPinitial header stuff# 2.2 151 aaa 2.5 151 bbbZAPtestsd -s 1 test1.dataddgen -v 2.0 -t double -F -g start_time test1.datecho "original start time"echo " hditem -i start_time test1.dat"hditem -i start_time test1.datecho "original label file"echo "cat test1.phn"cat test1.phnecho "testing..."echo "zst -d dat -g phn test1.dat"zst -d dat -g phn test1.datecho "check that new times are down by 2 seconds, but otherwise the same"echo "new start time"echo " hditem -i start_time test1.dat"hditem -i start_time test1.datecho "new label file"echo "cat test1.phn"cat test1.phnecho "check backup file"echo "ls test1.phnBAK"ls test1.phnBAKecho "done"\rm test1*

⌨️ 快捷键说明

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