Need help writing the code for the following optimization

I need to find X for which the following expression is minimized -

Here Y is an array I have of length approx 44000 (audio sample I will be reading using matlab’s audioread() function). ifft is the inverse fast fourier transform.
Could someone help me going about implementing it using TFOCS?