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

sos2ss (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

[a, b, c, d] = sos2ss(s)

[a, b, c, d] = sos2ss(s, g)

Description

Converts a second-order section system to a state-space.

Examples

Inputs

Name Description
s Specifies a second-order section system. s is an L-by-6 matrix. Each row of s contains the coefficients of one section as [b0 b1 b2 1 a1 a2].
g Specifies the gain of the system. The default is 1.

Outputs

Name Description
a, b, c, d Return the state-space of the system.

Examples

[a, b, c, d] = sos2ss([1 1 1 1 2 1; 1 2 1 1 1 1])

Related Topics

sos2tf
sos2zp
sosfilt
ss2sos


Resources


 

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