speczoom {waved} | R Documentation |
Plot spectrum
Description
This function plots the log spectrum of $g$.
Usage
speczoom(y_test, fenetre)
Arguments
y_test |
Sample vector of $g$. |
fenetre |
Window (a positive integer). |
Value
log-spectrum of $g$.
Author(s)
Marc Raimondo
References
Raimondo, M. and Stewart, M. (2007), "The WaveD Transform in R", Journal of Statistical Software.
See Also
Examples
speczoom(sin(2*pi*seq(0,1,le=1024)),200)
[Package waved version 1.3 Index]