From 6e1e4362783f68a8e8be1d199337c1ca831a2994 Mon Sep 17 00:00:00 2001 From: Brijeshcr Date: Fri, 10 Nov 2017 15:08:11 +0530 Subject: Brijesh functions --- help/en_US/scilab_en_US_help/boxcar.html | 83 -------------------------------- 1 file changed, 83 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/boxcar.html (limited to 'help/en_US/scilab_en_US_help/boxcar.html') diff --git a/help/en_US/scilab_en_US_help/boxcar.html b/help/en_US/scilab_en_US_help/boxcar.html deleted file mode 100644 index 775d585..0000000 --- a/help/en_US/scilab_en_US_help/boxcar.html +++ /dev/null @@ -1,83 +0,0 @@ - - - boxcar - - - -
- - - - -
- << bohmanwin - - - FOSSEE Signal Processing Toolbox - - - buffer >> - -
-
-
- - - - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > boxcar - -

-

boxcar

-

This function returns the filter coefficients of a rectangular window.

- - -

Calling Sequence

-
y =  boxcar (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 rectangular window of length m supplied as input, to the output vector y.

- -

Examples

-
boxcar(6)
-ans  =
-1.
-1.
-1.
-1.
-1.
-1.
-
- -
- - - - - - -
Report an issue
- << bohmanwin - - - FOSSEE Signal Processing Toolbox - - - buffer >> - -
-
-
- - -- cgit