search for: maxpeak

Displaying 2 results from an estimated 2 matches for "maxpeak".

2008 Dec 12
0
Is there anyone in charge of package wmtsa ?
...t;- create.signalSeries(aa3, pos=list(from=0.0, by=0.033)) #CONVERT AMPLITUDE INTO TIME-SERIES aa3.cwt <- wavCWT(aa3ts) #CWT aa3.maxtree <- wavCWTTree (aa3.cwt, type="maxima") # GENERATE CWT MAXIMA TREE aa3.maxpeak <- wavCWTPeaks (aa3.maxtree) #GET MAXIMUM PEAKS Notice that in this case the generated tree (Bad-Tree-Configuration) has only 4 branches. I believe this may cause the error I get when I try to get the maxime: > aa3.maxpeak <- wavCWTPeaks (aa3.maxtree)...
2008 Dec 09
1
package "wmtsa": wavCWTPeaks error (PR#13381)
...(aa, pos=list(from=0.0, by=0.033)) aa.cwt <- wavCWT(aats) x11 (width=10,height=12) plot (aats,main=paste(insig," Cycle: ",j,sep="")) aa.maxtree <- wavCWTTree (aa.cwt, type="maxima") aa.mintree <- wavCWTTree (aa.cwt, type="minima") aa.maxpeak <- wavCWTPeaks (aa.maxtree) aa.minpeak <- wavCWTPeaks (aa.mintree) Error in `row.names<-.data.frame`(`*tmp*`, value = c("1", "0")) : invalid 'row.names' length bb <- -aa #EXCHANGE MAXIMA WITH MINIMA bbts <- create.signalSeries(bb, pos=list(fr...