Skip to content

Pycsou extension module for linear inverse problems involving signals defined on non Euclidean domains represented as graphs.

License

Notifications You must be signed in to change notification settings

matthieumeo/pycsou-gsp

Repository files navigation

https://matthieumeo.github.io/pycsou/html/_images/pycsou.png

Pycsou-gsp is the graph signal processing extension of the Python 3 package Pycsou for solving linear inverse problems. The extension offers implementations of graph convolution and differential operators, compatible with Pycsou's interface for linear operators. Such tools can be useful when solving linear inverse problems involving signals defined on non Euclidean discrete manifolds.

Graphs in Pycsou-gsp are instances from the class pygsp.graphs.Graph from the pygsp library for graph signal processing with Python.

Content

The package is organised as follows:

  1. The subpackage pycsou_gsp.linop implements the following common graph linear operators:
    • Graph convolution operators: GraphConvolution
    • Graph differential operators: GraphLaplacian, GraphGradient, GeneralisedGraphLaplacian.
  2. The subpackage pycsou_gsp.tesselation provides routines for generating graphs from discrete tessellations of continuous manifolds such as the sphere.