make.lidar: Make LIDAR signal

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

View source: R/functionINIT.R

Description

Generate artificial LIDAR signal.

Usage

1

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

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

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

Related to make.lidar in waved...