make.doppler {waved} | R Documentation |
Make Doppler signal
Description
Generate Doppler signal.
Usage
make.doppler(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
Examples
plot(seq(0,1,le=1000),make.doppler(1000),type='l')
[Package waved version 1.3 Index]