mrecons(Rwave)
mrecons()所属R语言包:Rwave
Reconstruct from Dyadic Wavelet Transform Extrema
从二进小波变换极值重构
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Reconstruct from dyadic wavelet transform modulus extrema. The reconstructed signal preserves locations and values at extrema.
从二进小波变换模极值重构。重建后的信号保持在极值点的位置和价值。
用法----------Usage----------
mrecons(extrema, filtername="Gaussian1", readflag=FALSE)
参数----------Arguments----------
参数:extrema
the extrema representation.
表示的极值。
参数:filtername
filter used for dyadic wavelet transform.
过滤器用于二进小波变换。
参数:readflag
if set to T, read reconstruction kernel from precomputed file. </table>
如果设置为T,读出预先计算文件的重建内核。 </ TABLE>
Details
详细信息----------Details----------
The reconstruction involves only the wavelet coefficients, without taking care of the coarse scale component. The latter may be added a posteriori.
重建涉及的小波系数,没有照顾粗具规模部分。后者可以加入后天的。
值----------Value----------
Structure containing
结构中含有
参数:f
the reconstructed signal.
重构信号。
参数:g
reconstructed signal plus mean of original signal.
原始信号的重构信号加平均值。
参数:h
reconstructed signal plus coarse scale component of original signal. </table>
原始信号的重构信号加上粗具规模组成部分。 </ TABLE>
参考文献----------References----------
参见----------See Also----------
mw, ext.
mw,ext。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|