psdemo

来自「su 的源代码库」· 代码 · 共 41 行

TXT
41
字号
#! /bin/sh# Investigate data with sugabor to ascertain a time-varying filter# for sutvband# Takes too long to be practicaldemo=gabor# Spectrum of raw datasuspecfx <data.su |supsimage  \	title="FX spectrum"\	label1="Freq (Hz)" label2="Offset (km)" >${demo}.1.epsperc=90suspecfx <data.su |supsimage  perc=$perc\	title="FX spectrum: perc=$perc"\	label1="Freq (Hz)" label2="Offset (km)" >${demo}.2.epssupsimage <data.su perc=$perc\	title="Data perc=$perc"\	label1="Freq (Hz)" label2="Offset (km)" >${demo}.3.eps# do trial and error to ascertain band and fmax and let sugabor tell n2sugabor <data.su band=3 fmax=100 |supsmovie n1=2000 n2=33 n3=97 perc=99 \	label1="Time (sec)" label2="Freq (Hz)" >${demo}.4.epsecho echo "Output PostScript files:"echo -n "     "for i in ${demo}.*.epsdo	 echo -n "$i "doneechoecho "You may view these with your PostScript Previewer"exit 0

⌨️ 快捷键说明

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