Generate autocorrelated spectral noise
generate.noise(n = 2101, sigma = 1e-04, fw = 201, fsd = 6)
Arguments
- n
Length of output vector (default = 2101)
- sigma
Gaussian noise standard deviation (default=1e-4)
- fw
Filter width. Will be coerced to an odd number if even (default = 201).
- fsd
Scaling factor for filter standard deviation (default = 6)