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 @@ -
- -This function returns a Gaussian convolution window.
w = gaussian (m) -w = gaussian (m, a)
positive integer value
output variable, vector of real numbers
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.