similar to: Wavelets in R

Displaying 20 results from an estimated 2000 matches similar to: "Wavelets in R"

2002 Oct 27
1
denoising univariate data with wavelets
Hi, I am interested in a applying wavelets as a smoothing tool for my (1-dimensional) data. I looked into wavetresh and waveslim packages but could not quite figure out an obvious way to do this after running dwt or wt functions. Would someone be able to point me in the right direction on how to denoise univariate data using one of wavelet packages available in R? Thank you very much Jane ps
2011 Feb 07
1
waveThresh plot axis
Dear, I am using WaveTresh for Haar Wavelets. It works all fine exept when I want to adjust the axis on the wavelet coefficient plot: input: wlh_ponds<-wd(input_waves[,1], family="DaubExPhase",filter.number=1) plot: plot(wlh_ponds,scaling="by.level") My problem is twofold= -I want the original x-axis of the data on that plot, not 1/2 of the axis. This would make
2009 Oct 23
2
Wavelets
Hi all, I am trying to do wavelets and I got an error message saying "The length of data is not a power of 2" Is there a way of handing that? or should the data length be exactly the power of 2? I am using R version 2.9.2 (2009-08-24) The is library(wavethresh). wds <- wd(ds$v,filter.number=1) Thanks
2000 Dec 08
2
R and wavelets
Does anyone know of any use of wavelets (particularly for density estimation) in R? Are there any wavelet packages? -Alex Morgan -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject
2010 Sep 28
1
Best package for time series analysis with wavelets???
Hi!! I'm looking for a package in R for time series analysis using wavelets( I'm interested on extractingt information from electrocardiograms with the aim of study the heart rate variability) so i want to know which package is the best for me. I've thinking about using some of those(you can recommend me others,xD): *wavelets: A package of funtions for computing wavelet filters,
2003 Feb 25
1
Wavelets correlation test
Hello, I use wavethresh packages to perform wavelet analysis. In particular, I would like to compare 2 signals (vectors) after a wavelet decomposition. I would like to use cor.test function, but this function acts on the entire vector values. I plan to perform a cor.test on each level of the wavelet decomposition, say N. So I will have at the end of a first step N results of cor.test. How can
1999 Oct 01
1
2D wavelet modules exist for R?
Dear R users, did anybody write a 2D wavelet module for R? Thanks. Armin Swiss Federal Institute of Technology http://statwww.epfl.ch/people/roehrl Kya aap statooed hai? http://www.statoo.com -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info",
2010 Mar 09
0
wavethresh: length must be power of two
Hello. I am using the 4.2 version of the wavethresh package available from here: http://www.stats.bris.ac.uk/~wavethresh/ trying to follow the book of Nason (http://www.springer.com/978-0-387-75960-9). I am interested in the analysis of several years time series of daily data with wavelets methods. But the functions of this package only accept data whose lengths are power of two, even for
2010 Mar 17
0
waveband
Dear all, The package waveband, for computing wavelet shrinkage credible intervals, has been uploaded to CRAN. This was previously bundled with wavethresh, but has now been unbundled. Best wishes, Guy Nason -- Professor Guy Nason Head of Department Department of Mathematics University of Bristol http://www.stats.bris.ac.uk/~magpn PA: Helen Craven
2010 Mar 17
0
waveband
Dear all, The package waveband, for computing wavelet shrinkage credible intervals, has been uploaded to CRAN. This was previously bundled with wavethresh, but has now been unbundled. Best wishes, Guy Nason -- Professor Guy Nason Head of Department Department of Mathematics University of Bristol http://www.stats.bris.ac.uk/~magpn PA: Helen Craven
2010 Mar 17
0
cthresh
Dear all, The package cthresh, for computing complex-valued wavelet shrinkage has now been uploaded to CRAN. This was previously bundled with wavethresh, but has now been unbundled. Best wishes, Guy Nason -- Professor Guy Nason Head of Department Department of Mathematics University of Bristol http://www.stats.bris.ac.uk/~magpn PA: Helen Craven
2010 Mar 17
0
cthresh
Dear all, The package cthresh, for computing complex-valued wavelet shrinkage has now been uploaded to CRAN. This was previously bundled with wavethresh, but has now been unbundled. Best wishes, Guy Nason -- Professor Guy Nason Head of Department Department of Mathematics University of Bristol http://www.stats.bris.ac.uk/~magpn PA: Helen Craven
1999 Mar 24
1
Problems with Postscript output
Hi, I have a problem with the Postscript mechanism of R: If I save figures in landscape format and try to insert them into a LaTeX document, I always have to swap the dimensions of the bounding box in line 9 of the Postscript file. Is there any reason why we can't simply swap left and bottom as well as right and top in line 435 of devPS.c? Thanks Arne
2006 May 25
3
Wavelet Functions
Does R have any wavelet functions? When I type > help.search("wavelet") I get " No help files found with alias or concept or title matching 'wavelet' using fuzzy matching." Thanks, Peter.
2009 Oct 16
2
what's the R code for wavelet decomposition (Haar transformation)?
Dear all, Using R function "dwt", it seems that I cannot specify the wavelet transformation like Haar. What's the R code for wavelet decomposition which allows me to specify Haar wavelet transformation? Of course, if it can include "db2", that is even better. In general, I want an R function like matlab code "dwt". Thanks in advance! Zhen Li
2007 Feb 01
1
Wavlet filter using morlet mother wavelet
&nbsp; Hi, List ,I am searching any package on R which can do wavelet filtering for mother wavelet morlet ,is anybody having any script for the same ? I am new to the RwAVELET ANALSSIS.. THANKS IN ADVANCE ANIL KUMAR ANIL KUMAR(&nbsp;METEOROLOGIST) LRF SECTION&nbsp; NATIONAL CLIMATE&nbsp;CENTER ADGM(RESEARCH) INDIA METEOROLOGICAL&nbsp;DEPARTMENT
2003 Mar 24
1
wavelet model on time series in R?
Hello, Is there package built for R that can do model/prediction on time series data using wavelet? If not, does anyone know what popular software can do that? Thanks much, yan
1999 Jun 10
2
dynload for R on AIX (>= 4.2)
On Thu, 10 Jun 1999, Friedrich Leisch wrote: > Yes, if I understood AIX workings correct you have to have a text file > of to-be-exported symbols at the time of linking a shared library, > i.e. the linker is called like (this is pasted from a mail by Arne) > > $(F77) -o module.so -bM:SRE -bE:module.exp -bnoentry $(OBJECTS) $(LIBDIR) $(LIBS) > > where module.exp is a text
2001 Apr 28
1
Is there a package for wavelets?
The library wavethresh performs 1-d and 2-d wavelet statistics and transforms. You can find it in the package sources in http://cran.r-project.org. Hope this helps. -- ============================================================== Alvaro Colina |-|o||o||o||o||o||o||o||o||o|- Area de Quimica Analitica | Pza. Misael Banuelos s/n Facultad de Ciencias | 09001. Burgos. Spain Universidad de
2007 Jun 06
3
Spectral analysis
Hi all, I am dealing with paleoceanographic data and I have a C14 time serie and one other variable. I would like to perform a spectral analysis (fft or wavelet) and plot it. Unfortunately I don't know the exact script to do this. Does anybody could send me an example to perform my spectral analysis ? I Thank you David Changez de tĂȘte et de tenue tous les jours si vous le voulez !