Dear all,

This is my test code:

library(wmtsa)
sunspotsLong <- rep(sunspots, times=3000) ## try "times=30" (or 300)

sunspots.cwt <- wavCWT(sunspotsLong)
plot(sunspots.cwt, series=TRUE)

If you adapt times in the second line with "30", the code works. But 300 or
3000 not so much.

Are there more faster ways to calculate the CWT? Different packages that
are better for the continious wavelet transform?

My real time series has around 1 Million observations.


Stefan

        [[alternative HTML version deleted]]

______________________________________________
[email protected] mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to