stvienna wiener
2016-Nov-22 15:18 UTC
[R] Fast continious wavelet transformation (CWT) and plot?
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]]