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/fracshift.html | 83 ----------------------------- 1 file changed, 83 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/fracshift.html (limited to 'help/en_US/scilab_en_US_help/fracshift.html') diff --git a/help/en_US/scilab_en_US_help/fracshift.html b/help/en_US/scilab_en_US_help/fracshift.html deleted file mode 100644 index 8c51824..0000000 --- a/help/en_US/scilab_en_US_help/fracshift.html +++ /dev/null @@ -1,83 +0,0 @@ -
- -This function shifts the series x supplied as input argument by a number of samples d.
y = fracshift(x, d) -y = fracshift(x, d, h) -[y, h] = fracshift(...)
This is an Octave function. -This function shifts the series x supplied as input argument by a number of samples d. -The third parameter is the interpolator, which is designed with a Kaiser-windowed sinecard by default, if not supplied.