In article stephnss@XNET.COM writes: >Has anyone thought of or have code for using wavelets on PIC's? Since >wavelts deal with octaves, or power's of 2 frequency ratio, these would seem Wavelets on a single PIC seems to be a bit much. However, an implementation of the Discrete Wavelet Transform could be done on a cascade of PICs. The 17C44 with its hardware multiply would be a good choice for each of the mirror filters. In such a fashion you would then have the PICs forming a pipeline. This might be less expensive than using DSP chips. Lee Holeva