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

poly_to_ac (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

r = poly_to_ac(a, e)

Legacy Name: poly2ac

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 = poly_to_ac(a, e)

Related Topics

ac_to_poly
lsf_to_poly
poly_to_lsf
poly_to_rc


 

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