function y = GUSFT_simple(x,shift,boxlen,center,w); % GUSFT_simple -- Gram matrix of the USFT % Usage: % y = GUSFT_simple(x,shift,boxlen,center,w) % Inputs: % x vector of length n % shift vector of shifts % boxlen half-length of the window associated with shift % center boolean variable % w window of size 2*boxlen % Outputs: % y vector le length 2*n % Description: % Evaluates the A'A where A is the nonuniform FT at the points omega_k = % shift + k, -boxlen <= k