找回密码
 注册
查看: 1048|回复: 0

R语言 wavelets包 figure98.wt.filter()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 16:57:41 | 显示全部楼层 |阅读模式
figure98.wt.filter(wavelets)
figure98.wt.filter()所属R语言包:wavelets

                                         Plot a DWT Wavelet or Scaling Filter for Specific Levels.
                                         画出一个DWT小波尺度滤波器的具体水平。

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Plots a DWT Wavelet or Scaling Filter for specific levels similar to Figure 98 in Wavelet Methods for Time Series Analysis by Percival and Walden (2000).
绘制一个DWT小波尺度滤波器的波斯富街和Walden(2000年)的时间序列分析的小波方法类似于图98的特定水平。


用法----------Usage----------


figure98.wt.filter(filter, levels = NULL, wavelet = TRUE, y.normalize =
TRUE)



参数----------Arguments----------

参数:filter
Either a 'wt.filter' object, a character string specifying a wavelet filter, or a numeric vector of wavelet coefficients. See 'help(wt.filter)' for acceptable filter  names.
要么wt.filter对象,一个字符串指定一个小波滤波器,或一个数值向量的小波系数。请参阅“帮助”(wt.filter)为可接受的过滤器名称。


参数:levels
Number or vector indicating levels of filter to plot. See Details.
号码或矢量级别的过滤器,以图。查看详细信息。


参数:wavelet
A logical flag indicating whether to plot the wavelet (high pass) or scaling (low pass) filter.
一个逻辑标志,指示是否绘制的小波(高通)或缩放(低通)滤波器。


参数:y.normalize
A logical flag indicating whether to vertically normalize each level of the filter to the plotting space available for each level of the filter.
一个逻辑标志,指示是否在垂直方向的绘制的每个级别的过滤器的可用空间过滤器的每个水平标准化。


Details

详细信息----------Details----------

If a single number is specified for levels, then the filter of levels 1 through levels will be plotted. Otherwise, a vector will specify which levels of the wavelet coefficients will be plotted. If levels is not defined, it will default to the vector 1:7.
如果被指定为一个单一的数字levels,然后过滤器的1级到levels将被绘制。否则,一个向量将指定将被绘制的小波系数的层次。 levels如果没有被定义,它会默认为向量1:7。

The plotting space available for each level of the filter is dictated by the value of greatest magnitude of all the levels of the filter plotted. The vertical plotting space for each level will then be 2 times the absolute value of this magnitude.
的值决定的最大幅值的所有级别的过滤器的时间绘制的绘制的每个级别的过滤器的可用空间。然后,为每个级别的垂直绘图空间将是这样大的绝对值的2倍。

The label 'L sub j' on the horizontal axis varies from level to level, but 'L sub j' indicates the length of a filter at level j. The filter vector at a given level j is indexed from 0 to 'L sub j' - 1. 'L sub j' is defined by formula 96a in Wavelet Methods for Time Series Analysis by Percival and Walden (2000).
的标签“L子j的在横轴上从水平到水平而异,但是,j的L个子表示在级j的过滤器的长度。在一个给定的第j层的滤波器向量的索引从0到的L子j的 -  1。 JL子被定义为公式96A在波斯富街和Walden(2000年)的时间序列分析的小波方法。


(作者)----------Author(s)----------



Kelvin Ma, kkym@u.washington.edu




参考文献----------References----------

Series Analysis, Cambridge University Press.  

参见----------See Also----------

wt.filter
wt.filter


实例----------Examples----------


# Plotting LA8 Wavelet Filter Coefficients Levels 1 through 7.[绘制LA8小波滤波器系数1级至7。]
filter <- wt.filter()
figure98.wt.filter(filter)

# Alternatively[另外]
figure98.wt.filter("la8")

# Plotting D4 Scaling Filter Coefficients Levels 1, 3, and 5 and not[绘制D4尺度滤波器的系数水平1,3和5,而不是]
# vertically normalizing each level to its plotting region.[垂直正火每个级别到其绘图区域。]
figure98.wt.filter("d4", levels = c(1,3,5), wavelet = FALSE, y.normalize
= FALSE)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-25 19:25 , Processed in 0.021030 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表