From 2c5902040b960ccca8d0b51c58c00fc114a09518 Mon Sep 17 00:00:00 2001 From: Abhinav Dronamraju Date: Thu, 9 Nov 2017 15:24:34 +0530 Subject: czt, dst1, fwht, hilbert1, ifht, ifwht, invfreq, rceps --- help/en_US/scilab_en_US_help/downsample.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'help/en_US/scilab_en_US_help/downsample.html') diff --git a/help/en_US/scilab_en_US_help/downsample.html b/help/en_US/scilab_en_US_help/downsample.html index 890a0e6..bf881c4 100644 --- a/help/en_US/scilab_en_US_help/downsample.html +++ b/help/en_US/scilab_en_US_help/downsample.html @@ -16,7 +16,7 @@ - FOSSEE Signal Processing Toolbox + FOSSEE Signal Processing Toolbox @@ -29,7 +29,7 @@ - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > downsample + FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > downsample

downsample

@@ -68,7 +68,7 @@ If the phase is specified, every nth element is selected starting from the sampl - FOSSEE Signal Processing Toolbox + FOSSEE Signal Processing Toolbox -- cgit 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/downsample.html | 94 ---------------------------- 1 file changed, 94 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/downsample.html (limited to 'help/en_US/scilab_en_US_help/downsample.html') diff --git a/help/en_US/scilab_en_US_help/downsample.html b/help/en_US/scilab_en_US_help/downsample.html deleted file mode 100644 index e848ee4..0000000 --- a/help/en_US/scilab_en_US_help/downsample.html +++ /dev/null @@ -1,94 +0,0 @@ - - - downsample - - - -
- - - - -
- << diric - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox -======= - FOSSEE Signal Processing Toolbox ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - - - dutycycle >> - -
-
-
- - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > downsample -======= - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > downsample ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - -

-

downsample

-

This function downsamples the signal by selecting every nth element.

- - -

Calling Sequence

-
y = downsample (x, n)
-y = downsample (x, n, phase)
- -

Parameters

-
x: -

scalar, vector or matrix of real or complex numbers

-
n: -

real number or vector

-
phase: -

integer value, 0 <= phase <= (n - 1), default value 0, or logical

- -

Description

-

This is an Octave function. -This function downsamples the signal by selecting every nth element supplied as parameter 2. If x is a matrix, the function downsamples every column. -If the phase is specified, every nth element is selected starting from the sample phase. The default phase is 0.

- -

Examples

-
downsample([1,2,4],2)
-ans  =
-1.    4.
-
- -
- - - - - - -
Report an issue
- << diric - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox -======= - FOSSEE Signal Processing Toolbox ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - - - dutycycle >> - -
-
-
- - -- cgit