diff options
author | Abhinav Dronamraju | 2017-11-10 14:59:26 +0530 |
---|---|---|
committer | Abhinav Dronamraju | 2017-11-10 14:59:26 +0530 |
commit | 47535ab08afeb48fbb00f03e68d6ff973cf62cbd (patch) | |
tree | 732f6946451fb15f5639fe454ef17fbba2d5012f /help/en_US/scilab_en_US_help/udecode.html | |
parent | c54a48768d92ccf0f268b4b3b1a762c154865a02 (diff) | |
download | FOSSEE-Signal-Processing-Toolbox-47535ab08afeb48fbb00f03e68d6ff973cf62cbd.tar.gz FOSSEE-Signal-Processing-Toolbox-47535ab08afeb48fbb00f03e68d6ff973cf62cbd.tar.bz2 FOSSEE-Signal-Processing-Toolbox-47535ab08afeb48fbb00f03e68d6ff973cf62cbd.zip |
Functions added
Diffstat (limited to 'help/en_US/scilab_en_US_help/udecode.html')
-rw-r--r-- | help/en_US/scilab_en_US_help/udecode.html | 98 |
1 files changed, 0 insertions, 98 deletions
diff --git a/help/en_US/scilab_en_US_help/udecode.html b/help/en_US/scilab_en_US_help/udecode.html deleted file mode 100644 index e0dcc97..0000000 --- a/help/en_US/scilab_en_US_help/udecode.html +++ /dev/null @@ -1,98 +0,0 @@ -<html><head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <title>udecode</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="tukeywin.html"><< tukeywin</a></span> - - </td> - <td width="40%" class="center"> -<<<<<<< HEAD - <span class="top"><a href="section_5118e822ecc2888aa80042108de4932e.html">FOSSEE Signal Processing Toolbox</a></span> -======= - <span class="top"><a href="section_cc2bc01c47967d47fcf3507a91d572ba.html">FOSSEE Signal Processing Toolbox</a></span> ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - - </td> - <td width="30%" class="next"> - <span class="next"><a href="uencode.html">uencode >></a></span> - - </td> - </tr></table> - <hr /> - </div> - - - -<<<<<<< HEAD - <span class="path"><a href="index.html">FOSSEE Signal Processing Toolbox</a> >> <a href="section_5118e822ecc2888aa80042108de4932e.html">FOSSEE Signal Processing Toolbox</a> > udecode</span> -======= - <span class="path"><a href="index.html">FOSSEE Signal Processing Toolbox</a> >> <a href="section_cc2bc01c47967d47fcf3507a91d572ba.html">FOSSEE Signal Processing Toolbox</a> > udecode</span> ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - - <br /><br /> - <div class="refnamediv"><h1 class="refname">udecode</h1> - <p class="refpurpose">Decodes the input uniformly quantized values</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="default">uencode</span><span class="default">(</span><span class="default">u</span><span class="default">,</span><span class="default">n</span><span class="default">,</span><span class="default">v</span><span class="default">,</span>'<span class="default">saturatemode</span>'<span class="default">)</span></pre></div></div> - -<div class="refsection"><h3 class="title">Parameters</h3> - <dl></dl></div> - -<div class="refsection"><h3 class="title">Description</h3> - <p class="para">Uniformly decodes the input vector or n-dimensional array of integers u with peak values +/- v -If u has only positive values, the range of integers is assumed to be [0,2^n-1] -If u has positive and negative values the range of integers is assumed to be [-2^(n-1),2^(n-1)-1] -If v is not specified, its default value is 1 -If saturatemode='wrap' the output is wrapped using modulo arithmetic if overflow occurs -If saturatemode='saturate' the output is saturated if overflow accors -Example -u = int8([-1 1 2 -5]); -ysat = udecode(u,3) -ysat =</p> - <p class="para">- 0.25 0.25 0.5 - 1. -Author -Ankur Mallick -[1] International Telecommunication Union. General Aspects of Digital Transmission Systems: Vocabulary of Digital Transmission and Multiplexing, and Pulse Code Modulation (PCM) Terms. ITU-T Recommendation G.701. March, 1993.</p></div> - -<div class="refsection"><h3 class="title">See also</h3> - <ul class="itemizedlist"><li class="member"><a href="uencode.html" class="link">uencode</a></li> - <li class="member"><a href="scilab://floor" class="link">floor</a></li></ul></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="tukeywin.html"><< tukeywin</a></span> - - </td> - <td width="40%" class="center"> -<<<<<<< HEAD - <span class="top"><a href="section_5118e822ecc2888aa80042108de4932e.html">FOSSEE Signal Processing Toolbox</a></span> -======= - <span class="top"><a href="section_cc2bc01c47967d47fcf3507a91d572ba.html">FOSSEE Signal Processing Toolbox</a></span> ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - - </td> - <td width="30%" class="next"> - <span class="next"><a href="uencode.html">uencode >></a></span> - - </td> - </tr></table> - <hr /> - </div> - </body> -</html> |