* Make the FFT size a bit larger. master
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 8 Apr 2008 13:28:43 +0000 (15:28 +0200)
committerunknown <s0042331@.dynamic.ewi.utwente.nl>
Tue, 8 Apr 2008 13:28:43 +0000 (15:28 +0200)
commit0d35b7f16985392b1cd2d312fbdca51dc3084bcc
tree4dacc28c7b88d33425e20861d04416c94fcc01cf
parent28a18d3e2fa2fd883b08b2bffca19309be1db140
 * Make the FFT size a bit larger.
 * Explicitely pass the addressing strategies to use for reading input and
   writing output on each stage. So far, only REGULAR_IN is supported for
   input (ie, no changes) and REGULAR_OUT and BITREVERSED_OUT are supported
   for output (ie, add support for bitreversing the last stage).
FFT.h
FFT.mc