Learn R Programming

tswge (version 2.1.0)

is.sample.wge: Sample instantaneous spectrum based on periodogram

Description

Calculates sample instantaneous spectrum (in dB) based on a G(lambda) time transformation

Usage

is.sample.wge(data,  lambda, offset)

Value

Simply a plot of the realization

Arguments

data

Realization to be analyzed.

lambda

Lambda in the G(lambda) time transformation used

offset

Offset in the G(lambda) time transformation used

Author

Wayne Woodward

References

"Applied Time Series Analysis with R, 2nd edition" by Woodward, Gray, and Elliott

Examples

Run this code
data(ss08)
is.sample.wge(data=ss08,lambda=-.4,offset=63)

Run the code above in your browser using DataLab