Image Compression
A collection of simple routines for image compression using different techniques.
图象压缩的不同方法
BTCODE:
Image compression Using Block Truncation Coding.
PYRAMID:
Image compression based on Gaussian Pyramids.
DCTCOMPR:
Image compression based on Discrete Cosine Transform.
...
Modify the Gray-coded modulation example (COMMDOC_GRAY)
so that it uses a pair of square root raised cosine filters
to perform pulse shaping and matched filtering at the
transmitter and receiver, respectively.