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/resample.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'help/en_US/scilab_en_US_help/resample.html') diff --git a/help/en_US/scilab_en_US_help/resample.html b/help/en_US/scilab_en_US_help/resample.html index 5833b28..f466e9d 100644 --- a/help/en_US/scilab_en_US_help/resample.html +++ b/help/en_US/scilab_en_US_help/resample.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 > resample + FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > resample

resample

@@ -70,7 +70,7 @@ This is performed using a polyphase algorithm. The impulse response h, given as - 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/resample.html | 96 ------------------------------ 1 file changed, 96 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/resample.html (limited to 'help/en_US/scilab_en_US_help/resample.html') diff --git a/help/en_US/scilab_en_US_help/resample.html b/help/en_US/scilab_en_US_help/resample.html deleted file mode 100644 index 644a9ca..0000000 --- a/help/en_US/scilab_en_US_help/resample.html +++ /dev/null @@ -1,96 +0,0 @@ - - - resample - - - -
- - - - -
- << rectwin - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox -======= - FOSSEE Signal Processing Toolbox ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - - - residued >> - -
-
-
- - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > resample -======= - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > resample ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - -

-

resample

-

This function resamples in the input sequence x supplied by a factor of p/q.

- - -

Calling Sequence

-
y = resample(x, p, q)
-y = resample(x, p, q, h)
-[y, h] = resample(...)
- -

Parameters

-
x: -

scalar, vector or matrix of real or complex numbers

-
p: -

positive integer value

-
q: -

positive integer value

-
h: -

scalar, vector or matrix of real or complex numbers

- -

Description

-

This is an Octave function. -This function resamples in the input sequence x supplied by a factor of p/q. If x is a matrix, then every column is resampled.hange the sample rate of x by a factor of p/q. -This is performed using a polyphase algorithm. The impulse response h, given as parameter 4, of the antialiasing filter is either specified or designed with a Kaiser-windowed sinecard.

- -

Examples

-
resample(1,2,3)
-ans =  0.66667
-
- -
- - - - - - -
Report an issue
- << rectwin - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox -======= - FOSSEE Signal Processing Toolbox ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - - - residued >> - -
-
-
- - -- cgit