R/cpp11.R

Defines functions fcwt_raw

# Generated by cpp11: do not edit by hand

fcwt_raw <- function(signal, fs, f0, f1, fn, sigma, nthreads, optplans, abs) {
  .Call(`_fCWTr_fcwt_raw`, signal, fs, f0, f1, fn, sigma, nthreads, optplans, abs)
}

Try the fCWTr package in your browser

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

fCWTr documentation built on June 22, 2024, 10:20 a.m.