Difference between revisions of "Wavelets on Trees"
From WikiBiron
Line 1: | Line 1: | ||
== General Information == | == General Information == | ||
− | * This website provides source code for | + | * This website provides source code for wavelet transforms on trees, with applications to: |
+ | ** Distributed data compression for wireless sensor networks | ||
+ | ** Image coding | ||
− | * Publications describing these transforms can be found at | + | * Publications describing these transforms can be found at: |
+ | **[http://biron.usc.edu/wiki/index.php/CompressionGroup/DSNProject Distributed Compression for Sensor Networks web page] for transforms used in WSN | ||
+ | **[http://biron.usc.edu/~godwinsh Godwin Shen's web page] for transforms used in image coding (and WSN) | ||
− | * This page is maintained by | + | * This page is maintained by Godwin Shen |
** Email: godwinsh@usc.edu | ** Email: godwinsh@usc.edu | ||
− | == | + | == Source Code == |
− | * | + | * [http://biron.usc.edu/~godwinsh/WSN_SampleCode.zip MATLAB source code for wavelets on trees in WSN] |
− | * | + | ** 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 |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
* Comments, questions or concerns should be directed to: godwinsh@usc.edu | * Comments, questions or concerns should be directed to: godwinsh@usc.edu | ||
== Related Links == | == Related Links == | ||
− | *[http://anrg.usc.edu/SenZip/ SenZip] | + | * [http://anrg.usc.edu/SenZip/ SenZip] |
+ | * [http://biron.usc.edu/wiki/index.php/CompressionGroup/ Compression Research Group] |
Revision as of 21:16, 30 July 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
- Publications describing these transforms can be found at:
- Distributed Compression for Sensor Networks web page for transforms used in WSN
- Godwin Shen's web page for transforms used in image coding (and WSN)
- This page is maintained by Godwin Shen
- Email: godwinsh@usc.edu
Source Code
- MATLAB source code for wavelets on trees in WSN
- 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
- Comments, questions or concerns should be directed to: godwinsh@usc.edu