$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: chun ping wang (cablepuff_at_[hidden])
Date: 2006-11-04 12:57:31
Hey i have a quick question regarding dynamic bits. Is there a quick and
effective way to reverse bits. (if so how)... i try swapping.. but i get
compile time error. so that i can calculate iterative-fft since it requires
bit-reverse-copy
for (i = 0; i<num_bits/2; ++i)
swap(b[i], b[i+numbits/2]);