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

tf_to_ss (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, f] = tf_to_ss(a, b)

Legacy Name: tf2ss

Description

Converts a transfer function to a state-space model transform.

Examples

Inputs

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

Outputs

Name Description
c, d, e, f Return the system matrices of the state-space representation.

Examples

[A, B, C, D] = tf_to_ss([1 2], [-1 2 3])

Related Topics

ss_to_tf
ss_to_zpk
tf_to_zpk
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