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

📄 waveforms.cwp.lib

📁 su 的源代码库
💻 LIB
字号:
WAVEFORMS	Subroutines to define some wavelets for modeling of seimic		data.	ricker1_wavelet		Compute the time response of a source function as			a Ricker wavelet with peak frequency "fpeak" Hz.	ricker2_wavelet		Compute a Ricke wavelet with a given period, amplitude			and distorsion factorakb_wavelet 		Compute the time response of a source function as			a wavelet based on a wavelet used by Alford, Kelly, 			and Boore.spike_wavelet		Compute the time response of a source function as			a spike.	unit_wavelet 		Compute the time response of a source function as			a constant unit shift.	zero_wavelet		Compute the time response of a source function as			zero everywhere.	Function Prototypes:void ricker1_wavelet (int nt, float dt, float fpeak, float *wavelet);void ricker2_wavelet (int hlw, float dt, float period, float ampl, 	float distort, float *wavelet);void akb_wavelet (int nt, float dt, float fpeak, float *wavelet);void spike_wavelet (int nt, int tindex, float *wavelet);void unit_wavelet (int nt, float *wavelet);void zero_wavelet (int nt, float *wavelet);Authors: Tong Fei, Ken Larner 

⌨️ 快捷键说明

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