plotspec: Plot spectrum

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/functionINIT.R

Description

This function plots the log spectrum and the optimal noise threshold which is used in WaveD fit.

Usage

1
plotspec(g, s)

Arguments

g

Sample of g or g + (Gaussian noise).

s

Noise standard deviation.

Value

Graphical output only.

Author(s)

Marc Raimondo

References

Raimondo, M. and Stewart, M. (2007), "The WaveD Transform in R", Journal of Statistical Software.

See Also

WaveD

Examples

1
plotspec(sin(2*pi*seq(0,1,le=1024)),0.01) 

waved documentation built on May 2, 2019, 3:21 a.m.

Related to plotspec in waved...