Mercurial > repos > public > sbplib
view rickerWavelet.m @ 1214:e1d4cb8b5309 feature/poroelastic
Add stress operators to scheme anisotropic curvilinear
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Mon, 21 Oct 2019 18:08:22 -0700 |
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