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

eqtflen (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: linear systems

Requires: MathScript RT Module

Syntax

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

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

Legacy Name: eqtflength

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] = eqtflen(1:3, 1:5)


 

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