sunmakeplots
来自「speech signal process tools」· 代码 · 共 61 行
TXT
61 行
#! /bin/sh# This material contains unpublished, proprietary software of# Entropic Research Laboratory, Inc. Any reproduction, distribution,# or publication of this work must be authorized in writing by Entropic# Research Laboratory, Inc., and must bear the notice:## "Copyright (c) 1986-1990 Entropic Speech, Inc.# "Copyright (c) 1990-1991 Entropic Research Laboratory, Inc.# All rights reserved"## The copyright notice above does not evidence any actual or intended# publication of this source code.## @(#)Sunmakeplots 1.8 6/24/91 ESI/ERL## Written by:# Checked by:# Revised by: David Burton## Brief description: Sunview windows script for putting up plot windows# This demo requires the following demos to be run in advance if all # of the plots are to come up: createfiles, specdemo, mlplotdemo, # lpcdemo, filtdemo.ESPS_VERBOSE=0export ESPS_VERBOSEEPLOTDEV=suntoolsexport EPLOTDEVif test `mach_type` = CONVEX then echo This script will fail if you do not have write permission on this directory. else if test ! -w . then echo "You do not have write permission in this directory." exit 1 fifiecho "doing mlplot"mcd plot/page1 &echo "doing genplot"genplot -e0,15,2,10 -mv -X8 speech.fanaecho "doing histogram"pplain -e5 speech.lsf | his -n64 -r100:600 - - | aplot -z - &echo "doing plotspecs"plotspec signal.specme_spec -n2049 signal.rc dsignal.specplotspec -d dsignal.specplotspec bandpass.spececho "running select for scatplot files"rm -f sel1 sel2select -o sel1 -q"spec_param[2] + spec_param[3] > 0.2" speech.rcselect -o sel2 -q"spec_param[2] + spec_param[3] < -0.2" speech.rcecho "doing scatplot"scatplot -e7,8 -X-1:1 -Y-1:1 sel1 sel2echo "doing plotsd"plotsd -P speech.sdecho "doing plotsgram, if you are on a color device then try the -M option"plotsgram speech.sgram &
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?