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/flattopwin.html | 102 --------------------------- 1 file changed, 102 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/flattopwin.html (limited to 'help/en_US/scilab_en_US_help/flattopwin.html') diff --git a/help/en_US/scilab_en_US_help/flattopwin.html b/help/en_US/scilab_en_US_help/flattopwin.html deleted file mode 100644 index d15e09d..0000000 --- a/help/en_US/scilab_en_US_help/flattopwin.html +++ /dev/null @@ -1,102 +0,0 @@ - - - flattopwin - - - -
- - - - -
- << firtype - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox -======= - FOSSEE Signal Processing Toolbox ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - - - fracshift >> - -
-
-
- - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > flattopwin -======= - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > flattopwin ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - -

-

flattopwin

-

This function returns the filter coefficients of a Flat Top window.

- - -

Calling Sequence

-
w = flattopwin (m)
-w = flattopwin (m, opt)
- -

Parameters

-
m: -

positive integer value

-
opt: -

string value, takes in "periodic" or "symmetric"

-
w: -

output variable, vector of real numbers

- -

Description

-

This is an Octave function. -This function returns the filter coefficients of a Flat Top window of length m supplied as input, to the output vector w. -The second parameter can take the values "periodic" or "symmetric", depending on which the corresponding form of window is returned. The default is symmetric. -This window has low pass-band ripple but a high bandwidth.

- -

Examples

-
flattopwin(8,"periodic")
-ans  =
-0.0009051
-- 0.0264124
-- 0.0555580
-0.4435496
-1.
-0.4435496
-- 0.0555580
-- 0.0264124
-
- -
- - - - - - -
Report an issue
- << firtype - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox -======= - FOSSEE Signal Processing Toolbox ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - - - fracshift >> - -
-
-
- - -- cgit