Learn R Programming

waved (version 1.3)

speczoom: Plot spectrum

Description

This function plots the log spectrum of $g$.

Usage

speczoom(y_test, fenetre)

Value

log-spectrum of $g$.

Arguments

y_test

Sample vector of $g$.

fenetre

Window (a positive integer).

Author

Marc Raimondo

References

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

See Also

WaveD

Examples

Run this code
speczoom(sin(2*pi*seq(0,1,le=1024)),200) 

Run the code above in your browser using DataLab