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

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

b = poly_to_lsf(a)

Legacy Name: poly2lsf

Description

Generates line spectral frequencies from a prediction polynomial input.

Examples

Inputs

Name Description
a Specifies the prediction polynomial. a is a vector of positive numbers.

Outputs

Name Description
b Returns the line spectral frequencies. b is a vector. length(b) equals length(a) - 1.

Examples

a = [3.8, 5.6, 3.7, 0.9];
b = poly_to_lsf(a)

Related Topics

ac_to_poly
lsf_to_poly
poly_to_ac
poly_to_rc


 

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