hilbert.wge: Function to calculate the Hilbert transformation of a given...

View source: R/hilbert.wge.R

hilbert.wgeR Documentation

Function to calculate the Hilbert transformation of a given real valued signal(even length)

Description

Function is used with the tswge function wv.wge

Usage

hilbert.wge(input)

Arguments

input

realization to be analyzed

Value

ans

Hilbert transformation of the input

Author(s)

Wayne Woodward

References

Applied Time Series Analysis with R, second edition by Woodward, Gray, and Elliott

Examples

data(airline)
hilbert.wge(airline)

tswge documentation built on Feb. 16, 2023, 6:51 p.m.