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/upsample.html | 94 ------------------------------ 1 file changed, 94 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/upsample.html (limited to 'help/en_US/scilab_en_US_help/upsample.html') diff --git a/help/en_US/scilab_en_US_help/upsample.html b/help/en_US/scilab_en_US_help/upsample.html deleted file mode 100644 index 7240ca9..0000000 --- a/help/en_US/scilab_en_US_help/upsample.html +++ /dev/null @@ -1,94 +0,0 @@ -
- -This function upsamples the signal, inserting n-1 zeros between every element.
y = upsample (x, n) -y = upsample (x, n, phase)
scalar, vector or matrix of real or complex numbers
real number or vector
integer value, 0 <= phase <= (n - 1 ), default value 0, or logical
This is an Octave function. -This function upsamples the signal, inserting n-1 zeros between every element. If x is a matrix, every column is upsampled. -The phase determines the position of the inserted sample in the block of zeros. The default value is 0.