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

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

[b, a] = sos2tf(s)

[b, a] = sos2tf(s, g)

Description

Converts a second-order section filter to a transfer function.

Examples

Inputs

Name Description
s Specifies a second-order section filter. 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 filter. g is a real number.

Outputs

Name Description
b Returns the numerator of the filter. b is a real vector.
a Returns the denominator of the filter. a is a real vector.

Examples

s = [1 1 1 1 2 1; 1 2 1 1 1 1];
g = 9;
[b, a] = sos2tf(s, g)

Related Topics

sos2ss
sos2zp
tf2sos


Resources


 

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