Last data update: 2014.03.03

waveslim

Package: waveslim
Version: 1.7.5
Date: 2014-12-21
Title: Basic wavelet routines for one-, two- and three-dimensional
signal processing
Author: Brandon Whitcher
Maintainer: Brandon Whitcher <bwhitcher@gmail.com>
Depends: R (>= 2.11.0), graphics, grDevices, stats, utils
Suggests: fftw
Description: Basic wavelet routines for time series (1D), image (2D)
and array (3D) analysis. The code provided here is based on
wavelet methodology developed in Percival and Walden (2000);
Gencay, Selcuk and Whitcher (2001); the dual-tree complex wavelet
transform (DTCWT) from Kingsbury (1999, 2001) as implemented by
Selesnick; and Hilbert wavelet pairs (Selesnick 2001, 2002). All
figures in chapters 4-7 of GSW (2001) are reproducible using this
package and R code available at the book website(s) below.
License: BSD_3_clause + file LICENSE
URL: http://waveslim.blogspot.com
http://www2.imperial.ac.uk/~bwhitche/book
NeedsCompilation: yes
Packaged: 2015-01-09 22:53:02 UTC; brandon
Repository: CRAN
Date/Publication: 2015-01-10 04:42:38

● Cran Task View: Finance, MedicalImaging, TimeSeries
● 0 images, 55 functions, 19 datasets
Reverse Depends: 6

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'waveslim' ...
** package 'waveslim' successfully unpacked and MD5 sums checked
** libs
f95   -fpic  -g -O2  -c bell-p-w.f -o bell-p-w.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c dwt.c -o dwt.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c dwt2.c -o dwt2.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c dwt3.c -o dwt3.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c hosking.c -o hosking.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o waveslim.so bell-p-w.o dwt.o dwt2.o dwt3.o hosking.o -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/waveslim/libs
** R
** data
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'waveslim'
    finding HTML links ... done
    Andel                                   html  
    Dualtree                                html  
    Farras                                  html  
    Selesnick                               html  
    Thresholding                            html  
    ar1                                     html  
    bandpass                                html  
    barbara                                 html  
    basis                                   html  
    blocks                                  html  
    brick.wall                              html  
    convolve2D                              html  
    cpi                                     html  
    cplxdual                                html  
    dau                                     html  
    denoise.dwt.2d                          html  
    doppler                                 html  
    dpss.taper                              html  
    dualfilt1                               html  
    dwpt.2d                                 html  
    dwpt                                    html  
    dwpt.boot                               html  
    dwpt.sim                                html  
    dwt.2d                                  html  
    dwt.3d                                  html  
    dwt                                     html  
    exchange                                html  
    fb                                      html  
    fdp.mle                                 html  
    find.adaptive.basis                     html  
    heavisine                               html  
    hilbert                                 html  
    hilbert.filter                          html  
    hosking.sim                             html  
    hwt.analysis                            html  
    ibm                                     html  
    japan                                   html  
    jumpsine                                html  
    kobe                                    html  
    linchirp                                html  
    mexm                                    html  
    modwt.2d                                html  
    modwt.3d                                html  
    modwt                                   html  
    mra.2d                                  html  
    mra.3d                                  html  
    mra                                     html  
    mult.loc                                html  
    my.acf                                  html  
    nile                                    html  
    ortho.basis                             html  
    per                                     html  
    phase.shift                             html  
    phase.shift.hilbert                     html  
    plot.dwt.2d                             html  
    qmf                                     html  
    rotcumvar                               html  
    sdf                                     html  
    shift.2d                                html  
    sine.taper                              html  
    spin.covariance                         html  
    spp.mle                                 html  
    spp.var                                 html  
    squared.gain                            html  
    stack.plot                              html  
    testing.hov                             html  
    tourism                                 html  
    unemploy                                html  
    up.sample                               html  
    wave.filter                             html  
    wave.variance                           html  
    wavelet.filter                          html  
    wpt.test                                html  
    xbox                                    html  
** building package indices
** testing if installed package can be loaded
* DONE (waveslim)
Making 'packages.html' ... done