Was trying to simplify an approach to FFT, and would like to try non-overlapped FFT analysis and iFFT. It seems that the core FFT prototype always outputs the left input frame as complex two chanel signal, and then the right input frame. So if I only want one channel, how could I skip the empty frame that happens in the stream every FFT length/2?