From 6011540ce239922c0723ff2f1534e915b420cd1f Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Tue, 17 Jul 2018 18:02:33 +0530 Subject: remove autogenerated files remove execute permission from scilab files update macros/names fix build process by building macros before help --- help/en_US/scilab_en_US_help/sgolay.html | 87 -------------------------------- 1 file changed, 87 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/sgolay.html (limited to 'help/en_US/scilab_en_US_help/sgolay.html') diff --git a/help/en_US/scilab_en_US_help/sgolay.html b/help/en_US/scilab_en_US_help/sgolay.html deleted file mode 100644 index 278c548..0000000 --- a/help/en_US/scilab_en_US_help/sgolay.html +++ /dev/null @@ -1,87 +0,0 @@ - - - sgolay - - - -
- - - - -
- << sftrans - - - FOSSEE Signal Processing Toolbox - - - sgolayfilt >> - -
-
-
- - - - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > sgolay - -

-

sgolay

-

This function computes the filter coefficients for all Savitzsky-Golay smoothing filters.

- - -

Calling Sequence

-
F = sgolay (p, n)
-F = sgolay (p, n, m)
-F = sgolay (p, n, m, ts)
- -

Parameters

-
p: -

polynomial

-
n: -

odd integer value, larger than polynomial p

-
m: -

positive integer less than 2^31 or logical

-
ts: -

real or complex value

- -

Description

-

This is an Octave function. -This function computes the filter coefficients for all Savitzsky-Golay smoothing filters of order p for length n (odd). -m can be used in order to get directly the mth derivative; ts is a scaling factor.

- -

Examples

-
y = sgolay(1,3,0)
-y =
-0.83333   0.33333  -0.16667
-0.33333   0.33333   0.33333
--0.16667   0.33333   0.83333
-
- -
- - - - - - -
Report an issue
- << sftrans - - - FOSSEE Signal Processing Toolbox - - - sgolayfilt >> - -
-
-
- - -- cgit