powered by
Compute the modulus of smoothness of a graph signal.
smoothmodulus(f, A)
Signal.
Adjacency matrix (sparse or dense).
data(grid1) A <- grid1$A x <- grid1$xy[ ,1] f <- sin(x) smoothmodulus(f, A)
Run the code above in your browser using DataLab