/*********************************************************************** * ibit_reversal.c - This C function arrange input samples in bit-reverse * order, the index j is the bit reverse of i * ***********************************************************************/ #include "def_complex_fixpt.h" /* integer complex.h header file */ void ibit_reversal(complex *X, unsigned int EXP) { unsigned int i,j,k; unsigned int N=1<>1; complex temp; /* temporary storage of int complex variable */ for (j=0,i=1;i>=1; } j+=k; if (i