summaryrefslogtreecommitdiff
path: root/help/en_US/arcov.xml
diff options
context:
space:
mode:
Diffstat (limited to 'help/en_US/arcov.xml')
-rw-r--r--help/en_US/arcov.xml24
1 files changed, 23 insertions, 1 deletions
diff --git a/help/en_US/arcov.xml b/help/en_US/arcov.xml
index 64a5364..11f1d94 100644
--- a/help/en_US/arcov.xml
+++ b/help/en_US/arcov.xml
@@ -17,7 +17,29 @@
<refnamediv>
<refname>arcov</refname>
- <refpurpose></refpurpose>
+ <refpurpose>Autoregressive all-pole model parameters — covariance method</refpurpose>
</refnamediv>
+
+<refsynopsisdiv>
+ <title>Calling Sequence</title>
+ <synopsis>
+ a = arcov(x,p)
+ [a,e] = arcov(x,p)
+ </synopsis>
+</refsynopsisdiv>
+
+<refsection>
+ <title>Parameters</title>
+ <variablelist>
+ <varlistentry><term>a:</term>
+ <listitem><para> contains normalized estimates of the AR system parameters, A(z), in descending powers of z.</para></listitem></varlistentry>
+ <varlistentry><term>e:</term>
+ <listitem><para> variance estimate of the white noise input to the AR model</para></listitem></varlistentry>
+ <varlistentry><term>x:</term>
+ <listitem><para> is the input signal</para></listitem></varlistentry>
+ <varlistentry><term>p:</term>
+ <listitem><para> is the order of the auto regressive model</para></listitem></varlistentry>
+ </variablelist>
+</refsection>
</refentry>