pzoeppritz(zoeppritz)
pzoeppritz()所属R语言包:zoeppritz
Plot Scattering (Zoeppritz) Coefficients
图的散射(佐普里兹)系数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Calculate and plot the P and S-wave scattering amplitudes for a plane wave at an interface.
计算和绘制的P波和S波的散射振幅平面波在接口。
用法----------Usage----------
pzoeppritz(chtype = "Amplitude", alpha1, alpha2, beta1, beta2, rho1, rho2, chincw = "P", choutkind = "ALL")
参数----------Arguments----------
参数:chtype
character, type of output, one of: Amplitude, Potential, Energy
字符类型的输出,其中:振幅,潜势,能源
参数:alpha1
P-wave Velocity of Upper Layer, km/s
上层的P波速度,km / s的
参数:alpha2
P-wave Velocity of Lower Layer, km/s
下层的P波速度,km / s的
参数:beta1
S-wave Velocity of Upper Layer, km/s
上层的S波速度,km / s的
参数:beta2
S-wave Velocity of Lower Layer, km/s
km / s的S波速度的较低层,
参数:rho1
Density of Upper Layer, kg/m3
上层的密度,kg/m3的
参数:rho2
Density of Lower Layer, kg/m3
下层的密度,kg/m3的
参数:chincw
Incident Wave: P, S
事件波:P,S
参数:choutkind
character, type of out put one of: P, S, ALL, NONE
字符,请键入的出把其中:P,S,ALL,NONE
Details
详细信息----------Details----------
Front end for zoeppritz program.
佐普里兹程序的前端。
值----------Value----------
List output of zoeppritz call: <table summary="R valueblock"> <tr valign="top"><td>angle</td> <td> Incident angles, degrees</td></tr> <tr valign="top"><td>rmat</td> <td> Matrix of 4 by n reflection coefficients for each angle</td></tr> <tr valign="top"><td>rra</td> <td> Matrix of 4 by n real part of scattering matrix</td></tr> <tr valign="top"><td>rra</td> <td> Matrix of 4 by n imaginary part of scattering matrix</td></tr> <tr valign="top"><td>ang</td> <td> Matrix of 4 by n phase angle</td></tr> <tr valign="top"><td>incw</td> <td> integer, from input parameter </td></tr> <tr valign="top"><td>icoef</td> <td> integer, from input parameter </td></tr> <tr valign="top"><td>alphacrit</td> <td> critical angle</td></tr> </table>
列表输出的佐普里兹检测:<table summary="R valueblock"> <tr valign="top"> <TD>angle </ TD> <TD>入射角度</ TD> </ TR> <tr valign="top"> <TD> rmat </ TD> <TD> 4矩阵每个角度的反射系数由n </ TD> </ TR> <tr valign="top"> < TD> rra </ TD> <TD>矩阵由n个实数部分的散射矩阵</ TD> </ TR> <tr valign="top"> <TD>rra</ TD> <TD>由n个虚数部分的散射矩阵矩阵的4 </ TD> </ TR> <tr valign="top"> <TD>ang </ TD> <TD>矩阵4 n相角</ TD> </ TR> <tr valign="top"> <TD>incw</ TD> <TD>整数,从输入参数</ TD> </ TR> <TR VALIGN =“”> <TD>icoef </ TD> <TD>整数,从输入参数</ TD> </ TR> <tr valign="top"> <TD>alphacrit <TD>临界角/ TD> </ TD> </ TR> </ TABLE>
注意----------Note----------
This front end is easier to call because it is more verbose. Creates a plot of the coefficients versus incident angle. If coefficients are complex, they are replaced with NA and they are thus not plotted.
这个前端是更容易地调用,因为它是更详细的。创建一个图系数与入射角。如果系数是复杂的,它们与NA所取代,因此,它们不绘制。
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参考文献----------References----------
Young,~G.B., Braile, L. W. 1976. A computer program for the application of Zoeppritz's amplitude equations and Knott's energy equations, Bulletin of the Seismological Society of America, vol.66, no.6,1881-1885.
K. Aki and P. G. Richards. Quantitative seismology. University Science Books, Sausalito, Calif., 2nd edition, 2002.
参见----------See Also----------
zoeppritz, pzoeppritz, piczoeppritz
佐普里兹,pzoeppritz,piczoeppritz
实例----------Examples----------
############# Incident wave in Low velocity layer[############事件在低速层波]
alpha1 = 4.98
beta1 = 2.9
rho1 = 2.667
alpha2 = 8.0
beta2 = 4.6
rho2 = 3.38
App = pzoeppritz( "Amplitude" , alpha1, alpha2, beta1, beta2, rho1 ,rho2, "P", "ALL");
App = pzoeppritz( "Amplitude" , alpha1, alpha2, beta1, beta2, rho1 ,rho2, "S", "ALL");
############# Incident wave in high velocity layer[############入射波在高速层]
alpha1 = 8.0
beta1 = 4.6
rho1 = 3.38
alpha2 = 4.98
beta2 = 2.9
rho2 = 2.667
App = pzoeppritz( "Amplitude" , alpha1, alpha2, beta1, beta2, rho1 ,rho2, "P", "ALL");
App = pzoeppritz( "Amplitude" , alpha1, alpha2, beta1, beta2, rho1 ,rho2, "S", "ALL");
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|