Jump to content

Talk:Ricker wavelet

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by ChrisEngelsma (talk | contribs) at 18:05, 20 October 2011 (→‎Renaming to Ricker Wavelet). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Renaming to Ricker Wavelet

Is it necessary to name this as the Mexican Hat Wavelet? It's more recognizable name is the Ricker Wavelet so perhaps this should be the official name. Chris Engelsma 18:04, 20 October 2011 (UTC)[reply]

normalizing term

Is the normalizing term correct there? i have coded this in matlab: excit_function=sprintf('(1-((t-%e).^2/%e.^2)).*exp(-(t-%e).^2/(2*%e.^2))',5*ex_sigma,ex_sigma,5*ex_sigma,ex_sigma); t=0:dt:sim_time; excit=eval(excit_function); which is without the normalizing term and it correctly evaluates so that peak is +1 and not something like +10^27 —Preceding unsigned comment added by 188.220.32.144 (talk) 20:59, 25 February 2010 (UTC)[reply]


Lanczos resampling

This looks a lot like the kernel of Lanczos resampling. Is this just a superficial relationship? —Ben FrantzDale (talk) 21:32, 31 December 2007 (UTC) Yes, it's just resemblance, there's no relationship. crisluengo (talk) 07:50, 15 September 2009 (UTC)[reply]