get.slepians(RSEIS)
get.slepians()所属R语言包:RSEIS
Get Slepian Tapers
Slepian锥度
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Return a matrix of Slepian tapers
返回一个矩阵的Slepian锥度
用法----------Usage----------
get.slepians(npoints = 900, nwin = 5, npi = 3)
参数----------Arguments----------
参数:npoints
Number of points to return
点返回的数
参数:nwin
Number of windows (default =5)
的Windows(默认值= 5)
参数:npi
Pi-Prolate numerber (3)
皮,:长幅numerber(3)
Details
详细信息----------Details----------
This function onlyu returns the tapers for inspection. To apply the tapers use the function mtapspec.
此功能onlyu返回锥度的检查。适用,的锥形使用的功能mtapspec的。
值----------Value----------
Matrix: nwin vectors of npoints Slepian tapers
的矩阵:NWIN向量Slepian锥度npoints的
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees.edu>
参考文献----------References----------
参见----------See Also----------
mtapspec
mtapspec
实例----------Examples----------
nwin = 5
npi = 3
npoints = 900
sleps = get.slepians(npoints, nwin, npi)
matplot(sleps, type='l', xlab="Index", ylab="Taper Amplitude")
legend('topleft', legend=1:nwin, lty=1:nwin, col=1:nwin)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|