Learn R Programming

RSEIS (version 2.1-6)

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:
  • xvalx-output
  • morly-output

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