f # time size 21 type lvl arg1 arg2
Time and size are the usual Gen function arguments. Type defines the distribution to be used.
1 - Uniform 2 - Linear 3 - Triangular 4 - Exponential 5 - Biexponential 6 - Gaussian 7 - Cauchy 8 - Positive Cauchy 9 - Beta 10 - Weibull 11 - PoisonOf all these cases only 9 (Beta) and 10 (Weibull) need extra arguments. Beta needs two arguments and Weibull one.
f1 0 1024 21 1 ; Uniform (white noise) f1 0 1024 21 6 ; Gaussian f1 0 1024 21 9 1 1 2 ; Beta (note that level precedes arguments) f1 0 1024 21 10 1 2 ; WeibullAll of the above additions were designed by the author between May and December 1994, under the supervision of Dr. Richard Boulanger.