wfiltfn {SynchWave} | R Documentation |
Wavelet Transform Function of the Wavelet Filter
Description
This function provides wavelet transform function of the wavelet filter in question, fourier domain. This code is translated from MATLAB Synchrosqueezing Toolbox, version 1.1 developed by Eugene Brevdo (http://www.math.princeton.edu/~ebrevdo/).
Usage
wfiltfn(type, opt)
Arguments
type |
wavelet type. ‘gauss’, ‘mhat’, ‘cmhat’, ‘morlet’, ‘shannon’, ‘hshannon’, ‘hhat’, ‘hhhat’, ‘bump’ |
opt |
list of options for wavelet type.
For ‘gauss’, |
Details
This function provides wavelet transform function of the wavelet filter in question, fourier domain.
Value
wavelet transform function
See Also
Examples
psihfn <- wfiltfn("bump", list(mu=1, s=.5))
plot(psihfn(seq(-5, 5, by=0.01)), type="l", xlab="", ylab="")