search for: daubexphase

Displaying 3 results from an estimated 3 matches for "daubexphase".

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 my plot more clear for comparison with the original data series. -I want to cut of a part of the graph b...
2013 Oct 28
0
Error:Data is not atomic
Hi experts, I want to user haar wavelet transform. If I am using this simple command, it works nice: k<-c(1,2,3,4,5,6,7,8) ywd<-wd(k,filter.number=1,family="DaubExPhase") but if the K is a list like this: *[[1]]* *[1] 401* * * *[[2]]* *[1] 481* * * *[[3]]* *[1] 480* * * *[[4]]* *[1] 482* * * *[[5]]* *[1] 395* *...* * * it doesnt work and I get this error: Error in wd(k, filter.number = 1, family = "DaubExPhase") : * Data is not atomic* * * how c...
2005 Dec 13
0
Fwd: Re: Wavelet reconstruction
...,22,23,24,25,26, 27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51, 52,53,54,55,56,57,58,59,60,61,62,63,64)) x<-x/64 par(mfrow=c(1,1)) plot(x,brain,xlab="Voxel",ylab="Activity",main="fMRI Data") wdbrain<-wd(brain,4,family="DaubExPhase", bc="periodic") thres2<-threshold(wdbrain,levels=3:(wdbrain$nlevels-1), type="soft", policy="manual", by.level=FALSE, value=7.32032, dev=var, boundary=FALSE, verbose = getOption("verbose"), return.threshold=F) thr2 <- wr(thres2) plot(...