📄 test.script
字号:
#!/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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -