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

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

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the linear systems class.

Syntax

[c, d] = eqtflength(a, b)

[c, d, e, f] = eqtflength(a, b)

Description

Equalizes the length of a discrete-time transfer function.

Examples

Inputs

Name Description
a Specifies the numerator of the transfer function. a is a real vector.
b Specifies the denominator of the transfer function. b is a real vector that cannot be empty or zero.

Outputs

Name Description
c Returns the equalized numerator.
d Returns the equalized denominator.
e Returns the order of the numerator.
f Returns the order of the denominator.

Examples

[b, a] = eqtflength(1:3, 1:5)


Resources


 

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