R/RcppExports.R

Defines functions .deconvolvePeak .deconvolveJump .convolveOversampling .convolve

Documented in .convolve .deconvolveJump .deconvolvePeak

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

.convolve <- function(val, kern) {
    .Call(`_lowpassFilter_convolve`, val, kern)
}

.convolveOversampling <- function(val, kern, factor) {
    .Call(`_lowpassFilter_convolveOversampling`, val, kern, factor)
}

.deconvolveJump <- function(grid, observations, time, leftValue, rightValue, typeFilter, inputFilter, covariances) {
    .Call(`_lowpassFilter_deconvolveJump`, grid, observations, time, leftValue, rightValue, typeFilter, inputFilter, covariances)
}

.deconvolvePeak <- function(gridLeft, gridRight, observations, time, leftValue, rightValue, typeFilter, inputFilter, covariances, tolerance) {
    .Call(`_lowpassFilter_deconvolvePeak`, gridLeft, gridRight, observations, time, leftValue, rightValue, typeFilter, inputFilter, covariances, tolerance)
}

Try the lowpassFilter package in your browser

Any scripts or data that you put into this service are public.

lowpassFilter documentation built on April 30, 2022, 1:06 a.m.