regrec2(Rwave)
regrec2()所属R语言包:Rwave
Reconstruction from a Ridge
重建岭
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Reconstructs signal from a “regularly sampled” ridge, in the wavelet case, from a precomputed kernel.
重建信号从一个“定期取样”的脊,在小波的情况下,从预先计算内核。
用法----------Usage----------
regrec2(siginput, cwtinput, phi, nbnodes, noct, nvoice, Q2,
epsilon=0.5, w0=2 * pi, plot=FALSE)
参数----------Arguments----------
参数:siginput
input signal.
输入信号。
参数:cwtinput
wavelet transform, output of cwt.
小波变换,输出cwt。
参数:phi
unsampled ridge.
未取样的山脊。
参数:nbnodes
number of samples on the ridge
山脊上的样本数
参数:noct
number of octaves (powers of 2)
数个八度(2的幂)
参数:nvoice
number of different scales per octave
每倍频程的不同尺度
参数:Q2
second term of the reconstruction kernel
第二届重建内核
参数:epsilon
coefficient of the Q_2 term in reconstruction kernel
Q_2术语重建内核系数
参数:w0
central frequency of Morlet wavelet
Morlet小波的中心频率
参数:plot
if set to TRUE, displays original and reconstructed signals </table>
如果设置为TRUE,则显示原始和重建的信号</ TABLE>
Details
详细信息----------Details----------
The computation of the kernel may be time consuming. This function avoids recomputing it if it was computed already.
计算的内核可能很费时间。此功能可避免重复计算,如果它已经计算。
值----------Value----------
Returns a list containing:
返回一个列表,其中包含:
参数:sol
reconstruction from a ridge.
从脊重建。
参数:A
<wavelets,dualwavelets> matrix.
<wavelets,dualwavelets>矩阵。
参数:lam
coefficients of dual wavelets in reconstructed signal.
重构信号的双小波系数。
参数:dualwave
array containing the dual wavelets.
数组,包含双小波。
参数:morvelets
array containing the wavelets on sampled ridge.
数组,包含小波采样脊。
参数:solskel
wavelet transform of sol, restricted to the ridge.
小波变换的溶胶类,限制类的山脊。
参数:inputskel
wavelet transform of signal, restricted to the ridge.
小波变换的信号,仅限于山脊。
参数:nbnodes
number of nodes used for the reconstruction. </table>
用于重建的节点的数量。 </ TABLE>
参考文献----------References----------
参见----------See Also----------
regrec, gregrec, ridrec, sridrec.
regrec,gregrec,ridrec,sridrec。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|