📄 acor
字号:
#! /bin/sh# auto-correlation# Authors: Dave, Jack# NOTE: Comment lines preceeding user input start with #!#set -x#!# set parameterspanel=cdp601to610cdpmin=601cdpmax=610fold=30### compute spacing corresponding to number of offsets in the cdp gatherd2=`bc -l <<-END scale=4 1/$foldEND`### autocorrelate the cmp's after gaining by t### X Windows versionsugain <$panel tpow=1 |suacor norm=1 |suximage f2=$cdpmin d2=$d2 \ label1="Time (sec)" title="Autocorr of CMPs $cdpmin to $cdpmax" \ perc=99 grid1=solid &exit### PostScript versionsugain <$panel tpow=1 |suacor norm=1 |supsimage f2=$cdpmin d2=$d2 \ label1="Time (sec)" title="Autocorr of CMPs $cdpmin to $cdpmax" \ perc=99 grid1=solid | open
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -