make.lidar {waved}R Documentation

Make LIDAR signal

Description

Generate artificial LIDAR signal.

Usage

make.lidar(n)

Arguments

n sample size

Value

a vector of size $n$

Author(s)

Marc Raimondo

References

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

See Also

waved.example

Examples

plot(seq(0,1,le=1000),make.lidar(1000),type='l')

[Package waved version 1.0 Index]