envelope: Envelope Function with Hilbert Transform

envelopeR Documentation

Envelope Function with Hilbert Transform

Description

Envelope Function with Hilbert Transform

Usage

envelope(x)

Arguments

x

signal vector

Details

Uses the hilbert transform to get the envelope function.

Value

vector of the absolute of the hilbert transform

Author(s)

Jonathan M. Lees<jonathan.lees.edu>

Examples


data(CE1)
ev <- envelope(CE1$y)
plot(CE1$x, CE1$y, type='l')
lines(CE1$x,ev, col='red')



RSEIS documentation built on Aug. 19, 2023, 5:07 p.m.