Skip to content

ucsb-igert/wavelets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)