function out = w07pondX(k,x,t,sig,G) % % integrand for w07pond.m % out = (sig/sqrt(pi)) * cos(sqrt(G*abs(k))*t) .* exp(i*k*x - (sig*k).^2);