view rickerWavelet.m @ 1058:84933722ec0e feature/poroelastic

Remove superfluous method get_boundary_number in Elastic2dVariable
author Martin Almquist <malmquist@stanford.edu>
date Fri, 25 Jan 2019 16:35:53 -0800
parents 905612b7f3d4
children
line wrap: on
line source

function y = rickerWavelet(x, x0, A)
    y = (1-2*pi^2*A^2*(x-x0).^2).*exp(-pi^2*A^2*(x-x0).^2);
end