waved.example: WaveD examples

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/functionINIT.R

Description

Generate data sets and figures to illustrate the WaveD function.

Usage

1

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

1
2

waved documentation built on May 2, 2019, 3:21 a.m.

Related to waved.example in waved...