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

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

[a, e] = schurrc(r)

Description

Generates a sequence of reflection coefficients from an autocorrelation sequence input using Schur's algorithm.

Examples

Inputs

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

Outputs

Name Description
a Returns the reflection coefficients. a is a vector.
e Returns the variance of the prediction error. e is a scalar.

Examples

x = xcorr([1 2 3 2 1], 'unbiased');
a = schurrc(x(5:9))

Related Topics

ac2rc
rc2ac
schur


Resources


 

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