sccore (version 1.0.5)

computeChebyshevCoeffs: Compute Chebyshev Coefficients

Description

Compute Chebyshev Coefficients

Usage

computeChebyshevCoeffs(filt, l.max, m = 30, n = m + 1)

Value

vector of Chebyshev coefficients

Arguments

filt

graph filter function

l.max

Maximum eigenvalue of the graph

m

numeric Maximum order of Chebyshev coeff to compute (default=30)

n

numeric grid order used to compute quadrature (default=m+1)

See Also

Other graph smoothing: heatFilter(), smoothChebyshev(), smoothSignalOnGraph()