speech signal process tools

源代码在线查看: testfile

软件大小: 24038 K
上传用户: yuyx2003
关键词: process speech signal tools
下载地址: 免注册下载 普通下载 VIP

相关代码

				#				# test file for hdshrink				# @(#)testfile	3.1 9/30/87 ESI				#				echo Make a test file				echo % testsd -p100 a.sd				testsd -p100 a.sd				echo This should result in error message about input and output being the same				echo % hdshrink a.sd a.sd				hdshrink a.sd a.sd				#				# 				echo Make a testfile with embedded headers				echo % copysd a.sd a.sd b.sd				copysd a.sd a.sd b.sd				echo % hdshrink b.sd c.sd				hdshrink b.sd c.sd				echo The following diff should show the two dropped headers.				echo The data records should be the same.				echo % pspsdiff -h b.sd c.sd				pspsdiff -h b.sd c.sd				rm a.sd b.sd c.sd							

相关资源