summaryrefslogtreecommitdiff
path: root/help/en_US/resample.xml
diff options
context:
space:
mode:
authorttt2018-12-06 13:42:14 +0530
committerttt2018-12-06 13:42:14 +0530
commitd6e8cfd86be242d0a1a09a1ef7d8b7f3d12af795 (patch)
treefdbe9d1a10e7c256e86d7efae276fa75615cd0ba /help/en_US/resample.xml
parent3ffa5ac619587eadfdb4ffd3e2fee57fee385e21 (diff)
downloadFOSSEE-Signal-Processing-Toolbox-d6e8cfd86be242d0a1a09a1ef7d8b7f3d12af795.tar.gz
FOSSEE-Signal-Processing-Toolbox-d6e8cfd86be242d0a1a09a1ef7d8b7f3d12af795.tar.bz2
FOSSEE-Signal-Processing-Toolbox-d6e8cfd86be242d0a1a09a1ef7d8b7f3d12af795.zip
code by jitendra and added more test4.sce
Diffstat (limited to 'help/en_US/resample.xml')
-rw-r--r--help/en_US/resample.xml40
1 files changed, 0 insertions, 40 deletions
diff --git a/help/en_US/resample.xml b/help/en_US/resample.xml
index 809b4ff..b6e0591 100644
--- a/help/en_US/resample.xml
+++ b/help/en_US/resample.xml
@@ -20,44 +20,4 @@
<refpurpose>This function resamples in the input sequence x supplied by a factor of p/q.</refpurpose>
</refnamediv>
-
-<refsynopsisdiv>
- <title>Calling Sequence</title>
- <synopsis>
- y = resample(x, p, q)
- y = resample(x, p, q, h)
- [y, h] = resample(...)
- </synopsis>
-</refsynopsisdiv>
-
-<refsection>
- <title>Parameters</title>
- <variablelist>
- <varlistentry><term>x:</term>
- <listitem><para> scalar, vector or matrix of real or complex numbers</para></listitem></varlistentry>
- <varlistentry><term>p:</term>
- <listitem><para> positive integer value</para></listitem></varlistentry>
- <varlistentry><term>q:</term>
- <listitem><para> positive integer value</para></listitem></varlistentry>
- <varlistentry><term>h:</term>
- <listitem><para> scalar, vector or matrix of real or complex numbers</para></listitem></varlistentry>
- </variablelist>
-</refsection>
-
-<refsection>
- <title>Description</title>
- <para>
-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 changing 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.
-</para>
-</refsection>
-
-<refsection>
- <title>Examples</title>
- <programlisting role="example"><![CDATA[
-resample(1,2,3)
-ans = 0.66667
- ]]></programlisting>
-</refsection>
</refentry>