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 @@ -
- -This function computes the filter coefficients for all Savitzsky-Golay smoothing filters.
F = sgolay (p, n) -F = sgolay (p, n, m) -F = sgolay (p, n, m, ts)
polynomial
odd integer value, larger than polynomial p
positive integer less than 2^31 or logical
real or complex value
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.