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 @@ - - - fracshift - - - -
- - - - -
- << flattopwin - - - FOSSEE Signal Processing Toolbox - - - fractdiff >> - -
-
-
- - - - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > fracshift - -

-

fracshift

-

This function shifts the series x supplied as input argument by a number of samples d.

- - -

Calling Sequence

-
y = fracshift(x, d)
-y = fracshift(x, d, h)
-[y, h] = fracshift(...)
- -

Parameters

-
x: -

-
d: -

-
h: -

- -

Description

-

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.

- -

Examples

-
fracshift([1,2,3],5)
-ans  =
-1.    2.    3.
-
- -
- - - - - - -
Report an issue
- << flattopwin - - - FOSSEE Signal Processing Toolbox - - - fractdiff >> - -
-
-
- - -- cgit