search for: waveslim

Displaying 20 results from an estimated 50 matches for "waveslim".

2012 Mar 17
3
how to call functions with same name but in different package?
hi everyone . I am trying to use some packages but there are some functions have the same name in different package. for example dwt function both in packages wavelets and waveslim dwt(X, filter="la8", n.levels, boundary="periodic") How can I avoid mixing them up ? -- TANG Jie Email: totangjie@gmail.com Tel: 0086-2154896104 Shanghai Typhoon Institute,China [[alternative HTML version deleted]]
2006 Nov 14
1
??: Re: Need help in waveslim package: imodwt and universal.thresh.modwt
...39;t work? Rogerio. ---------- Cabe?alho original ----------- De: "Airon Yiu" aironyiu at yahoo.com.hk Para: "rdporto1" rdporto1 at terra.com.br C?pia: "r-help" r-help at stat.math.ethz.ch Data: Tue, 14 Nov 2006 13:56:51 +0800 (CST) Assunto: ??: Re:[R] Need help in waveslim package: imodwt and universal.thresh.modwt > Hi Rogerio: > > I am using Waveslim 1.5 on R 2.3.0, running on Chinese WinXP (SP2). > > The data, attached in the CSV file, is a stock data (0001 from Hong Kong) downloaded from Yahoo!Finance. The time series data are the...
2005 Nov 04
1
problem in waveslim library?
This code consistenly segfaults for me. Can someone please take a look and tell me if the problem is due to something I am doing or is there a problems with the dwt (idwt) functions in the waveslim library. Thanks tom library(waveslim) data<-c(936.944,936.944,936.944,936.944,936.944,936.944,936.944,936.944,936.944,936.944,936.944,936.944,936.944,916.994666666667,909.592,941.8,961.933333333333,987.8,969.2,934.866666666667,912.8,913.266666666667,928.2,949.533333333333,933.4,948.5333333333...
2012 Jan 16
0
Package: Waveslim Error: The object is this type is not subsettable
Hi everyone I am using the wavelet and waveslim package in R to find the wave variance.Here is the code return.modwt<-modwt(X, filter="la8", n.levels=5, boundary="periodic", fast=TRUE) return.modwt.var<- wave.variance(return.modwt, type="nongaussian") Where X is a uni-variate time series. I am expecting...
2006 Nov 12
2
Need help in waveslim package: imodwt and universal.thresh.modwt
Hi: I have encountered problems with imodwt and universal.thresh.modwt and cannot find any reference in R Search. Hope someone can give me some ideas: Starting with modwt.la8 <- modwt(xdata, "la8", n.level=6) <-- this seems to work fine (1) ydata <- imodwt(modwt.la8) will always give ydata as numeric(0) (no values) instead of being a time series data with
2006 Jan 08
2
Filters in waveslim
Dear R Users, For running wavelet functions using dwt( ), modwt( ), and mra( ), a wavelet filter algorithm is applied. For all these functions, default is "la8" and other possibility is "haar". In related documents, another possibilities like as symlet and coiflet ... are not cited. Besides "la8" and "haar", which wavelet filters can be used? Thank
2006 Nov 15
2
??: Re:??: Re: Need help in waveslim package: imodwt and universal.thresh.modwt
...you. Rogerio ---------- Cabe?alho original ----------- De: "Airon Yiu" aironyiu at yahoo.com.hk Para: "rdporto1" rdporto1 at terra.com.br C?pia: "r-help" r-help at stat.math.ethz.ch Data: Wed, 15 Nov 2006 23:49:57 +0800 (CST) Assunto: ??: Re:??: Re:[R] Need help in waveslim package: imodwt and universal.thresh.modwt > Hi Rogerio: > > Here is what I tried. I have used only data points 1 to 1447 but the same problems appear if I used all the data in the file I sent . > > >library(waveslim) > >infile <-"C:\\airon.csv" &...
2004 Nov 01
0
updated package waveslim 1.4
waveslim 1.4 has recently been uploaded to CRAN and is fully compatible with Rv2.0. Besides ensuring usability with the most recent version of R, two additional "flavors" of wavelet methodology have been added to the package: (1) Hilbert wavelet pairs and (2) the dual-tree complex wavelet tra...
2006 Nov 16
0
??: Re:??: Re:??: Re: Need help in waveslim package: imodwt and universal.thresh.modwt
...ogerio. ---------- Cabe?alho original ----------- De: "Airon Yiu" aironyiu at yahoo.com.hk Para: "rdporto1" rdporto1 at terra.com.br C?pia: "r-help" r-help at stat.math.ethz.ch Data: Thu, 16 Nov 2006 12:28:12 +0800 (CST) Assunto: ??: Re:??: Re:??: Re:[R] Need help in waveslim package: imodwt and universal.thresh.modwt > Hi Rogerio: > > Thks a lot. It works. > > By the way, I have 2 related sides issues that need some help: > (1) What I want to do is this > - do modwt on original time series > - do thresholding on wavelet coef...
2004 Nov 01
0
updated package waveslim 1.4
waveslim 1.4 has recently been uploaded to CRAN and is fully compatible with Rv2.0. Besides ensuring usability with the most recent version of R, two additional "flavors" of wavelet methodology have been added to the package: (1) Hilbert wavelet pairs and (2) the dual-tree complex wavelet tra...
2001 Nov 09
1
Installing packages
...erything is OK for the base software but I have trouble to get some packages installed. Specifically, for some packages, a "collect2" binary seems to be necessary during the compilation/linking process of the library, and LD complains about not finding it : Installing source package `waveslim' ... libs g77 -fPIC -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-fast-math -c bell-p-w.f -o bell-p-w.o gcc -I/usr/lib/R/include -I/usr/local/include -mieee-fp -D__NO_MATH_INLINES -fPIC -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-m...
2003 Feb 02
1
unable to open connection
Dear list members, I have problem to load data of the library waveslim. After I load the library waveslim and tried to load data ibm data(ibm) Error in file(file, "r") : unable to open connection In addition: Warning message: cannot open file `ibm.txt'' I also tried other data sets without success. It works for other libraries though. Any sugg...
2006 May 25
1
understanding DWT
Can someone please help me understand the examples given in the dwt function of the waveslim library library(waveslim) ?dwt I'm having a problem understanding these lines. I assume they are required because of how the algorythm deals with the signal bounderies. Am I correct in thinking that for wavelets of scale 1 and 2, the coefiecints need to be shifted by 2 places, for scale 3 and...
2003 Aug 20
1
aide
Bonjour, J'aimerais savoir si quelqu'un pourrait m'aider en ce qui concerne l'utilisation du package waveslim. Je voudrais savoir comment on fait pour revenir a un signal d'origine lorsque l'on dispose de coefficients de detail et d'approximation. Merci d'avance Tuleau Christine (christine.tuleau at math.u-psud.fr)
2004 Jan 21
1
Mac OS X and R
My Windows machine has gone "kaput" and I am trying to see how R might work on my Mac. I am interested in using the contributed packages, especially "waveslim" and "wavethresh". Are all packages available under either Windows, Mac, or Unix? I can't seem to tell from the documentation whether this is so (probably because I am not very computer literate!). Any thoughts?
2005 Oct 19
0
Wavelet recunstruction
Hi There, I tried to find a function in {waveslim} or {wavethresh} in order to recunstruct the decomposed signals. As far as I found there is no function in {waveslim} to recunstruct decomposed data. The function wr{wavethresh} recunstructs the results of wd function. Apart from its limitations ( for example the length of vector must be power of...
2005 Dec 13
0
Fwd: Re: Wavelet reconstruction
...ty",main="Wavelet Regression") mtext("N=4, Threshold=7.32032") lines(x, thr2, col= "violetred" , lwd=2,type="l") Good Luck!! Elizabeth Lawson Amir Safari <amsa36060@yahoo.com> wrote: Hi There, I tried to find a function in {waveslim} or {wavethresh} in order to reconstruct the decomposed signals. As far as I found there is no function in {waveslim} to reconstruct decomposed data. The function wr{wavethresh} reconstructs the results of wd function. Apart from its limitations ( for example the length of vector must be power of 2...
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 kalman filter does a good job...
2002 Nov 06
2
Re: some questions!
...ror > when you try to use the data with the data() function it appears the > following message: > Error in file(file, "r") : unable to open connection > In addition: Warning message: > cannot open file `ibm.txt' > I am typing: > library(waveslim) > data(ibm) I don't have this problem. How did you installed the package? Try to install it from Rgui, Packages -> Install Packages from CRAN... , then select waveslim. I just tried it and it worked fine for me. Cheers, Kevin --------------------------------------------------...
2007 Apr 29
1
[debug] package - Error in all.levs (PR#9638)
...lish_Poland.1250;LC_NUMERIC=C;LC_TIME=Polish_Poland.1250 attached base packages: [1] "tcltk" "stats" "graphics" "grDevices" "utils" "datasets" "methods" "base" other attached packages: debug mvbutils waveslim polynom "1.1.0" "1.1.1" "1.6" "1.3-2" OS: WinXPSP1 Regards Piotrek Z