Internal function for running SSD algorithm

run_SSD(data, sig_range, noise_range, RESS = FALSE, verbose = TRUE)

Arguments

data

eeg_epochs object to be decomposed

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.