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

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

Description

Generates a prediction polynomial from line spectral frequencies.

Examples

Inputs

Name Description
a Specifies the line spectral frequencies. a is a vector. All elements in a must be between 0 and pi.

Outputs

Name Description
b Returns the prediction polynomial. b is a vector. length(b) equals length(a) + 1. The first element in b is always 1.

Examples

a = [0.02, 0.08, 0.3, 0.5];
b = lsf2poly(a)

Related Topics

ac2poly
poly2ac
poly2lsf
poly2rc


Resources


 

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