14.08.2013 Views

Fast Fourier Transforms on Motorola's Digital Signal Processors

Fast Fourier Transforms on Motorola's Digital Signal Processors

Fast Fourier Transforms on Motorola's Digital Signal Processors

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

_inner_pass<br />

do n3,_end_grp ;do groups in a pass<br />

move x:(r5),a ;for pointer reas<strong>on</strong>,a=something<br />

move x:(r6),x0 y:(r0),b ;x0=Wr,b=Ai<br />

move x:(r1),x1 y:(r6)+,y0 ;x1=Br,y0=Wi<br />

do n0,_end_bfy1 ;Radix 2 DIT butterfly kernel<br />

;with y0=Wi,x0=Wr<br />

mac -x1,y0,b y:(r1)+,y1 ;b=Ai-BrWi,y1=Bi, r1->nBi<br />

macr x0,y1,b a,x:(r5)+ y:(r0),a ;b=Ai-BrWi+BiWr=Ai’,<br />

;save prev.Br’,a=Ai<br />

subl b,a x:(r0),b b,y:(r4) ;a=2Ai-Ai’=Bi’,b=Ar,save Ai’<br />

mac x1,x0,b x:(r0)+,a a,y:(r5) ;b=Ar+BrWr,a=Ar,save Bi’,r0->nAi<br />

macr y1,y0,b x:(r1),x1 ;b=Ar+BrWr+BiWi=Ar’,x1=nBr<br />

subl b,a b,x:(r4)+ y:(r0),b ;a=2Ar-Ar’=Br’,<br />

;save Ar’,b=nAi,r4->nAr<br />

_end_bfy1<br />

move a,x:(r5)+n5 y:(r1)+n1,b ;save preve. Br’ inc r5 and r1<br />

move x:(r4)+n4,a y:(r0)+n0,b ;inc r0,r4<br />

move x:(r1),x1 ;x1=nGBr<br />

move x:(r5),a y:(r0),b ;for pointer reas<strong>on</strong>,<br />

;a=something,b=nGAr<br />

do n0,_end_bfy2 ;W=-j*W<br />

mac -x1,x0,b y:(r1)+,y1 ;b=Ai-BrWr,y1=Bi,r1->nBi<br />

macr -y0,y1,b a,x:(r5)+ y:(r0),a ;b=Ai-BrWr-BiWi=Ai’,<br />

;save prev. Br’,a=Ai<br />

subl b,a x:(r0),b b,y:(r4) ;a=2Ai-Ai’=Bi’,b=Ar,save Ai’<br />

mac -x1,y0,b x:(r0)+,a a,y:(r5) ;b=Ar-BrWi,a=Ar,save Bi’,r0->nAi<br />

macr y1,x0,b x:(r1),x1 ;b=Ar-BrWi+BiWr=Ar’,x1=nBr<br />

subl b,a b,x:(r4)+ y:(r0),b ;a=2Ar-Ar’=Br’,<br />

;save Ar’,b=nAi,r4->nAr<br />

_end_bfy2<br />

move a,x:(r5)+n5 y:(r1)+n1,b ;save preve. Br’ inc r5 and r1<br />

move x:(r4)+n4,a y:(r0)+n0,b ;inc r0,r4<br />

_end_grp<br />

rts<br />

_next_last<br />

move x:(r5),a y:(r0),b ;a=something,b=Ai<br />

move x:(r1),x1 y:(r6),y0 ;x1=Br,y0=Wi<br />

do n2,_n_last ;do the pass next to last,<br />

;internal to internal<br />

mac -x1,y0,b x:(r6)+,x0 y:(r1)+,y ;b=Ai-BrWi,x0=Wr,y1=Bi, r1->nBi<br />

macr x0,y1,b a,x:(r5)+n5 y:(r0),a ;b=Ai-BrWi+BiWr=Ai’,<br />

;save prev. Br’,a=Ai<br />

subl b,a x:(r0),b b,y:(r4) ;a=2Ai-Ai’=Bi’,b=Ar,save Ai’<br />

mac x1,x0,b x:(r0)+,a a,y:(r5) ;b=Ar+BrWr,a=Ar,save Bi’,r0->nAi<br />

macr y1,y0,b x:(r1),x1 ;b=Ar+BrWr+BiWi=Ar’,x1=nBr<br />

subl b,a b,x:(r4)+ y:(r0),b ;a=2Ar-Ar’=Br’,<br />

;save Ar’,b=nAi,r4->nAr<br />

mac -x1,y0,b y:(r1)+n1,y1 ;b=Ai-BrWi,y1=Bi, r1->nGBi<br />

macr x0,y1,b a,x:(r5)+ y:(r0),a ;b=Ai-BrWi+BiWr=Ai’,<br />

;save prev. Br’,a=Ai<br />

subl b,a x:(r0),b b,y:(r4) ;a=2Ai-Ai’=Bi’,b=Ar,save Ai’<br />

mac x1,x0,b x:(r0)+n0,a a,y:(r5) ;b=Ar+BrWr,a=Ar,<br />

;save Bi’,r0->nGAi<br />

Figure A-1 Optimized Complex FFT for the DSP96002 (sheet 19 of 20)<br />

MOTOROLA A-19

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!