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

tf_to_zpk (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, e] = tf_to_zpk(a, b)

Legacy Name: tf2zp

Description

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

Examples

Inputs

Name Description
a Specifies the numerator polynomial.
b Specifies the denominator polynomial.

Outputs

Name Description
c Returns the zeros of the transfer function. c is a vector.
d Returns the poles of the transfer function. d is a vector.
e Returns the gain of the transfer function. e is a real number.

Examples

[Z, P, K] = tf_to_zpk([1 2 1], [-1 2 3])

Related Topics

ss_to_tf
ss_to_zpk
tf_to_ss
tf_to_zpk_eqlen
zpk_to_ss
zpk_to_tf


 

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