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

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

LabVIEW 8.2 Help
August 2006

NI Part Number:
371361B-01

»View Product Info

Member of the modeling and prediction class.

Syntax

a = lpc(c, n)

[a, b] = lpc(c, n)

Description

Performs linear prediction coding.

Examples

Inputs

Name Description
c Specifies the signal. c is a vector.
n Specifies the order of the forward predictor for the signal c. The default is length(c)-1.

Outputs

Name Description
a Returns the coefficients of the forward predictor.
b Returns the variance of the prediction error.

Examples

x = sin([0:0.1:10]);
n = 5;
y = lpc(x, n)


Resources


 

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