From c0c0582462720ed597b00e116506570577614e89 Mon Sep 17 00:00:00 2001 From: shamikam Date: Tue, 7 Nov 2017 15:59:48 +0530 Subject: initial commit --- help/en_US/scilab_en_US_help/resample.html | 84 ++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create 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 new file mode 100644 index 0000000..5833b28 --- /dev/null +++ b/help/en_US/scilab_en_US_help/resample.html @@ -0,0 +1,84 @@ + + + resample + + + +
+ + + + +
+ << rectwin + + + FOSSEE Signal Processing Toolbox + + + residued >> + +
+
+
+ + + + FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > resample + +

+

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 + + + FOSSEE Signal Processing Toolbox + + + residued >> + +
+
+
+ + -- cgit