Learn R Programming

waved (version 1.3)

make.lidar: Make LIDAR signal

Description

Generate artificial LIDAR signal.

Usage

make.lidar(n)

Value

a vector of size $n$

Arguments

n

sample size

Author

Marc Raimondo

References

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

See Also

waved.example

Examples

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

Run the code above in your browser using DataLab