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

-

gaussian

-

This function returns a Gaussian convolution window.

- - -

Calling Sequence

-
w = gaussian (m)
-w = gaussian (m, a)
- -

Parameters

-
m: -

positive integer value

-
a: -

-
w: -

output variable, vector of real numbers

- -

Description

-

This is an Octave function. -This function returns a Gaussian convolution window of length m supplied as input, to the output vector w. -The second parameter is the width measured in sample rate/number of samples and should be f for time domain and 1/f for frequency domain. The width is inversely proportional to a.

- -

Examples

-
gaussian(5,6)
-ans  =
-5.380D-32
-1.523D-08
-1.
-1.523D-08
-5.380D-32
-
- -
- - - - - - -
Report an issue
- << gaussdesign - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox -======= - FOSSEE Signal Processing Toolbox ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - - - gausswin >> - -
-
-
- - -- cgit