Learn R Programming

RSEIS (version 3.7-4)

Mmorlet: Morlet Wavelet

Description

Make Morlet Wavelet

Usage

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

Arguments

UB

upper bound

LB

lower bound

N

number of points

plot

logical, TRUE=plot

Value

time series list:

xval

x-output

morl

y-output

Details

create a morlet function based on the matlab style routines

See Also

scal2freqs, Rwave

Examples

Run this code
# NOT RUN {
mm  <- Mmorlet(-8, 8, 256)



# }

Run the code above in your browser using DataLab