regrec(Rwave)
regrec()所属R语言包:Rwave
Reconstruction from a Ridge
重建岭
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Reconstructs signal from a “regularly sampled” ridge, in the wavelet case.
重建信号从一个“定期取样”的脊,在小波的情况下。
用法----------Usage----------
regrec(siginput, cwtinput, phi, compr, noct, nvoice, epsilon=0,
w0=2 * pi, fast=FALSE, plot=FALSE, para=0, hflag=FALSE,
check=FALSE, minnbnodes=2, real=FALSE)
参数----------Arguments----------
参数:siginput
input signal.
输入信号。
参数:cwtinput
wavelet transform, output of cwt.
小波变换,输出cwt。
参数:phi
unsampled ridge.
未取样的山脊。
参数:compr
subsampling rate for the wavelet coefficients (at scale 1)
为小波系数进行二次取样率(规模1)
参数:noct
number of octaves (powers of 2)
数个八度(2的幂)
参数:nvoice
number of different scales per octave
每倍频程的不同尺度
参数:epsilon
coefficient of the Q_2 term in reconstruction kernel
Q_2术语重建内核系数
参数:w0
central frequency of Morlet wavelet
Morlet小波的中心频率
参数:fast
if set to TRUE, the kernel is computed using trapezoidal rule.
如果设置为TRUE,内核使用梯形法则计算。
参数:plot
if set to TRUE, displays original and reconstructed signals
如果设置为TRUE,则显示原始和重构信号
参数:para
scale parameter for extrapolating the ridges.
尺度参数外推脊。
参数:hflag
if set to TRUE, uses Q_1 as first term in the kernel.
如果设置为TRUE,使用Q_1在内核中的第一项。
参数:check
if set to TRUE, computes cwt of reconstructed signal.
如果设置为TRUE,计算cwt重构信号。
参数:minnbnodes
minimum number of nodes for the reconstruction.
为重建的节点的最小数目。
参数:real
if set to TRUE, uses only real constraints on the transform. </table>
如果设置为TRUE,只使用真正的约束的转换。 </ TABLE>
值----------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.
小波变换的信号,仅限于山脊。
参数:Q2
second part of the reconstruction kernel.
第二部分的重建内核。
参数:nbnodes
number of nodes used for the reconstruction. </table>
用于重建的节点的数量。 </ TABLE>
参考文献----------References----------
参见----------See Also----------
regrec2, ridrec, gregrec, gridrec.
regrec2,ridrec,gregrec,gridrec。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|