Description Usage Arguments Details Value Author(s) References See Also Examples
View source: R/nondata_adaptive_repr.R
The repr_dwt
computes DWT (Discrete Wavelet Transform) representation (coefficients) from a time series.
1 |
x |
the numeric vector (time series) |
level |
the level of DWT transformation (default is 4) |
filter |
the filter name (default is "d6").
Can be: "haar", "d4", "d6", ..., "d20", "la8", "la10", ..., "la20", "bl14", "bl18", "bl20",
"c6", "c12", ..., "c30". See more info at |
This function extracts DWT coefficients.
You can use various wavelet filters, see all of them here wt.filter
.
The number of extracted coefficients depends on the level
selected.
The final representation has length equal to floor(n / 2^level), where n is a length of original time series.
the numeric vector of DWT coefficients
Peter Laurinec, <tsreprpackage@gmail.com>
Laurinec P, Lucka M (2016) Comparison of representations of time series for clustering smart meter data. In: Lecture Notes in Engineering and Computer Science: Proceedings of The World Congress on Engineering and Computer Science 2016, pp 458-463
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.