plotspec: Plot spectrum

View source: R/functionINIT.R

plotspecR Documentation

Plot spectrum

Description

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

Usage

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

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

waved documentation built on May 29, 2024, 5:29 a.m.

Related to plotspec in waved...