Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

ar_yule (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: modeling and prediction

Requires: MathScript RT Module

Syntax

[a, e, k] = ar_yule(x, n)

[a, e] = ar_yule(x, n)

a = ar_yule(x, n)

Legacy Name: aryule

Description

Uses the Yule-Walker method to estimate autoregressive (AR) model parameters.

Examples

Inputs

Name Description
x Specifies the input signal. x is a vector.
n Specifies the order of the AR model. n is a positive integer.

Outputs

Name Description
a Returns the model coefficients. a is a vector.
e Returns the final prediction error. e is a real number.
k Returns the reflection coefficients. k is a vector.

Examples

x = [7, 9, 2, 0.5, 6, 10];
n = 2;
[a, e, k] = ar_yule(x, n)

Related Topics

ar_burg
ar_covar
ar_mcovar


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit