1 |
This implies a reordering of computations, so that L digits are done at a time and one fixes storage indices d-1, d-2, d-3, .. L and calculates 2L point FFT on lower indices
|
2 |
So basic operation needed is one of reordering:
|
3 | This re-ordering is also algorithm used to undo bit reversal if needed |