Downsampling after wavelet denoising
I am working on a time series which is sampled once every 10 minutes. I
found by inspection of the auto correlation function that the detail
coefficients indicates pure noise for more than 7 levels of wavelet (db10)
decomposition. So, I did 8 levels of wavelet decomposition and then set the
8 level detail coeff. to zero. I carried out the inverse transform, and now
I wonder how much I can downsample the series without loosing information?
Thanks
.
Relevant Pages
- ARIMA Time Series Modeling
... When I try to compare my AR and MA coefficients to commercial ... time series as well as the SAS:JMP software. ... % function atSqSum = local_funcGen ... hence my ARMA model. ... (comp.soft-sys.matlab) - Re: Wavelet coefficients -- what do they mean exactly?
... have several time series of wind measurements. ... I'm trying to capture how those magnitudes ... get the coefficients for certain scales/frequencies, ... For orthogonal wavelets, using wrcoef, you can inverse transform the ... (comp.soft-sys.matlab) - Re: significance of correlation of a bandpass filtered time series
... bandpass filtered by applying transformations in spectral domain. ... just set some Fourier coefficients to zero and retransformed it to ... of degrees of freedom. ... Someone who knows time series would probably have to ... (sci.stat.edu) - Re: Optimizing the following code snippet
... % Yis a time series of duration T for entity i. ... You could try vectorizing a known expression for the first regression ... coefficients to see if that would speed up execution. ... (comp.soft-sys.matlab) - AR model with many lags
... For a time series of 216 monthly returns, ... to past SUMS of returns over the last n1:n2 periods are ... Essentially I want to fit an ARmodel where the coefficients are ... (sci.stat.math) |
|