zeroskeleton2(Rwave)
zeroskeleton2()所属R语言包:Rwave
Reconstruction from Dual Wavelets
双小波的重构
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes the the reconstructed signal from the ridge when the epsilon parameter is set to zero, in the case of real constraints.
计算的ε参数被设置为零时,在真正的约束的情况下,从脊的重构信号。
用法----------Usage----------
zeroskeleton2(cwtinput, Qinv, morvelets, bridge, aridge, N)
参数----------Arguments----------
参数:cwtinput
continuous wavelet transform (output of cwt).
连续小波变换(输出的cwt)。
参数:Qinv
inverse of the reconstruction kernel (2D array).
逆的重建内核(二维数组)。
参数:morvelets
array of Morlet wavelets located at the ridge samples.
数组的Morlet小波位于脊样品在。
参数:bridge
time coordinates of the ridge samples.
时间坐标的脊样品。
参数:aridge
scale coordinates of the ridge samples.
规模坐标脊样品。
参数:N
size of reconstructed signal. </table>
重构信号的大小。 </ TABLE>
Details
详细信息----------Details----------
The details of this reconstruction are the same as for the function skeleton. They can be found in the text
此重建的细节是相同的功能骨架。它们可以在文本中找到
值----------Value----------
Returns a list of the elements of the reconstruction of a signal from sample points of a ridge
返回一个列表的元素的重建信号,从采样点的脊
参数:sol
reconstruction from a ridge.
从脊重建。
参数:A
matrix of the inner products.
内积矩阵。
参数:lam
coefficients of dual wavelets in reconstructed signal. They are the Lagrange multipliers lambda's of the text.
重构信号的双小波系数。他们的拉格朗日乘子lambdas的文本。
参数:dualwave
array containing the dual wavelets.
数组,包含双小波。
参考文献----------References----------
参见----------See Also----------
skeleton, skeleton2, zeroskeleton.
skeleton,skeleton2,zeroskeleton。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|