Skip to main content

The official Graph Signal Processing Toolbox

Project description

PyGSP is a Graph Signal Processing Toolbox implemented in Python. It is a port of the Matlab GSP toolbox.

https://img.shields.io/travis/epfl-lts2/pygsp.svg

Features

  • Graphs

    • Basic Graph structure

    • NNGraph

    • Bunny

    • Cube

    • Sphere

    • TwoMoons

    • Grid2d

    • Torus

    • Comet

    • LowStretchTree

    • RandomRegular

    • Ring

    • Community

    • Minnesota

    • Sensor

    • Airfoil

    • DavidSensorNet

    • FullConnected

    • Logo

    • Path

    • RandomRing

  • Filters

    • Basic Filter structure

    • Abspline

    • Expwin

    • HalfCosine

    • Itersine

    • MexicanHat

    • Meyer

    • SimpleTf

    • Papadakis

    • Regular

    • Simoncelli

    • Held

    • Heat

Installation

Ubuntu

The PyGSP module is available on PyPI, the Python Package Index. If you don’t have pip, install it.:

$ sudo apt-get install python-pip

Ideally, you should be able to install the PyGSP on your computer by simply entering the following command:

$ sudo pip install pygsp

Unfortunately, this command will most likely fail. For some reason, the install will generally fail when it’ll try to install requirements such as numpy and scipy. You’ll need to install them manually by doing so:

$ sudo pip install numpy
$ sudo pip install scipy

For a classic UNIX system, you will need python-dev(el) (or equivalent) installed as a system package as well as the fortran extension for your favorite compiler (gfortran for gcc). You will also need the blas/lapack implementation for your system. If you can’t install numpy or scipy, try installing the following and then install numpy and scipy:

$ sudo apt-get install python-dev liblapack-dev libatlas-dev gcc gfortran

If you want to use the plotting functionalities of the PyGSP, you have to install matplotlib or pygtgraph. For matplotlib, just do:

$ sudo apt-get python-matplotlib

Another way is to manually download from PyPI, unpack the package and install with:

$ python setup.py install

Execute the project test suite once to make sure you have a working install:

$ python setup.py test

Authors

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyGSP-0.2.1.tar.gz (52.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

PyGSP-0.2.1-py2.py3-none-any.whl (79.0 kB view details)

Uploaded Python 2Python 3

File details

Details for the file PyGSP-0.2.1.tar.gz.

File metadata

  • Download URL: PyGSP-0.2.1.tar.gz
  • Upload date:
  • Size: 52.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for PyGSP-0.2.1.tar.gz
Algorithm Hash digest
SHA256 85b989ec460a64590dea965b12c482edfe31df815e82f6d3c8b84b9fec59b43a
MD5 3f8111d14b92f4b080133c366b9e1faa
BLAKE2b-256 c76889166b9c6d10c0230e88e7eac63d6dcc9c6bf238ced84d1c8113edd42e0e

See more details on using hashes here.

File details

Details for the file PyGSP-0.2.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for PyGSP-0.2.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 5ce9ee6ac74fa6d77ed830f5bfc23e8d0e3d1d5c9b7c420029a38e17f5eb33fa
MD5 72dbcf6ab63e48343d6369162361c564
BLAKE2b-256 55ed76316bd73da61980f136687988dab41912839c7eb5effaaa59d0601f5ddf

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page