Description Usage Arguments Value Examples
Generate noise signal
1 | generate.noise(alpha = 0, beta = 1, C = 1, L = 0, H = 1, num_gens)
|
alpha |
autocorrelation coefficient |
beta |
xx |
C |
xx |
L |
Lower limit for rescaling, default = 0 |
H |
Upper limit for rescaling, default = 1 |
num_gens |
sequence length |
A vector
1 2 3 4 | ## Not run:
generate.noise(alpha = 0, beta = 1, C = 1, L = 0, H = 1, num_gens = 100)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.