local_cosreg {swdft} | R Documentation |
Local cosine regression
Description
Local cosine regression
Usage
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'
[Package swdft version 1.0.0 Index]