powered by
Sorts the crystal names for a discrete wavelet transform by level then by corresponding frequency content, from low to high.
wavSortCrystals(x, reverse=FALSE)
a vector of character strings containing the names of the wavelet transform crystals.
a logical value. If TRUE, the order of the sorted names is reversed. Default: FALSE.
TRUE
FALSE
a vector of character strings containing the sorted crystal names.
wavDWT, wavMODWT.
wavDWT
wavMODWT
# NOT RUN { W <- wavMODWT(1:100) wavSortCrystals(names(W$data), reverse=TRUE) # }
Run the code above in your browser using DataLab