Hi all,
I want to generate a ricker wavelet using MATLAB then I convolve it with the Earth reflictivity (e) to get a seismic trace
I have (e) and I would like to generate ricker using the equation
w=(1-(2*pi^2*f^2*t^2))*exp(-pi^2*f^2*t^2)
between t:dt:tf
I use loop in MATLAB to get...