Learn R Programming

gasper (version 1.1.4)

smoothmodulus: Modulus of smoothness.

Description

Compute the modulus of smoothness of a graph signal.

Usage

smoothmodulus(f, A)

Arguments

f

Signal.

A

Adjacency matrix (sparse or dense).

Examples

Run this code
data(grid1)
A <- grid1$A
x <- grid1$xy[ ,1]
f <- sin(x)
smoothmodulus(f, A)

Run the code above in your browser using DataLab