plotspec {waved} | R 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
Examples
plotspec(sin(2*pi*seq(0,1,le=1024)),0.01)
[Package waved version 1.3 Index]