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 @@ - - - filtic - - - -
- - - - -
- << filtfilt - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox -======= - FOSSEE Signal Processing Toolbox ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - - - filtord >> - -
-
-
- - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > filtic -======= - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > filtic ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - -

-

filtic

-

- - -

Calling Sequence

-
zf = filtic (b, a, y)
-zf = filtic (b, a, y, x)
- -

Parameters

-
b: -

vector of real or complex numbers

-
a: -

vector of real or complex numbers

-
y: -

vector of real or complex numbers

-
x: -

vector of real or complex numbers

- -

Description

-

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.

- -

Examples

-
filtic([i,1,-i,5], [1,2,3i], [0.8i,7,9])
-ans =
-0.00000 - 22.60000i
-2.40000 +  0.00000i
-0.00000 +  0.00000i
-This function being called from Octave
-
- -
- - - - - - -
Report an issue
- << filtfilt - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox -======= - FOSSEE Signal Processing Toolbox ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - - - filtord >> - -
-
-
- - -- cgit