From 2c5902040b960ccca8d0b51c58c00fc114a09518 Mon Sep 17 00:00:00 2001 From: Abhinav Dronamraju Date: Thu, 9 Nov 2017 15:24:34 +0530 Subject: czt, dst1, fwht, hilbert1, ifht, ifwht, invfreq, rceps --- help/en_US/scilab_en_US_help/udecode.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'help/en_US/scilab_en_US_help/udecode.html') diff --git a/help/en_US/scilab_en_US_help/udecode.html b/help/en_US/scilab_en_US_help/udecode.html index 50c0dba..f24f31a 100644 --- a/help/en_US/scilab_en_US_help/udecode.html +++ b/help/en_US/scilab_en_US_help/udecode.html @@ -16,7 +16,7 @@
Decodes the input uniformly quantized values
y=uencode(u,n,v,'saturatemode')
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 =
-- 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.