junliangma / gspbox

Graph Signal Processing in Matlab

Home Page:https://epfl-lts2.github.io/gspbox-html/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graph Signal Processing Toolbox (GSPBox)

The official Graph Signal Processing Toolbox (GSPBox)

Running the toolbox

In Matlab type

    gsp_start

as the first command from the installation directory. This will set up the correct paths.

The gsp_start command will add all the necessary subdirectories (so please don't add these manually), and it will print a statement telling you which backend you are currently using.

Compiling the toolbox

In Matlab type

    gsp_make

as the first command from the installation directory. This will try to compile the mex interface for the third party components: AMD and LDL.

You need the library stdc++ to compile AMD and LDL. On Ubuntu you can type:

    sudo apt-get install libstdc++6

Installing third party software

In Matlab type

    gsp_install

as the first command from the installation directory. This will try to download and install third party software.

Documentation

You can find the complete online documentation here : http://lts2research.epfl.ch/gsp/doc/start/

About

Graph Signal Processing in Matlab

https://epfl-lts2.github.io/gspbox-html/

License:GNU General Public License v3.0


Languages

Language:MATLAB 92.6%Language:C++ 1.8%Language:M 1.4%Language:TeX 1.3%Language:Mathematica 1.0%Language:Python 0.6%Language:JavaScript 0.4%Language:CSS 0.4%Language:HTML 0.4%Language:Makefile 0.1%