From 47535ab08afeb48fbb00f03e68d6ff973cf62cbd Mon Sep 17 00:00:00 2001 From: Abhinav Dronamraju Date: Fri, 10 Nov 2017 14:59:26 +0530 Subject: Functions added --- help/en_US/scilab_en_US_help/sos2tf.html | 96 -------------------------------- 1 file changed, 96 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/sos2tf.html (limited to 'help/en_US/scilab_en_US_help/sos2tf.html') diff --git a/help/en_US/scilab_en_US_help/sos2tf.html b/help/en_US/scilab_en_US_help/sos2tf.html deleted file mode 100644 index fc68d11..0000000 --- a/help/en_US/scilab_en_US_help/sos2tf.html +++ /dev/null @@ -1,96 +0,0 @@ - - - sos2tf - - - -
- - - - -
- << sos2ss - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox -======= - FOSSEE Signal Processing Toolbox ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - - - sos2zp >> - -
-
-
- - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > sos2tf -======= - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > sos2tf ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - -

-

sos2tf

-

This function converts series second-order sections to direct H(z) = B(z)/A(z) form.

- - -

Calling Sequence

-
[B] = sos2tf(sos)
-[B] = sos2tf(sos, g)
-[B,A] = sos2tf(...)
- -

Parameters

-
sos: -

matrix of real or complex numbers

-
g: -

real or complex value, default value is 1

- -

Description

-

This is an Octave function. -This function converts series second-order sections to direct H(z) = B(z)/A(z) form. -The input is the sos matrix and the second parameter is the overall gain, default value of which is 1. -The output is a vector.

- -

Examples

-
[a,b]=sos2tf([1,2,3,4,5,6])
-a =
-1   2   3
-b =
-4   5   6
-
- -
- - - - - - -
Report an issue
- << sos2ss - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox -======= - FOSSEE Signal Processing Toolbox ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - - - sos2zp >> - -
-
-
- - -- cgit