The data type to the mixed radix FFT is controlled by the TT_DATA
template parameter. This can take one of two choices: cint16 or cint32. TT_DATA
determined the data type of both the input data and output data.
The TT_TWIDDLE
template parameter is constrained by TT_DATA
and so currently must be set to cint16.