Introduction - If you have any usage issues, please Google them yourself
This is a simulation of DUET Algorithm on MATLAB.
* Although the inverse STFT function doesn't work properly, the rest of it works totally fine.
* Fixed by moving the line: row=zeros(1,length(x1)+2*windowsize);