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/barthannwin.html | 81 --------------------------- 1 file changed, 81 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/barthannwin.html (limited to 'help/en_US/scilab_en_US_help/barthannwin.html') diff --git a/help/en_US/scilab_en_US_help/barthannwin.html b/help/en_US/scilab_en_US_help/barthannwin.html deleted file mode 100644 index 45bb3a2..0000000 --- a/help/en_US/scilab_en_US_help/barthannwin.html +++ /dev/null @@ -1,81 +0,0 @@ - - - barthannwin - - - -
- - - - -
- << aryule - - - FOSSEE Signal Processing Toolbox - - - bartlett >> - -
-
-
- - - - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > barthannwin - -

-

barthannwin

-

This function returns the filter coefficients of a modified Bartlett-Hann window.

- - -

Calling Sequence

-
y = barthannwin(m)
- -

Parameters

-
m: -

positive integer value

-
y: -

output variable, vector of real numbers

- -

Description

-

This is an Octave function. -This function returns the filter coefficients of a modified Bartlett Hann window of length m supplied as input, to the output vector y.

- -

Examples

-
barthannwin(4)
-ans  =
-0.
-0.73
-0.73
-0.
-
- -
- - - - - - -
Report an issue
- << aryule - - - FOSSEE Signal Processing Toolbox - - - bartlett >> - -
-
-
- - -- cgit