⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 psdecon2

📁 su 的源代码库
💻
字号:
#! /bin/shdemo=decon2tpow=1		# gain power before examining autocorrelations		# tpow=2 would often be better for field data###PURPOSE#### Same as in demo1, except here gapped decon comes before# spiking decon.  Again, you are to assume that the decon# parameters are estimated from the autocorrelation shown in# frame two.  Also see demo1 for the comments on making the data.	# First make the synthetic data for the deconvolution demo.######START OF MODEL######I=${CWPROOT}/includeL=${CWPROOT}/libmake./traces |suaddhead ns=512 |sushw key=dt a=4000 |suaddnoise sn=200 |suconv filter=1152,-384,-904,288,174,-34,-12 >modeldatarm traces######END OF MODEL####### Plot the modelsupswigp <modeldata title="Model Data: 64ms reverbs" \	label1="Time (sec)" label2="Trace" >${demo}.1.eps# Plot the autocorrelation with gainsugain <modeldata tpow=$tpow |suacor nt=31 |supswigp title="Autocorrelation (with gain)" \	label1="Time (sec)" label2="Trace" >${demo}.2.eps# The autocorrelation shows that:#       wavelet extends to about 30ms#	first repetition ends at about 160ms# this accords well with the actual 64ms reverberations and wavelet of 24ms######DECON EXAMPLES####### Attack reverberationssupef <modeldata minlag=.05 maxlag=.16 |supswigp label1="Time"  label2="Trace" title="PEF: 50,160ms" >${demo}.3.eps# Plot the autocorrelation after PEFsupef <modeldata minlag=.05 maxlag=.16 |sugain pbal=1 |suacor nt=31 |supswigp title="Autocorrelation after PEF (with gain)" \	label1="Time (sec)" label2="Trace" >${demo}.4.eps# Spike it upsupef <modeldata minlag=.05 maxlag=.16 |supef maxlag=.04 |supswigp label1="Time"  label2="Trace" title="Spike: 4,40ms" >${demo}.5.eps# Bandpasssupef <modeldata minlag=.05 maxlag=.16 |supef maxlag=.04 |sufilter f=5,15,80,100 |supswigp label1="Time"  label2="Trace" \title="Band pass after PEF & Spike" >${demo}.6.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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -