plotspec.tes

来自「speech signal process tools」· TES 代码 · 共 46 行

TES
46
字号
#!/bin/sh##  This material contains proprietary software of Entropic Speech, Inc.   #  Any reproduction, distribution, or publication without the prior	   #  written permission of Entropic Speech, Inc. is strictly prohibited.#  Any public distribution of copies of this work authorized in writing by#  Entropic Speech, Inc. must bear the notice			# 								#      "Copyright (c) 1987 Entropic Speech, Inc.; All rights reserved."# 				## test file for plotspec @(#)plotspec.tes	3.3 1/19/93 ESIESPS_VERBOSE=0export ESPS_VERBOSEecho "Testing plotspec."echo "Making SPEC file with spectrum type ST_DB."testsd -f10 -p64 - | fft -l64 -o6 - tst.spececho "Plot the spectrum."$1/plotspec tst.spececho "Plot the cumulative distribution."$1/plotspec -d tst.spececho "Making SPEC file with spectrum type ST_COMPLEX."testsd -f10 -p64 - | fft -l64 -o6 -c - tst.spececho "Plot the spectrum."$1/plotspec tst.spececho "Plot the cumulative distribution."$1/plotspec -d tst.spececho "Plot in dB (-D option)."$1/plotspec -D tst.spececho "Plot phase."$1/plotspec -F tst.specrm tst.specatofilt - - tst.filt << aArDvArK51.0 0.9 -0.9 0.3 -0.10aArDvArKecho "Testing -D option on files with spectrum types ST_DB, ST_CPLX, & ST_DB."echo "The following 3 should look the same."filtspec -n129 -s8000 -ml tst.filt - | $1/plotspec -D -filtspec -n129 -s8000 -mc tst.filt - | $1/plotspec -D -filtspec -n129 -s8000 -md tst.filt - | $1/plotspec -D -rm tst.filt

⌨️ 快捷键说明

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