Design
wavelet.asc
Associated article: A Wavelet Analyzer
Tags: Design
_A WAVELET ANALYZER_
by Mac A. Cody
[LISTING ONE]
#include "dsp_type.h"
#if DSP32
#include "dspregs.h"
#endif
.global DECOMP
/* DECOMP
perform recursive decomposition on non-terminating data sequence
registers used: r1 r2 r3 r4 r5 ...


