pylops.utils.wavelets.klauder#
- pylops.utils.wavelets.klauder(t, f=(5.0, 20.0), taper=None)[source]#
Klauder wavelet
Create a Klauder wavelet given time axis
t
and standard deviationstd
. This wavelet mimics the autocorrelation of a linear frequency modulated sweep.- Parameters
- t
numpy.ndarray
Time axis (positive part including zero sample)
- f
tuple
, optional Frequency sweep
- taper
func
, optional Taper to apply to wavelet (must be a function that takes the size of the window as input
- t
- Returns
- w
numpy.ndarray
Wavelet
- t
numpy.ndarray
Symmetric time axis
- wcenter
int
Index of center of wavelet
- w
Examples using pylops.utils.wavelets.klauder
#
Wavelets