local_cosreg: Local cosine regression

Description Usage Arguments Value

View source: R/local-cosine-regression.R

Description

Local cosine regression

Usage

1
local_cosreg(x, lmin = 6, pwidth = 5, kwidth = 1, verbose = FALSE)

Arguments

x

numeric signal to apply local cosine regression on

lmin

integer. minimum signal length (L parameter) to search

pwidth

integer. the range of window positions to search for each window size

kwidth

integer. the width of frequencies to search

verbose

logical. whether or not to print intermediate results

Value

S3 object of class 'swdft_local_cosreg'


swdft documentation built on May 2, 2019, 2:27 a.m.