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

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

LabVIEW 8.2 Help
August 2006

NI Part Number:
371361B-01

»View Product Info

Member of the linear systems class.

Syntax

[d, e] = zp2tf(a, b, c)

Description

Converts a zero-pole model to a transfer function model transform.

Examples

Inputs

Name Description
a Specifies the zeros of the transfer function.
b Specifies the poles of the transfer function.
c Specifies the gain of the transfer function. c is a scalar.

Outputs

Name Description
d Returns the numerator polynomial.
e Returns the denominator polynomial.

Examples

[NUM, DEN] = zp2tf([1 2 1], [-1 2 3], 3)

Related Topics

ss2tf
ss2zp
tf2ss
tf2zp
tf2zpk
zp2sos
zp2ss


Resources


 

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