ext(Rwave)
ext()所属R语言包:Rwave
Extrema of Dyadic Wavelet Transform
二进小波变换极值
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Compute the local extrema of the dyadic wavelet transform modulus.
计算二进小波变换模的局部极值。
用法----------Usage----------
ext(wt, scale=FALSE, plot=TRUE)
参数----------Arguments----------
参数:wt
dyadic wavelet transform.
二进小波变换。
参数:scale
flag indicating if the extrema at each resolution will be plotted at the same scale.
标志指示,如果在相同的范围内,将被绘制在每个分辨率的极值。
参数:plot
if set to TRUE, displays the transform on the graphics device. </table>
如果设置为TRUE,则显示在图形设备上的转换。 </ TABLE>
值----------Value----------
Structure containing:
结构,其中包含:
参数:original
original signal.
原始信号。
参数:extrema
extrema representation.
极值表示。
参数:Sf
coarse resolution of signal.
粗分辨率的信号。
参数:maxresoln
number of decomposition scales.
分解尺度。
参数:np
size of signal.
的信号的大小。
参考文献----------References----------
参见----------See Also----------
mw, mrecons.
mw,mrecons。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|