Compute Chebyshev Coefficients
Compute Chebyshev Coefficients
computeChebyshevCoeffs(filt, l.max, m = 30, n = m + 1)
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) |
vector of Chebyshev coefficients
Other graph smoothing:
heatFilter()
,
smoothChebyshev()
,
smoothSignalOnGraph()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.