waved.example {waved}R Documentation

WaveD examples

Description

Generate data sets and figures to illustrate the WaveD function.

Usage

waved.example(pr = TRUE, gr=TRUE)

Arguments

pr If pr=TRUE (default) uses the same parameters as in the reference paper below. If pr=FALSE user level parameter specifications.
gr If gr=TRUE (default) text and graphical displays are provided.

Value

lidar.noisy Noisy blurred LIDAR signal (Gaussian noise)
lidar.noisyT Noisy blurred LIDAR signal (Student $t_2$ noise)
doppler.noisy Noisy blurred Doppler signal (Gaussian noise)
doppler.noisyT Noisy blurred Doppler signal (Student $t_2$ noise)
lidar.blur Blurred LIDAR signal
doppler.blur Blurred Doppler signal
t Rime vector scaled to [0,1]
n Sample size
g Convolution kernel
lidar LIDAR signal
doppler Doppler signal.
seed Used in set.seed
sigma Noise standard deviation.
g.noisy Convolution kernel plus Gaussian noise.
g.noisyT Convolution kernel plus Student $t_2$ noise.
dip Degree of Ill-posedness.
k.scale Scale of the convolution kernel

Author(s)

Marc Raimondo

References

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

See Also

WaveD

Examples

 
data=waved.example(TRUE,FALSE)

[Package waved version 1.0 Index]