wave.filter(waveslim)
wave.filter()所属R语言包:waveslim
Select a Wavelet Filter
选择小波滤波器
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Converts name of wavelet filter to filter coefficients.
将滤波器系数小波滤波器的名称。
用法----------Usage----------
参数----------Arguments----------
参数:name
Character string of wavelet filter.
小波滤波器的字符串。
Details
详细信息----------Details----------
Simple switch statement selects the appropriate filter.
简单switch语句选择适当的滤波器。
值----------Value----------
List containing the following items:
列表,其中包含以下项目:
参数:L
Length of the wavelet filter.
的小波滤波器的长度。
参数:hpf
High-pass filter coefficients.
高通滤波器的系数。
参数:lpf
Low-pass filter coefficients.
低通滤波器的系数。
(作者)----------Author(s)----------
B. Whitcher
参考文献----------References----------
Ten Lectures on Wavelets, CBMS-NSF Regional Conference Series in Applied Mathematics, SIAM: Philadelphia.
On the least asymmetric wavelets, IEEE Transactions for Signal Processing, 46, No. 4, 1125-1130.
Minimum-bandwidth discrete-time wavelets, Signal Processing, 76, No. 2, 181-193.
On the Construction and Frequency Localization of Orthogonal Quadrature Filters, Journal of Approximation Theory, 108, No. 1, 36-52.
参见----------See Also----------
wavelet.filter, squared.gain.
wavelet.filter,squared.gain。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|