From c0c0582462720ed597b00e116506570577614e89 Mon Sep 17 00:00:00 2001 From: shamikam Date: Tue, 7 Nov 2017 15:59:48 +0530 Subject: initial commit --- help/en_US/scilab_en_US_help/sos2tf.html | 84 ++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create 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 new file mode 100644 index 0000000..7b0cd3e --- /dev/null +++ b/help/en_US/scilab_en_US_help/sos2tf.html @@ -0,0 +1,84 @@ +
+ +This function converts series second-order sections to direct H(z) = B(z)/A(z) form.
[B] = sos2tf(sos) +[B] = sos2tf(sos, g) +[B,A] = sos2tf(...)
matrix of real or complex numbers
real or complex value, default value is 1
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.