Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 444 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 444 Bytes

Wavelet Method

Experimenting with Wavelet library provided by David Hammond ([email protected]). Refer to README.txt for the authors original comments and direction.

How to run

Run the folowwing command in matlab to set the paths for this library.

sgwt_setpath

For running the compression alorithm run:

  • A is an adjacency matrix.
  • im is an array of node values.

compression/my_demo

my_demo(A, im)