hilbert.wge {tswge} | R 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)
[Package tswge version 2.1.0 Index]