From 6e1e4362783f68a8e8be1d199337c1ca831a2994 Mon Sep 17 00:00:00 2001 From: Brijeshcr Date: Fri, 10 Nov 2017 15:08:11 +0530 Subject: Brijesh functions --- help/en_US/scilab_en_US_help/aryule.html | 84 -------------------------------- 1 file changed, 84 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/aryule.html (limited to 'help/en_US/scilab_en_US_help/aryule.html') diff --git a/help/en_US/scilab_en_US_help/aryule.html b/help/en_US/scilab_en_US_help/aryule.html deleted file mode 100644 index 1e52983..0000000 --- a/help/en_US/scilab_en_US_help/aryule.html +++ /dev/null @@ -1,84 +0,0 @@ - - - aryule - - - -
- - - - -
- << armcov - - - FOSSEE Signal Processing Toolbox - - - barthannwin >> - -
-
-
- - - - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > aryule - -

-

aryule

-

This function fits an AR (p)-model with Yule-Walker estimates.

- - -

Calling Sequence

-
a = aryule (x, p)
-[a, v] = aryule (x, p)
-[a, v, k] = aryule (x, p)
- -

Parameters

-
x: -

vector of real or complex numbers, length > 2

-
p: -

positive integer value < length(x) - 1

-
a, v, k: -

Output variables

- -

Description

-

This is an Octave function. -This function fits an AR (p)-model with Yule-Walker estimates. -The first argument is the data vector which is to be estimated. -Output variable a gives the AR coefficients, v gives the variance of the white noise and k gives the reflection coefficients to be used in the lattice filter.

- -

Examples

-
aryule([1,2,3,4,5],2)
-ans  =
-1.  - 0.8140351    0.1192982
-
- -
- - - - - - -
Report an issue
- << armcov - - - FOSSEE Signal Processing Toolbox - - - barthannwin >> - -
-
-
- - -- cgit