I see that there are fft function variations with SCALE and NOSCALE. Under what conditions are the NOSCALE variants appropriate?
My first hunch was that smaller signal amplitudes might work fine with NOSCALE, while full amplitude signals would probably require SCALE. However, I now wonder if I have this backwards because of Q.15 format, and perhaps small fractions are worse without scaling.
Can anyone comment on how to decide which to use? I'm sure that SCALE will work under all conditions, but it is the implementation that takes more cycles. So the real question is how to be sure that the faster NOSCALE version will work.