test.script

来自「speech signal process tools」· SCRIPT 代码 · 共 34 行

SCRIPT
34
字号
#!/bin/sh#@(#)test.script	3.5 5/24/91 ESIESPSCOM=./espscomexport ESPSCOMecho "Test script for zero_pole (1-ESPS)"echo  " "echo Make a file with the zeros in itcat > zeros << EOD21 00 0EODecho " " echo Make a file with the poles in itcat > poles << EOD10 .9EODecho " "echo Make the FILT fileecho "zero_pole -ctest zeros poles zp.filt"zero_pole -ctest zeros poles zp.filtecho " "echo "Check results; the a's should = 1, -1, 0, 0, 0"echo "and the b's should = 1, 0, .81"echo "num_degree = 3 and denom_degree = 3"echo "zero_dim = 2 and pole_dim = 1"echo "fields zeros and poles should be present also"echo " "echo "psps -H zp.filt"psps -H zp.filt

⌨️ 快捷键说明

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