wRidgeSampling(Rwave)
wRidgeSampling()所属R语言包:Rwave
Sampling wavelet Ridge
采样小波脊线
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Given a ridge phi (for the wavelet transform), returns a (appropriately) subsampled version with a given subsampling rate.
鉴于一个脊phi(小波变换),返回一个(适当)二次取样的版本与一个给定的子采样速率。
----------Usage----------
wRidgeSampling(phi, compr, nvoice)
参数----------Arguments----------
参数:phi
ridge (1D array).
脊(一维数组)。
参数:compr
subsampling rate for the ridge.
二次采样率的山脊上。
参数:nvoice
number of voices per octave. </table>
每倍频程的声音。 </ TABLE>
Details
详细信息----------Details----------
To account for the variable sizes of wavelets, the sampling rate of a wavelet ridge is not uniform, and is proportional to the scale.
到账户为可变大小的小波,一个小波脊的采样率是不统一,规模成比例。
值----------Value----------
Returns a list containing the discrete values of the ridge.
返回一个列表,其中包含的离散值的山脊。
参数:node
time coordinates of the ridge samples.
时间坐标的脊样品。
参数:phinode
scale coordinates of the ridge samples.
规模坐标脊样品。
参数:nbnode
number of nodes of the ridge samples.
脊样品的节点数目。
参见----------See Also----------
RidgeSampling.
RidgeSampling。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|