Difference between revisions of "Wavelets on Trees"

From WikiBiron
Line 16: Line 16:
 
* Comments, questions or concerns should be directed to: godwinsh@usc.edu
 
* Comments, questions or concerns should be directed to: godwinsh@usc.edu
  
* [http://biron.usc.edu/~godwinsh/WSN_SampleCode.zip MATLAB source code for wavelets on trees in WSN]
+
* [http://biron.usc.edu/~godwinsh/WSN_SampleCode_v2.zip MATLAB source code for wavelets on trees in WSN]
** Last Updated On: August 18, 2009
+
** Last Updated On: August 20, 2009
*** New cost computations added (8/18/09)
+
*** New cost computations added (8/20/09)
 
** This code provides implementations of the transforms described in our ICASSP 08/09 papers and an upcoming submission to IEEE Transactions on Signal Processing
 
** This code provides implementations of the transforms described in our ICASSP 08/09 papers and an upcoming submission to IEEE Transactions on Signal Processing
 
** The main files to start with are Example_LossyCoding.m and Example_LosslessCoding.m
 
** The main files to start with are Example_LossyCoding.m and Example_LosslessCoding.m

Revision as of 10:40, 20 August 2009

General Information

  • This website provides source code for wavelet transforms on trees, with applications to:
    • Distributed data compression for wireless sensor networks
    • Image coding
  • This page is maintained by Godwin Shen
    • Email: godwinsh@usc.edu


Source Code

  • Comments, questions or concerns should be directed to: godwinsh@usc.edu
  • MATLAB source code for wavelets on trees in WSN
    • Last Updated On: August 20, 2009
      • New cost computations added (8/20/09)
    • This code provides implementations of the transforms described in our ICASSP 08/09 papers and an upcoming submission to IEEE Transactions on Signal Processing
    • The main files to start with are Example_LossyCoding.m and Example_LosslessCoding.m


Related Links