Last data update: 2014.03.03

signal

Package: signal
Title: Signal Processing
Version: 0.7-6
Date: 2015-07-29
Authors@R: c(person("Uwe", "Ligges", role = c("aut", "cre"), email="ligges@statistik.tu-dortmund.de", comment = "new maintainer"),
person("Tom", "Short", role = "aut", email = "tshort@eprisolutions.com", comment="port to R"),
person("Paul", "Kienzle", role = "aut", comment="majority of the original sources"),
person("Sarah", "Schnackenberg", role = "ctb", comment="various test cases and bug fixes"),
person("David", "Billinghurst", role = "ctb"),
person("Hans-Werner", "Borchers", role = "ctb"),
person("Andre", "Carezia", role = "ctb"),
person("Pascal", "Dupuis", role = "ctb"),
person("John W.", "Eaton", role = "ctb"),
person("E.", "Farhi", role = "ctb"),
person("Kai", "Habel", role = "ctb"),
person("Kurt", "Hornik", role = "ctb"),
person("Sebastian", "Krey", role = "ctb"),
person("Bill", "Lash", role = "ctb"),
person("Friedrich", "Leisch", role = "ctb"),
person("Olaf", "Mersmann", role = "ctb"),
person("Paulo", "Neis", role = "ctb"),
person("Jaakko", "Ruohio", role = "ctb"),
person("Julius O.", "Smith III", role = "ctb"),
person("Doug", "Stewart", role = "ctb"),
person("Andreas", "Weingessel", role = "ctb"))
Depends: R (>= 2.14.0)
Imports: MASS, graphics, grDevices, stats, utils
Suggests: pracma
Description: A set of signal processing functions originally written for 'Matlab' and 'Octave'.
Includes filter generation utilities, filtering functions,
resampling routines, and visualization of filter models. It also
includes interpolation functions.
License: GPL-2
NeedsCompilation: yes
Packaged: 2015-07-29 17:06:27 UTC; ligges
Author: Uwe Ligges [aut, cre] (new maintainer),
Tom Short [aut] (port to R),
Paul Kienzle [aut] (majority of the original sources),
Sarah Schnackenberg [ctb] (various test cases and bug fixes),
David Billinghurst [ctb],
Hans-Werner Borchers [ctb],
Andre Carezia [ctb],
Pascal Dupuis [ctb],
John W. Eaton [ctb],
E. Farhi [ctb],
Kai Habel [ctb],
Kurt Hornik [ctb],
Sebastian Krey [ctb],
Bill Lash [ctb],
Friedrich Leisch [ctb],
Olaf Mersmann [ctb],
Paulo Neis [ctb],
Jaakko Ruohio [ctb],
Julius O. Smith III [ctb],
Doug Stewart [ctb],
Andreas Weingessel [ctb]
Maintainer: Uwe Ligges <ligges@statistik.tu-dortmund.de>
Repository: CRAN
Date/Publication: 2015-07-30 00:17:37

● Cran Task View: NumericalMathematics
● 0 images, 48 functions, 1 datasets
Reverse Depends: 5

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'signal' ...
** package 'signal' successfully unpacked and MD5 sums checked
** libs
f95   -fpic  -g -O2  -c dpchim.f -o dpchim.o
f95   -fpic  -g -O2  -c dpchst.f -o dpchst.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c remez.c -o remez.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o signal.so dpchim.o dpchst.o remez.o -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/signal/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'signal'
    finding HTML links ... done
    Arma                                    html  
    FilterOfOrder                           html  
    Ma                                      html  
    Zpg                                     html  
    an                                      html  
    bilinear                                html  
    butter                                  html  
    buttord                                 html  
    cheb1ord                                html  
    chebwin                                 html  
    cheby1                                  html  
    chirp                                   html  
    conv                                    html  
    decimate                                html  
    ellip                                   html  
    ellipord                                html  
    fftfilt                                 html  
    filter                                  html  
    filtfilt                                html  
    fir1                                    html  
    fir2                                    html  
    freqs                                   html  
    freqz                                   html  
    grpdelay                                html  
    ifft                                    html  
    impz                                    html  
    interp                                  html  
    interp1                                 html  
    kaiser                                  html  
    kaiserord                               html  
    levinson                                html  
    medfilt1                                html  
    pchip                                   html  
    poly                                    html  
    polyval                                 html  
    remez                                   html  
    resample                                html  
    roots                                   html  
    sftrans                                 html  
    sgolay                                  html  
    sgolayfilt                              html  
    signal-internal                         html  
    signal.package                          html  
    specgram                                html  
    spencer                                 html  
    unwrap                                  html  
    wav                                     html  
    windowing                               html  
    zplane                                  html  
** building package indices
** testing if installed package can be loaded
* DONE (signal)
Making 'packages.html' ... done