https://github.com/epfl-lts2/gspbox
Graph Signal Processing in Matlab
https://github.com/epfl-lts2/gspbox
graph-signal-processing graphs
Last synced: about 1 year ago
JSON representation
Graph Signal Processing in Matlab
- Host: GitHub
- URL: https://github.com/epfl-lts2/gspbox
- Owner: epfl-lts2
- License: gpl-3.0
- Created: 2014-08-26T14:28:32.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T22:12:42.000Z (over 5 years ago)
- Last Synced: 2023-10-20T19:42:11.722Z (over 2 years ago)
- Topics: graph-signal-processing, graphs
- Language: MATLAB
- Homepage: https://epfl-lts2.github.io/gspbox-html/
- Size: 3.94 MB
- Stars: 123
- Watchers: 19
- Forks: 56
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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 documentation at https://epfl-lts2.github.io/gspbox-html/.