Morlet: The Morlet function

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Given a sequence of lag distances, this function returns the Morlet wavelet

Usage

1

Arguments

lag

A sequence of lag distances, typically a matrix

Details

This version of the Morlet is scaled so that the central frequency is exactly 2Pi radians. This is the simple version of the Morlet, sometimes referred to as a psuedo-wavelet as it it not precisely normalized, leading to some leakage into the DC component. It is therefore unsuited to reconstruction using the inverse transform.

Value

A set of Morlet filters, typically as a matrix

Author(s)

Timothy H. Keitt

See Also

mvcwt

Examples

1
2
3
4
x = seq(-pi, pi, len = 256)
plot(x, Re(Morlet(x)), col = "darkblue", type = "l")
lines(x, Im(Morlet(x)), col = "darkred")
lines(range(x), rep(0, 2), lty = 2)

thk686/mvcwt documentation built on May 31, 2019, 10:43 a.m.