daubcqf(rwt)
daubcqf()所属R语言包:rwt
Daubechies Filter Creation
Daubechies小波创建过滤器
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes the Daubechies' scaling and wavelet filters (normalized to sqrt(2)).
计算的Daubechies的缩放和小波滤波器(归到sqrt(2))。
用法----------Usage----------
daubcqf(N, type = PHASE.MINIMUM)
参数----------Arguments----------
参数:N
Length of filter (must be even)
过滤器长度(必须为偶数)
参数:type
Distinguishes the minimum phase, maximum phase and mid-phase solutions. Valid values are: <table summary="Rd table"> <tr> <td align="left"> PHASE.MINIMUM</td> </tr> <tr> <td align="left"> PHASE.MID</td> </tr> <tr> <td align="left"> PHASE.MAXIMUM </td> </tr> </table>
别最小相位,最大相和中间相的解决方案。有效值为:<table summary="Rd table"> <TR> <td ALIGN="LEFT">PHASE.MINIMUM </ TD> </ TR> <TR> <td ALIGN="LEFT"> PHASE.MID </ TD> </ TR> <TR> <td ALIGN="LEFT">PHASE.MAXIMUM </ TD> </ TR> </ TABLE>
值----------Value----------
Returns a list with components: <table summary="R valueblock"> <tr valign="top"><td>h.0</td> <td> Minimal phase Daubechies' scaling filter</td></tr> <tr valign="top"><td>h.1</td> <td> Minimal phase Daubechies' wavelet filter</td></tr> </table>
返回一个列表的组件:<table summary="R valueblock"> <tr valign="top"> <TD> h.0 </ TD> <TD>最小相位的Daubechies缩放过滤器</ TD> </ TR> <tr valign="top"> <TD> h.1 </ TD> <TD>最小相位Daubechies小波过滤器</ TD> </ TR> </ TABLE>
(作者)----------Author(s)----------
P. Roebuck, <a href="mailto:roebuck@mdanderson.org">roebuck@mdanderson.org</a>
参考文献----------References----------
<CITE>"Orthonormal Bases of Compactly Supported Wavelets", CPAM, Oct.89</CITE>
实例----------Examples----------
h <- daubcqf(6)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|