comparison rickerWavelet.m @ 943:21394c78c72e feature/utux2D

Merge with default
author Martin Almquist <malmquist@stanford.edu>
date Tue, 04 Dec 2018 15:24:36 -0800
parents 905612b7f3d4
children
comparison
equal deleted inserted replaced
942:35701c85e356 943:21394c78c72e
1 function y = rickerWavelet(x, x0, A)
2 y = (1-2*pi^2*A^2*(x-x0).^2).*exp(-pi^2*A^2*(x-x0).^2);
3 end