summaryrefslogtreecommitdiff
path: root/help/en_US/scilab_en_US_help/udecode.html
diff options
context:
space:
mode:
Diffstat (limited to 'help/en_US/scilab_en_US_help/udecode.html')
-rw-r--r--help/en_US/scilab_en_US_help/udecode.html86
1 files changed, 0 insertions, 86 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 6d2bb80..0000000
--- a/help/en_US/scilab_en_US_help/udecode.html
+++ /dev/null
@@ -1,86 +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">&lt;&lt; tukeywin</a></span>
-
- </td>
- <td width="40%" class="center">
- <span class="top"><a href="section_e54aa8aac34aa55341e8b4b782fe1a74.html">FOSSEE Signal Processing Toolbox</a></span>
-
- </td>
- <td width="30%" class="next">
- <span class="next"><a href="uencode.html">uencode &gt;&gt;</a></span>
-
- </td>
- </tr></table>
- <hr />
- </div>
-
-
-
- <span class="path"><a href="index.html">FOSSEE Signal Processing Toolbox</a> &gt;&gt; <a href="section_e54aa8aac34aa55341e8b4b782fe1a74.html">FOSSEE Signal Processing Toolbox</a> &gt; udecode</span>
-
- <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>&#0039;<span class="default">saturatemode</span>&#0039;<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=&#0039;wrap&#0039; the output is wrapped using modulo arithmetic if overflow occurs
-If saturatemode=&#0039;saturate&#0039; 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">&lt;&lt; tukeywin</a></span>
-
- </td>
- <td width="40%" class="center">
- <span class="top"><a href="section_e54aa8aac34aa55341e8b4b782fe1a74.html">FOSSEE Signal Processing Toolbox</a></span>
-
- </td>
- <td width="30%" class="next">
- <span class="next"><a href="uencode.html">uencode &gt;&gt;</a></span>
-
- </td>
- </tr></table>
- <hr />
- </div>
- </body>
-</html>