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/filtic.html | 98 -------------------------------- 1 file changed, 98 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/filtic.html (limited to 'help/en_US/scilab_en_US_help/filtic.html') diff --git a/help/en_US/scilab_en_US_help/filtic.html b/help/en_US/scilab_en_US_help/filtic.html deleted file mode 100644 index 0730573..0000000 --- a/help/en_US/scilab_en_US_help/filtic.html +++ /dev/null @@ -1,98 +0,0 @@ -
- -zf = filtic (b, a, y) -zf = filtic (b, a, y, x)
vector of real or complex numbers
vector of real or complex numbers
vector of real or complex numbers
vector of real or complex numbers
This function finds the initial conditions for the delays in the transposed direct-form II filter implementation. -The vectors b and a represent the numerator and denominator coefficients of the filter's transfer function.