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/fracshift.html | 95 ----------------------------- 1 file changed, 95 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 2f7edf7..0000000 --- a/help/en_US/scilab_en_US_help/fracshift.html +++ /dev/null @@ -1,95 +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.