diff options
Diffstat (limited to 'help/en_US/scilab_en_US_help/upsamplefill.html')
-rw-r--r-- | help/en_US/scilab_en_US_help/upsamplefill.html | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/help/en_US/scilab_en_US_help/upsamplefill.html b/help/en_US/scilab_en_US_help/upsamplefill.html new file mode 100644 index 0000000..2adf098 --- /dev/null +++ b/help/en_US/scilab_en_US_help/upsamplefill.html @@ -0,0 +1,83 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <title>upsamplefill</title> + <style type="text/css" media="all"> + @import url("scilab_code.css"); + @import url("xml_code.css"); + @import url("c_code.css"); + @import url("style.css"); + </style> + </head> + <body> + <div class="manualnavbar"> + <table width="100%"><tr> + <td width="30%"> + <span class="previous"><a href="upsample.html"><< upsample</a></span> + + </td> + <td width="40%" class="center"> + <span class="top"><a href="section_be19baaac84b122b8ad501d34462f5bf.html">FOSSEE Signal Processing Toolbox</a></span> + + </td> + <td width="30%" class="next"> + <span class="next"><a href="var.html">var >></a></span> + + </td> + </tr></table> + <hr /> + </div> + + + + <span class="path"><a href="index.html">FOSSEE Signal Processing Toolbox</a> >> <a href="section_be19baaac84b122b8ad501d34462f5bf.html">FOSSEE Signal Processing Toolbox</a> > upsamplefill</span> + + <br /><br /> + <div class="refnamediv"><h1 class="refname">upsamplefill</h1> + <p class="refpurpose">This function upsamples a vector interleaving given values or copies of the vector elements.</p></div> + + +<div class="refsynopsisdiv"><h3 class="title">Calling Sequence</h3> + <div class="synopsis"><pre><span class="default">y</span><span class="default"> = </span><span class="functionid">upsamplefill</span><span class="default"> (</span><span class="default">x</span><span class="default">, </span><span class="default">w</span><span class="default">)</span> +<span class="default">y</span><span class="default"> = </span><span class="functionid">upsamplefill</span><span class="default"> (</span><span class="default">x</span><span class="default">, </span><span class="default">w</span><span class="default">, </span><span class="default">cpy</span><span class="default">)</span></pre></div></div> + +<div class="refsection"><h3 class="title">Parameters</h3> + <dl><dt><span class="term">x:</span> + <dd><p class="para">scalar, vector or matrix of real or complex numbers</p></dd></dt> + <dt><span class="term">w:</span> + <dd><p class="para">scalar or vector of real or complex values</p></dd></dt> + <dt><span class="term">cpy:</span> + <dd><p class="para">can take in "true" or "false", default is false</p></dd></dt></dl></div> + +<div class="refsection"><h3 class="title">Description</h3> + <p class="para">This is an Octave function. +This function upsamples a vector interleaving given values or copies of the vector elements. +The second argument has the values in the vector w that are placed in between the elements of x. +The third argument, if true, means that w should be scalar and that each value in x repeated w times.</p></div> + +<div class="refsection"><h3 class="title">Examples</h3> + <div class="programlisting"><table border="0" width="100%"><tr><td width="98%"><pre class="scilabcode"><span class="scilabid">upsamplefill</span><span class="scilabopenclose">(</span><span class="scilabopenclose">[</span><span class="scilabnumber">0.4</span><span class="scilabdefault">,</span><span class="scilabnumber">0.5</span><span class="scilabopenclose">]</span><span class="scilabdefault">,</span><span class="scilabnumber">7</span><span class="scilabopenclose">)</span> +<span class="scilabid">ans</span> <span class="scilaboperator">=</span> +<span class="scilabnumber">0.4</span> <span class="scilabnumber">7.</span> <span class="scilabnumber">0.5</span> <span class="scilabnumber">7.</span></pre></td><td valign="top"><a href="scilab://scilab.execexample/"><img src="ScilabExecute.png" border="0"/></a></td><td valign="top"><a href="scilab://scilab.editexample/"><img src="ScilabEdit.png" border="0"/></a></td><td></td></tr></table></div></div> + <br /> + + <div class="manualnavbar"> + <table width="100%"> + <tr><td colspan="3" class="next"><a href="http://bugzilla.scilab.org/enter_bug.cgi?product=Scilab%20software&component=Documentation%20pages" class="ulink">Report an issue</a></td></tr> +<tr> + <td width="30%"> + <span class="previous"><a href="upsample.html"><< upsample</a></span> + + </td> + <td width="40%" class="center"> + <span class="top"><a href="section_be19baaac84b122b8ad501d34462f5bf.html">FOSSEE Signal Processing Toolbox</a></span> + + </td> + <td width="30%" class="next"> + <span class="next"><a href="var.html">var >></a></span> + + </td> + </tr></table> + <hr /> + </div> + </body> +</html> |