Learn R Programming

RSEIS (version 4.2-4)

Mmorlet: Morlet Wavelet

Description

Make Morlet Wavelet

Usage

Mmorlet(UB = -4, LB = 4, N = 256, plot = FALSE)

Value

time series list:

xval

x-output

morl

y-output

Arguments

UB

upper bound

LB

lower bound

N

number of points

plot

logical, TRUE=plot

Author

Jonathan M. Lees<jonathan.lees.edu>

Details

create a morlet function based on the matlab style routines

See Also

scal2freqs, Rwave

Examples

Run this code

mm  <- Mmorlet(-8, 8, 256)



Run the code above in your browser using DataLab