istft_out[outputcounter]=(ifft_output[i][0]/window[i])/(this->windowsize/2);// / windowSize; // The i term should be non-existent.
istft_out[outputcounter]=(double)(ifft_output[i].real());/* / (double)window[i]*/;// / (double)((this->windowsize / 2.0)); // / windowSize; // The i term should be non-existent.