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

poly2ac (MathScript Function) (Windows, Not in Base Package)

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the modeling and prediction class.

Syntax

r = poly2ac(a, e)

Description

Generates an autocorrelation sequence from a prediction polynomial input.

Examples

Inputs

Name Description
a Specifies the prediction polynomial. a is a vector.
e Specifies the final prediction error. e is a real number.

Outputs

Name Description
r Returns the autocorrelation sequence. r is a vector. length(r) equals length(a).

Examples

a = [1, 9, 7, 6, 8, 9];
e = -3;
r = poly2ac(a, e)

Related Topics

ac2poly
lsf2poly
poly2lsf
poly2rc


Resources


 

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