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

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

b = poly2lsf(a)

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 = poly2lsf(a)

Related Topics

ac2poly
lsf2poly
poly2ac
poly2rc


Resources


 

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