Mercurial > repos > public > sbplib
view rickerWavelet.m @ 1047:6bc55a773e7c feature/getBoundaryOp
Fix some mistakes from dc1bcbef2a86
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 22 Jan 2019 17:42:58 +0100 |
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