Displaying 1 result from an estimated 1 matches for "wdbrain".
2005 Dec 13
0
Fwd: Re: Wavelet reconstruction
...,10,11,12,13,14,15,16,17,18,19,20,21,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.thr...