powered by
Compute Chebyshev Coefficients
computeChebyshevCoeffs(filt, l.max, m = 30, n = m + 1)
vector of Chebyshev coefficients
graph filter function
Maximum eigenvalue of the graph
numeric Maximum order of Chebyshev coeff to compute (default=30)
numeric grid order used to compute quadrature (default=m+1)
Other graph smoothing: heatFilter(), smoothChebyshev(), smoothSignalOnGraph()
heatFilter()
smoothChebyshev()
smoothSignalOnGraph()