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

ac_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, r0] = ac_to_rc(r)

Legacy Name: ac2rc

Description

Generates a sequence of reflection coefficients from an autocorrelation sequence input. LabVIEW then can use the coefficients in k to design a lattice prediction filter. This filter generates an autocorrelation sequence similar to the original sequence r.

Examples

Inputs

Name Description
r Specifies the autocorrelation sequence. r is a vector.

Outputs

Name Description
k Returns the reflection coefficients. length(k) equals length(r) - 1.
r0 Returns the zero lag of the autocorrelation sequence.

Examples

r = [0.5, 0, -1.75, 3, -2];
[k, r0] = ac_to_rc(r)

Related Topics

ac_to_poly
poly_to_ac
poly_to_rc
rc_to_ac


 

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