View source: R/signal_decomposition.R
run_SSD | R Documentation |
Internal function for running SSD algorithm
run_SSD(data, sig_range, noise_range, RESS = FALSE, verbose = TRUE, order = 2)
data |
|
sig_range |
Frequency range of the signal of interest |
noise_range |
Frequency range of the noise |
RESS |
Run RESS rather than SSD. Defaults to FALSE. |
verbose |
Informative messages in consoles. Defaults to TRUE. |
order |
filter order for IIR filters |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.