Mercurial > hg > octave-lyh
comparison scripts/signal/arma_rnd.m @ 9072:bd8e388043c4
Cleanup documentation for signal.texi, image.texi, audio.texi
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Wed, 01 Apr 2009 17:06:45 -0700 |
parents | 1bf0ce0930be |
children | 7b5f706f3a83 |
comparison
equal
deleted
inserted
replaced
9071:034800482c79 | 9072:bd8e388043c4 |
---|---|
28 ## @end group | 28 ## @end group |
29 ## @end example | 29 ## @end example |
30 ## | 30 ## |
31 ## @noindent | 31 ## @noindent |
32 ## in which @var{k} is the length of vector @var{a}, @var{l} is the | 32 ## in which @var{k} is the length of vector @var{a}, @var{l} is the |
33 ## length of vector @var{b} and @var{e} is gaussian white noise with | 33 ## length of vector @var{b} and @var{e} is Gaussian white noise with |
34 ## variance @var{v}. The function returns a vector of length @var{t}. | 34 ## variance @var{v}. The function returns a vector of length @var{t}. |
35 ## | 35 ## |
36 ## The optional parameter @var{n} gives the number of dummy | 36 ## The optional parameter @var{n} gives the number of dummy |
37 ## @var{x}(@var{i}) used for initialization, i.e., a sequence of length | 37 ## @var{x}(@var{i}) used for initialization, i.e., a sequence of length |
38 ## @var{t}+@var{n} is generated and @var{x}(@var{n}+1:@var{t}+@var{n}) | 38 ## @var{t}+@var{n} is generated and @var{x}(@var{n}+1:@var{t}+@var{n}) |