smooth_swdft: Smooth the SWDFT coefficients

Description Usage Arguments Value

View source: R/smoothers.R

Description

Smooth the SWDFT coefficients

Usage

1
smooth_swdft(a, ktype = "daniell", m = 2, num_convs = 1)

Arguments

a

real or complex-valued swdft. If real-valued, then we assume it's the squared modules already. If it's complex valued, we convert to the squared modulus.

ktype

either 'daniell' or 'modified.daniell'

m

kernel width from stats::kernel

num_convs

num_convs from stats::kernel

Value

Smooth squared modulues SWDFT coefficients


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