R/RcppExports.R

Defines functions do_iter baseline_epo baseline_cont

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

baseline_cont <- function(x, y) {
    .Call(`_eegUtils_baseline_cont`, x, y)
}

baseline_epo <- function(x, x_m) {
    .Call(`_eegUtils_baseline_epo`, x, x_m)
}

do_iter <- function(amps, k, N) {
    .Call(`_eegUtils_do_iter`, amps, k, N)
}
craddm/eegUtils documentation built on March 24, 2022, 9:17 a.m.