ScalingFunction(wavethresh)
ScalingFunction()所属R语言包:wavethresh
Compute scaling functions on internally predefined grid
计算缩放功能,内部预定义的网格
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This is a subsidiary routine not intended to be called by a user: use draw instead. Generates scaling functions by inserting a Kronecker delta function into the bottom of the inverse DWT and repeating the inverting steps.
这是一个附属程序没有被称为用户:使用draw代替。生成尺度函数克罗内克δ函数通过插入到反DWT的底部和重复的反相步骤。
用法----------Usage----------
ScalingFunction(filter.number = 10, family = "DaubLeAsymm", resolution = 4096,
itlevels = 50)
参数----------Arguments----------
参数:filter.number
The filter number of the associated wavelet. See filter.select
的过滤器的数量的相关的小波。见filter.select
参数:family
The family of the associated wavelet. See filter.select
家庭相关的小波。见filter.select
参数:resolution
The nominal resolution, the actual grid size might be larger than this
标称分辨率,实际的网格大小可能大于
参数:itlevels
The number of complete filtering operations to generate the answer
完整的滤波操作的数目以产生的答案
Details
详细信息----------Details----------
Description says all
介绍说,所有的
值----------Value----------
A list containing the x and y values of the required scaling function.
一个列表,其中包含了x和y值所需的缩放功能。
(作者)----------Author(s)----------
G P Nason
参见----------See Also----------
draw
draw
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|