test.script

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

SCRIPT
16
字号
#!/bin/sh#@(#)test.script	3.4	6/2/88 ESI#USE_ESPS_COMMON=offexport USE_ESPS_COMMONESPSCOM=./espscomexport ESPSCOMecho Design a 60 cycle notch filterecho " "echo "notch_filt -PPnotch_filt - | psps -"notch_filt -PPnotch_filt  - | psps -echo " "echo The a coefficients should be 1.168, -2.334, 1.168.echo The b coefficients should be 1, -1.957, 0.9595

⌨️ 快捷键说明

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