Mercurial > repos > public > sbplib
view rickerWavelet.m @ 760:408fb46f7266 feature/d1_staggered
Add +multiblock/+domain/Line for 1D multiblock.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Mon, 18 Jun 2018 16:33:53 -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