mtapspec(RSEIS)
mtapspec()所属R语言包:RSEIS
MTM spectrum
MTM谱
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Multi-tape Method Spectrum
多带法谱
用法----------Usage----------
mtapspec(a, dt, klen = length(a), MTP = NULL)
参数----------Arguments----------
参数:a
vector time series
矢量时间序列
参数:dt
sample rate
采样率
参数:klen
length of fft
FFT长度
参数:MTP
MTM parameters, list:
MTM参数列表:
kindkind of taper average
的锥平均kindkind的
nwinnumber of windows
nwinnumber的窗口
npinumber of Pi-prolate functions
npinumber丕扁长的功能
inormnormalization flag
inormnormalization标志
Details
详细信息----------Details----------
MTP represent parameters that control the multi-tape pi-prolate functions used by mtapspec. See reference for details.
MTP代表参数控制多磁带PI-扁长的功能使用mtapspec。有关详细信息,请参见参考。
值----------Value----------
LIST
LIST
参数:dat
input data
输入数据
参数:dt
sample rate
采样率
参数:spec
Estimated power spectrum
功率谱估计
参数:dof
degrees of freedom for each frequency
自由度对每个频率
参数:Fv
F-values for each frequency
对每个频率的F值
参数:Rspec
real part of complex spectrum
的复数频谱的实数部
参数:Ispec
imaginary part of complex spectrum
复杂的频谱的虚部
参数:freq
frequencies
频率
参数:df
delta frequency
Delta频率
参数:numfreqs
number of frequencies
数量的频率
参数:klen
length used in fft
在FFT的长度
参数:mtm
input MTM parameters, see above
输入的MTM的参数,请参阅以上
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees.edu>
参考文献----------References----------
<h3>See Also</h3>
实例----------Examples----------
data(CE1)
a = list(y=CE1$y[CE1$x>5.443754 & CE1$x<5.615951], dt=CE1$dt)
Mspec = mtapspec(a$y,a$dt, klen=4096, MTP=list(kind=2,nwin=5, npi=3,inorm=0) )
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|