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/residuez.html | 80 ++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 help/en_US/scilab_en_US_help/residuez.html (limited to 'help/en_US/scilab_en_US_help/residuez.html') diff --git a/help/en_US/scilab_en_US_help/residuez.html b/help/en_US/scilab_en_US_help/residuez.html new file mode 100644 index 0000000..3acb4db --- /dev/null +++ b/help/en_US/scilab_en_US_help/residuez.html @@ -0,0 +1,80 @@ +
+ +[r,p,f,m]=residuez(b,a)
Real or complex valued vector or matrix
Real or complex valued vector or matrix
This is an Octave function +It compute the PFE of filter H(z)= B(z)/A(z) where inputs b and a are vectors specifying the digital filter.