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

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

k = poly_to_rc(a)

[k, r0] = poly_to_rc(a, err)

Legacy Name: poly2rc

Description

Generates reflection coefficients from a prediction polynomial input.

Examples

Inputs

Name Description
a Specifies the coefficients of the prediction filter. a is a vector.
err Specifies the prediction error. err is a real number.

Outputs

Name Description
k Returns the reflection coefficients. k is a vector.
r0 Returns the zero lag of the autocorrelation sequence.

Examples

r = [1, 3, 2, 4];
n = 3;
[a, err, k] = levinson(r, n);
[k, r0] = poly_to_rc(a, err)

Related Topics

ac_to_poly
lsf_to_poly
poly_to_ac
poly_to_lsf
rc_to_poly


 

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