From d2f4d30ebcad7430e4f0495cae5c2b3a16be73ce Mon Sep 17 00:00:00 2001
From: rupak
Date: Tue, 21 Jan 2020 19:05:09 +0530
Subject: added help files
---
help/en_US/addchapter.sce | 5 +
help/en_US/alignsignals.xml | 84 +++++++++++++++
help/en_US/arithdeco.xml | 69 ++++++++++++
help/en_US/arithenco.xml | 46 ++++++++
help/en_US/finddelay.xml | 78 ++++++++++++++
help/en_US/gfcosets.xml | 60 +++++++++++
help/en_US/gflineq.xml | 65 ++++++++++++
help/en_US/gfrepcov.xml | 55 ++++++++++
help/en_US/gftrunc.xml | 51 +++++++++
help/en_US/iqcoef2imbal.xml | 55 ++++++++++
help/en_US/iqimbal2coef.xml | 55 ++++++++++
help/en_US/iscatastrophic.xml | 68 ++++++++++++
help/en_US/istrellis.xml | 81 ++++++++++++++
help/en_US/lteZadoffChuSeq.xml | 61 +++++++++++
help/en_US/master_help.xml | 28 +++++
help/en_US/octave_functions.xml | 116 +++++++++++++++++++++
help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS | Bin 42 -> 1408 bytes
.../scilab_en_US_help/JavaHelpSearch/DOCS.TAB | 3 +-
.../en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS | 2 +-
.../scilab_en_US_help/JavaHelpSearch/POSITIONS | Bin 84 -> 5471 bytes
help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA | 2 +-
help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP | Bin 2048 -> 8192 bytes
help/en_US/scilab_en_US_help/alignsignals.html | 96 +++++++++++++++++
help/en_US/scilab_en_US_help/arithdeco.html | 85 +++++++++++++++
help/en_US/scilab_en_US_help/arithenco.html | 36 ++++++-
help/en_US/scilab_en_US_help/finddelay.html | 95 +++++++++++++++++
help/en_US/scilab_en_US_help/gfcosets.html | 78 ++++++++++++++
help/en_US/scilab_en_US_help/gflineq.html | 85 +++++++++++++++
help/en_US/scilab_en_US_help/gfrepcov.html | 77 ++++++++++++++
help/en_US/scilab_en_US_help/gftrunc.html | 74 +++++++++++++
help/en_US/scilab_en_US_help/index.html | 86 ++++++++++++++-
help/en_US/scilab_en_US_help/iqcoef2imbal.html | 77 ++++++++++++++
help/en_US/scilab_en_US_help/iqimbal2coef.html | 78 ++++++++++++++
help/en_US/scilab_en_US_help/iscatastrophic.html | 93 +++++++++++++++++
help/en_US/scilab_en_US_help/istrellis.html | 98 +++++++++++++++++
help/en_US/scilab_en_US_help/jhelpmap.jhm | 14 +++
help/en_US/scilab_en_US_help/jhelptoc.xml | 14 +++
help/en_US/scilab_en_US_help/lteZadoffChuSeq.html | 81 ++++++++++++++
help/en_US/scilab_en_US_help/octave_functions.html | 102 ++++++++++++++++++
.../section_1f049b1e3111e3d1d538e7603f77f589.html | 86 ++++++++++++++-
help/en_US/scilab_en_US_help/ssbdemod.html | 110 +++++++++++++++++++
help/en_US/ssbdemod.xml | 97 +++++++++++++++++
help/fr_FR/build_help.sce | 3 -
help/fr_FR/c_multiplybypi.xml | 56 ----------
help/fr_FR/c_sub.xml | 86 ---------------
help/fr_FR/c_sum.xml | 62 -----------
help/fr_FR/fortran_sum.xml | 62 -----------
help/fr_FR/scilab_sum.xml | 63 -----------
48 files changed, 2537 insertions(+), 341 deletions(-)
create mode 100644 help/en_US/addchapter.sce
create mode 100644 help/en_US/alignsignals.xml
create mode 100644 help/en_US/arithdeco.xml
create mode 100644 help/en_US/finddelay.xml
create mode 100644 help/en_US/gfcosets.xml
create mode 100644 help/en_US/gflineq.xml
create mode 100644 help/en_US/gfrepcov.xml
create mode 100644 help/en_US/gftrunc.xml
create mode 100644 help/en_US/iqcoef2imbal.xml
create mode 100644 help/en_US/iqimbal2coef.xml
create mode 100644 help/en_US/iscatastrophic.xml
create mode 100644 help/en_US/istrellis.xml
create mode 100644 help/en_US/lteZadoffChuSeq.xml
create mode 100644 help/en_US/octave_functions.xml
create mode 100644 help/en_US/scilab_en_US_help/alignsignals.html
create mode 100644 help/en_US/scilab_en_US_help/arithdeco.html
create mode 100644 help/en_US/scilab_en_US_help/finddelay.html
create mode 100644 help/en_US/scilab_en_US_help/gfcosets.html
create mode 100644 help/en_US/scilab_en_US_help/gflineq.html
create mode 100644 help/en_US/scilab_en_US_help/gfrepcov.html
create mode 100644 help/en_US/scilab_en_US_help/gftrunc.html
create mode 100644 help/en_US/scilab_en_US_help/iqcoef2imbal.html
create mode 100644 help/en_US/scilab_en_US_help/iqimbal2coef.html
create mode 100644 help/en_US/scilab_en_US_help/iscatastrophic.html
create mode 100644 help/en_US/scilab_en_US_help/istrellis.html
create mode 100644 help/en_US/scilab_en_US_help/lteZadoffChuSeq.html
create mode 100644 help/en_US/scilab_en_US_help/octave_functions.html
create mode 100644 help/en_US/scilab_en_US_help/ssbdemod.html
create mode 100644 help/en_US/ssbdemod.xml
delete mode 100644 help/fr_FR/build_help.sce
delete mode 100644 help/fr_FR/c_multiplybypi.xml
delete mode 100644 help/fr_FR/c_sub.xml
delete mode 100644 help/fr_FR/c_sum.xml
delete mode 100644 help/fr_FR/fortran_sum.xml
delete mode 100644 help/fr_FR/scilab_sum.xml
(limited to 'help')
diff --git a/help/en_US/addchapter.sce b/help/en_US/addchapter.sce
new file mode 100644
index 0000000..bb3559c
--- /dev/null
+++ b/help/en_US/addchapter.sce
@@ -0,0 +1,5 @@
+// This file is released under the 3-clause BSD license. See COPYING-BSD.
+// Generated by tbx_build_help_loader: Please, do not edit this file
+
+add_help_chapter("FOSSEE_Communication_Systems_Toolbox",get_absolute_file_path("addchapter.sce"),%F);
+clear add_help_chapter;
diff --git a/help/en_US/alignsignals.xml b/help/en_US/alignsignals.xml
new file mode 100644
index 0000000..90c03ee
--- /dev/null
+++ b/help/en_US/alignsignals.xml
@@ -0,0 +1,84 @@
+
+
+
+
+
+
+
+ alignsignals
+ This function aligns the two input signals.
+
+
+
+
+ Syntax
+
+ [Xa Ya] = ALIGNSIGNALS(X,Y)
+ [Xa Ya] = ALIGNSIGNALS(X,Y,MAXLAG)
+ [Xa Ya] = ALIGNSIGNALS(X,Y,MAXLAG,1)
+ [Xa Ya D] = ALIGNSIGNALS(...)
+
+
+
+
+
+ Description
+
+[Xa Ya] = ALIGNSIGNALS(X,Y) aligns the two vectors X and Y by estimating
+the delay D between the two. If Y is delayed with respect to X, D is
+positive , and X is delayed by D samples. If Y is advanced with respect
+to X, D is negative, and Y is delayed by -D samples.
+
+
+[Xa Ya] = ALIGNSIGNALS(X,Y,MAXLAG) considers MAXLAG be the maximum correlation
+window size which is used to calculate the estimated delay D between X and Y.
+MAXLAG is an integer-valued scalar. By default, MAXLAG is equal to MAX(LX,LY)-1.
+If MAXLAG is empty ([]),then default value is considered. If MAXLAG
+is negative, it is replaced by its absolute value.
+
+
+[Xa Ya] = ALIGNSIGNALS(X,Y,MAXLAG,1) keeps the lengths of Xa
+and Ya the same as those of X and Y, respectively.
+Here, 1 implies truncation of the intermediate vectors.
+Input argument 4 is 0 implies truncation_off (no truncation).
+D is positive implies D zeros are pre-pended to X, and the last D samples of X are truncated.
+D is negative implies -D zeros are pre-pended to Y, and the last -D samples
+of Y are truncated. That means, when D>=Length(X), all samples of X are lost.
+Similarly, when -D>=Length(Y), all samples of Y are lost.
+Avoid assigning a specific value to MAXLAG when using the truncate=1 option, set MAXLAG to [].
+
+
+[Xa Ya D] = ALIGNSIGNALS(...) returns the estimated delay D.
+
+
+
+
+
+
+ Examples
+
+
+
+
+ Authors
+
+ Pola Lakshmi Priyanka, IIT Bombay
+
+
+
diff --git a/help/en_US/arithdeco.xml b/help/en_US/arithdeco.xml
new file mode 100644
index 0000000..12bfb87
--- /dev/null
+++ b/help/en_US/arithdeco.xml
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+ arithdeco
+ This function decodes the given code using arithmetic coding
+
+
+
+
+ Syntax
+
+ SEQ = ARITHDECO(CODE, COUNT, LEN)
+
+
+
+
+
+ Description
+
+SEQ = ARITHDECO(CODE, COUNT, LEN) decodes the given received seq (CODE) to message using arithmetic coding.
+COUNT is vector which gives information about the source statistics (i.e. frequency of each symbol in the source alphabet)
+CODE is the binary arithmetic code
+
+
+Source Alphabet is assumed to be {1,2,....N} where N is a positive integer
+Therefore, sequence should be finite and positive
+Length of the COUNT should match the length of the source alphabet
+
+
+
+
+
+
+ Examples
+
+
+
+
+ Authors
+
+ Pola Lakshmi Priyanka, IIT Bombay
+
+
+
diff --git a/help/en_US/arithenco.xml b/help/en_US/arithenco.xml
index e303e05..c8fba0b 100644
--- a/help/en_US/arithenco.xml
+++ b/help/en_US/arithenco.xml
@@ -20,4 +20,50 @@
This function encodes the given sequence using aritmetic coding
+
+
+ Syntax
+
+ CODE = ARITHENCO(SEQ, COUNT)
+
+
+
+
+
+ Description
+
+CODE = ARITHENCO(SEQ, COUNT) encodes the given sequence (SEQ) using arithmetic coding.
+COUNT is vector whihc gives information about the source statistics (i.e. frequency of each symbol in the source alphabet)
+CODE is the binary arithmetic code
+Source Alphabet is assumed to be {1,2,....N} where N is a positive integer
+Therefore, sequence should be finite and positive
+Length of the COUNT should match the length of the source alphabet
+
+
+
+
+
+
+ Examples
+
+
+
+
+ Bibliography
+ Sayood, K., Introduction to Data Compression, Morgan Kaufmann, 2000, Chapter 4, Section 4.4.3.
+
+
+
+ Authors
+
+ Pola Lakshmi Priyanka, IIT Bombay
+
+
diff --git a/help/en_US/finddelay.xml b/help/en_US/finddelay.xml
new file mode 100644
index 0000000..8eaa396
--- /dev/null
+++ b/help/en_US/finddelay.xml
@@ -0,0 +1,78 @@
+
+
+
+
+
+
+
+ finddelay
+ This function returns the estimated delay between two input signals using crosscorrelation.
+
+
+
+
+ Description
+
+D = FINDDELAY(X,Y), returns estimated Delay D between X
+and Y. D is positive implies Y is delayed with respect to X and vice versa.
+If X, Y are matrices, then D is a row vector corresponding to delay between columns of X and Y
+
+
+D = FINDDELAY(...,MAXLAG), uses MAXLAG as the maximum correlation
+window size used to find the estimated delay(s) between X and Y:
+
+
+> If MAXLAG is an integer-valued scalar, and X and Y are row or column
+vectors or matrices, the vector D of estimated delays is found by
+cross-correlating (the columns of) X and Y over a range of lags
+-MAXLAG:MAXLAG.
+> If MAXLAG is an integer-valued row or column vector, and one input is vector
+and another be matirx (let X is a row or column vector ,
+and Y is a matrix) then the vector D of estimated delays is found by
+cross-correlating X and column J of Y over a range of lags
+-MAXLAG(J):MAXLAG(J), for J=1:Number of columns of Y.
+> If MAXLAG is an integer-valued row or column vector, and X and Y are
+both matrices. then vector D of estimated delays is found by
+cross-correlating corresponding columns of X and Y over a range of lags
+-MAXLAG(J):MAXLAG(J).
+
+
+By default, MAXLAG is equal to MAX(LX,LY)-1 for vectors,
+
+
+
+
+
+
+ Examples
+
+
+
+
+ Authors
+
+ Pola Lakshmi Priyanka, IIT Bombay
+
+
+
diff --git a/help/en_US/gfcosets.xml b/help/en_US/gfcosets.xml
new file mode 100644
index 0000000..59850c7
--- /dev/null
+++ b/help/en_US/gfcosets.xml
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
+ gfcosets
+ This function produces cyclotomic cosets for a Galois field GF(P)
+
+
+
+
+ Description
+
+GFCS = GFCOSETS(M) produces cyclotomic cosets mod(2^M - 1). Each row of the
+output GFCS contains one cyclotomic coset.
+
+
+GFCS = GFCOSETS(M, P) produces cyclotomic cosets mod(P^M - 1), where
+P is a prime number.
+
+
+Because the length of the cosets varies in the complete set, %nan is used to
+fill out the extra space in order to make all variables have the same
+length in the output matrix GFCS.
+
+
+
+
+
+
+
+
+ Examples
+
+
+
+
+ Authors
+
+ Pola Lakshmi Priyanka, IIT Bombay
+
+
+
diff --git a/help/en_US/gflineq.xml b/help/en_US/gflineq.xml
new file mode 100644
index 0000000..19a56b0
--- /dev/null
+++ b/help/en_US/gflineq.xml
@@ -0,0 +1,65 @@
+
+
+
+
+
+
+
+ gflineq
+ This function finds a solution for linear equation Ax = b over a prime Galois field.
+
+
+
+
+ Description
+
+[X, SFLAG] = GFLINEQ(A, B) returns a particular solution (X) of AX=B in GF(2).
+If the equation has no solution, then X is empty and SFLAG = 0 else SFLAG = 1.
+
+
+[X, SFLAG]= GFLINEQ(A, B, P) returns a particular solution of the linear
+equation A X = B in GF(P) and SFLAG=1.
+If the equation has no solution, then X is empty and SFLAG = 0.
+
+
+
+
+
+
+
+
+ Examples
+
+
+
+
+ Authors
+
+ Pola Lakshmi Priyanka, IIT Bombay
+
+
+
diff --git a/help/en_US/gfrepcov.xml b/help/en_US/gfrepcov.xml
new file mode 100644
index 0000000..01d6c12
--- /dev/null
+++ b/help/en_US/gfrepcov.xml
@@ -0,0 +1,55 @@
+
+
+
+
+
+
+
+ gfrepcov
+ This function represents a binary polynomial in standard ascending order format.
+
+
+
+
+ Description
+
+Q = GFREPCOV(P) converts vector (P) to standard ascending
+order format vector (Q), which is a vector that lists the coefficients in
+order of ascending exponents, if P represents a binary polynomial
+as a vector of exponents with non-zero coefficients.
+
+
+
+
+
+
+ Examples
+
+
+
+
+ Authors
+
+ Pola Lakshmi Priyanka, IIT Bombay
+
+
+
diff --git a/help/en_US/gftrunc.xml b/help/en_US/gftrunc.xml
new file mode 100644
index 0000000..f203c81
--- /dev/null
+++ b/help/en_US/gftrunc.xml
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+ gftrunc
+ This function is used to truncate the higher order zeroes in the given polynomial equation
+
+
+
+
+ Description
+
+A is considered to be matrix that gives the coefficients of polynomial GF(p) in ascending order powers
+A = [1 2 3] denotes 1 + 2 x + 3 x^2
+AT=GFTRUNC(A) returns a matrix which gives the polynomial GF(p) truncating the input matrix
+that is if A(i)=0, where i > d + 1, where d is the degree of the polynomial, that zero is removed
+
+
+
+
+
+
+ Examples
+
+
+
+
+ Authors
+
+ Pola Lakshmi Priyanka, IIT Bombay
+
+
+
diff --git a/help/en_US/iqcoef2imbal.xml b/help/en_US/iqcoef2imbal.xml
new file mode 100644
index 0000000..f465c5c
--- /dev/null
+++ b/help/en_US/iqcoef2imbal.xml
@@ -0,0 +1,55 @@
+
+
+
+
+
+
+
+ iqcoef2imbal
+ This function returns the amplitude imbalance and phase imbalance
+
+
+
+
+ Description
+
+[AMP_IMB_DB, PH_IMB_DEG] = IQCOEF2IMBAL(COMP_COEF) returns
+the amplitude imbalance and phase imbalance
+that a given compensator coefficient will correct.
+Comp_Coef is a scalar or a vector of complex numbers.
+AMP_IMB_DB and PH_IMB_DEG are the amplitude imbalance in dB
+and the phase imbalance in degrees.
+
+
+
+
+
+
+ Examples
+
+
+
+
+ Authors
+
+ Pola Lakshmi Priyanka, IIT Bombay
+
+
+
diff --git a/help/en_US/iqimbal2coef.xml b/help/en_US/iqimbal2coef.xml
new file mode 100644
index 0000000..29c0473
--- /dev/null
+++ b/help/en_US/iqimbal2coef.xml
@@ -0,0 +1,55 @@
+
+
+
+
+
+
+
+ iqimbal2coef
+ This function returns the I/Q imbalance compensator coefficient for given amplitude and phase imbalance.
+
+
+
+
+ Description
+
+COMP_COEF = IQIMBAL2COEF(AMP_IMB_DB, PH_IMB_DEG) returns the I/Q imbalance
+compensator coefficient for given amplitude and phase imbalance.
+Comp_Coef is a scalar or a vector of complex numbers.
+AMP_IMB_DB and PH_IMB_DEG are the amplitude imbalance in dB
+and the phase imbalance in degrees and should be of same size.
+
+
+
+
+
+
+ Examples
+
+
+
+
+ Authors
+
+ Pola Lakshmi Priyanka, IIT Bombay
+
+
+
diff --git a/help/en_US/iscatastrophic.xml b/help/en_US/iscatastrophic.xml
new file mode 100644
index 0000000..915ef6c
--- /dev/null
+++ b/help/en_US/iscatastrophic.xml
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
+ iscatastrophic
+ This function determines if a convolutional code is catastrophic or not
+
+
+
+
+ Description
+
+RESULT = ISCATASTROPHIC(TRELLIS) returns 1 if the specified
+trellis corresponds to a catastrophic convolutional code, else 0.
+
+
+
+
+ Examples
+
+
+
+
+ Authors
+
+ Pola Lakshmi Priyanka, IIT Bombay
+
+
+
diff --git a/help/en_US/istrellis.xml b/help/en_US/istrellis.xml
new file mode 100644
index 0000000..a742261
--- /dev/null
+++ b/help/en_US/istrellis.xml
@@ -0,0 +1,81 @@
+
+
+
+
+
+
+
+ istrellis
+ This function checks if the given input is of trellis structure
+
+
+
+
+ Description
+
+[ISOK, STATUS] = ISTRELLIS(S) returns [T,''] if the given input is valid trellis structure. Otherwise ISOK is F and STATUS
+indicates the reason for invalidity
+
+
+Fields in trellis structure are
+numInputSymbols, (number of input symbols)
+numOutputSymbols, (number of output symbols)
+numStates, (number of states)
+nextStates, (next state matrix)
+outputs, (output matrix)
+
+
+Properties of the fields are as follows
+numInputSymbols and numOutputSymbols should be a power of 2 (as data is represented in bits).
+The 'nextStates' and 'outputs' fields are matrices of size 'numStates' x 'numInputSymbols' .
+Each element in the 'nextStates' matrix and 'output' matrix is an integer value between zero and (numStates-1).
+The (r,c) element of the 'nextStates' matrix and 'output' matrix,denotes the next state and output respectively when
+the starting state is (r-1) and the input bits have decimal representation (c-1).
+
+
+To convert to decimal value, use the first input bit as the most significant bit (MSB).
+
+
+
+
+
+
+ Examples
+
+
+
+
+ Authors
+
+ Pola Lakshmi Priyanka, IIT Bombay
+
+
+
diff --git a/help/en_US/lteZadoffChuSeq.xml b/help/en_US/lteZadoffChuSeq.xml
new file mode 100644
index 0000000..26e39f4
--- /dev/null
+++ b/help/en_US/lteZadoffChuSeq.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+ lteZadoffChuSeq
+ This function generates root Zadoff-Chu sequence of complex symbols as per LTE specifications.
+
+
+
+
+ Description
+
+SEQ = LTEZADOFFCHUSEQ(R, N) generates the Rth root Zadoff-Chu sequence (SEQ)
+of length N.
+
+
+
+
+
+
+ Examples
+
+
+
+
+ Bibliography
+ 3rd Generation Partnership Project, Technical Specification Group Radio
+ Access Network, Evolved Universal Terrestrial Radio Access (E-UTRA),
+ Physical channels and modulation, Release 10, 3GPP TS 36.211, v10.0.0,
+ 2010-12.
+
+
+
+ Authors
+
+ Pola Lakshmi Priyanka, IIT Bombay
+
+
+
diff --git a/help/en_US/master_help.xml b/help/en_US/master_help.xml
index b3b27d3..a6115d0 100644
--- a/help/en_US/master_help.xml
+++ b/help/en_US/master_help.xml
@@ -1,7 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
]>
FOSSEE_Communication_Systems_Toolbox
+&abbab6e363c5628eaebbbb13af15017d1;
+&a6cf26bc826aa2a13e513479fb771b8d3;
&aaa30023c011c2d00a22694ae6ca55e21;
+&a954ba0e19a1c282aadb2037003a2e24f;
+&a3e8e25b8e9087f74b6ced8480944e12e;
+&af493f190190f2350b9c9005d568729d4;
+&ac7c236c674443f8359b379eb7984fae6;
+&a73d0cf80beb8a70a9dbce1b0beafddfc;
+&a99eb36b2a384db7518eb509623d77dd8;
+&a64b4ed87241b1bed1ad876766668de08;
+&a00eb0d4504e4b1f052e536c9853260cb;
+&a19ba4e809aea0bd30dc4d6556467ce7b;
+&acc68b7f28731c4a6dd38df2902862041;
+&ace4dca7c71cdc2b40ea29e7f4b7677f1;
+&ab8c34ae1e9b36a8768c0265578560679;
diff --git a/help/en_US/octave_functions.xml b/help/en_US/octave_functions.xml
new file mode 100644
index 0000000..b50f5f6
--- /dev/null
+++ b/help/en_US/octave_functions.xml
@@ -0,0 +1,116 @@
+
+
+
+
+
+
+
+ octave_functions
+ Call functions available in communications (and any other) package of Octave. The actual function call is "octave_fun" and is available as a part of "FOSSEE-Scilab-Octave-Toolbox"
+
+
+
+
+ Syntax
+
+ [y1, y2, ...] = octave_fun("octave_function",input1,input2,...)
+ [y1, y2, ...] = octave_fun("octave_function",input1,input2,...,optional_input1,optional_input2,...)
+ [y1, y2, ...] = octave_fun("octave_function","octave_package",input1,input2,...)
+ [y1, y2, ...] = octave_fun("octave_function","octave_package",input1,input2,...,optional_input1,optional_input2,...)
+
+
+
+
+
+ Parameters
+
+
+ y :
+ ouput as returned by octave. It can be a vector or matrix of doubles
+
+
+ octave_function :
+ name of the function in octave that has to be called. It has to be a string in double quotes
+
+
+ input :
+ input as expected by the octave function. It can be a vector or matrix of doubles
+
+
+ optional_input :
+ an optional argument that the given octave function can accept. It has to be a string in double quotes
+
+
+ octave_package :
+ name of the package in octave that has to be loaded as required by the octave function. It has to be a string in double quotes
+
+
+
+
+
+ Description
+
+This function accepts an octave function name with the relevant inputs and returns the output as generated. It requires Octave to be installed along with necessary packages.
+
+
+
+\begin{eqnarray}
+&\mbox{min}_{x}
+& C^T⋅x \\
+& \text{subject to}& A⋅x = b \\
+& & G⋅x \preceq_K h \\
+& & x_i \in \{0,1\}, i \in \!\, bool_vars\
+& & x_j \in \!\, \mathbb{Z}, i \in \!\, int_vars\\
+\end{eqnarray}
+
+
+
+
+
+
+
+ Examples
+
+
+
+
+ Examples
+
+
+
+
+ Authors
+
+ Rupak Rokade
+
+
+
diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS
index 22646bd..065f3cd 100644
Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS and b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS differ
diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB
index 5009c35..d944672 100644
--- a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB
+++ b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB
@@ -1 +1,2 @@
-e@
\ No newline at end of file
+e___ _e10084³XJ89\**(ңd*RҪJ,ۨZ/00ȿ⌢,ȳ2+44"̢(j/,/0"",J0
++0ﺪꪪ
\ No newline at end of file
diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS b/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS
index 90f9c03..5918ccb 100644
--- a/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS
+++ b/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS
@@ -1 +1 @@
-P`
\ No newline at end of file
+U\a=O*#R܀ ;ʼݬK+չ`e;\},@&
\ No newline at end of file
diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS b/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS
index eeb46b1..42fcc13 100644
Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS and b/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS differ
diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA b/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA
index 2cfff7d..b6a5538 100644
--- a/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA
+++ b/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA
@@ -1,2 +1,2 @@
JavaSearch 1.0
-TMAP bs=2048 rt=0 fl=-1 id1=19 id2=1
+TMAP bs=2048 rt=1 fl=-1 id1=509 id2=1
diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP b/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP
index 6ca29d9..d6bf32e 100644
Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP and b/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP differ
diff --git a/help/en_US/scilab_en_US_help/alignsignals.html b/help/en_US/scilab_en_US_help/alignsignals.html
new file mode 100644
index 0000000..495fa9e
--- /dev/null
+++ b/help/en_US/scilab_en_US_help/alignsignals.html
@@ -0,0 +1,96 @@
+
[Xa Ya] = ALIGNSIGNALS(X,Y) aligns the two vectors X and Y by estimating
+the delay D between the two. If Y is delayed with respect to X, D is
+positive , and X is delayed by D samples. If Y is advanced with respect
+to X, D is negative, and Y is delayed by -D samples.
+
[Xa Ya] = ALIGNSIGNALS(X,Y,MAXLAG) considers MAXLAG be the maximum correlation
+window size which is used to calculate the estimated delay D between X and Y.
+MAXLAG is an integer-valued scalar. By default, MAXLAG is equal to MAX(LX,LY)-1.
+If MAXLAG is empty ([]),then default value is considered. If MAXLAG
+is negative, it is replaced by its absolute value.
+
[Xa Ya] = ALIGNSIGNALS(X,Y,MAXLAG,1) keeps the lengths of Xa
+and Ya the same as those of X and Y, respectively.
+Here, 1 implies truncation of the intermediate vectors.
+Input argument 4 is 0 implies truncation_off (no truncation).
+D is positive implies D zeros are pre-pended to X, and the last D samples of X are truncated.
+D is negative implies -D zeros are pre-pended to Y, and the last -D samples
+of Y are truncated. That means, when D>=Length(X), all samples of X are lost.
+Similarly, when -D>=Length(Y), all samples of Y are lost.
+Avoid assigning a specific value to MAXLAG when using the truncate=1 option, set MAXLAG to [].
+
[Xa Ya D] = ALIGNSIGNALS(...) returns the estimated delay D.
This function decodes the given code using arithmetic coding
+
+
+
Syntax
+
SEQ = ARITHDECO(CODE, COUNT, LEN)
+
+
Description
+
SEQ = ARITHDECO(CODE, COUNT, LEN) decodes the given received seq (CODE) to message using arithmetic coding.
+COUNT is vector which gives information about the source statistics (i.e. frequency of each symbol in the source alphabet)
+CODE is the binary arithmetic code
+
Source Alphabet is assumed to be {1,2,....N} where N is a positive integer
+Therefore, sequence should be finite and positive
+Length of the COUNT should match the length of the source alphabet
This function encodes the given sequence using aritmetic coding
+
+
+
Syntax
+
CODE = ARITHENCO(SEQ, COUNT)
+
+
Description
+
CODE = ARITHENCO(SEQ, COUNT) encodes the given sequence (SEQ) using arithmetic coding.
+COUNT is vector whihc gives information about the source statistics (i.e. frequency of each symbol in the source alphabet)
+CODE is the binary arithmetic code
+Source Alphabet is assumed to be {1,2,....N} where N is a positive integer
+Therefore, sequence should be finite and positive
+Length of the COUNT should match the length of the source alphabet
This function returns the estimated delay between two input signals using crosscorrelation.
+
+
+
Description
+
D = FINDDELAY(X,Y), returns estimated Delay D between X
+and Y. D is positive implies Y is delayed with respect to X and vice versa.
+If X, Y are matrices, then D is a row vector corresponding to delay between columns of X and Y
+
D = FINDDELAY(...,MAXLAG), uses MAXLAG as the maximum correlation
+window size used to find the estimated delay(s) between X and Y:
+
> If MAXLAG is an integer-valued scalar, and X and Y are row or column
+vectors or matrices, the vector D of estimated delays is found by
+cross-correlating (the columns of) X and Y over a range of lags
+-MAXLAG:MAXLAG.
+> If MAXLAG is an integer-valued row or column vector, and one input is vector
+and another be matirx (let X is a row or column vector ,
+and Y is a matrix) then the vector D of estimated delays is found by
+cross-correlating X and column J of Y over a range of lags
+-MAXLAG(J):MAXLAG(J), for J=1:Number of columns of Y.
+> If MAXLAG is an integer-valued row or column vector, and X and Y are
+both matrices. then vector D of estimated delays is found by
+cross-correlating corresponding columns of X and Y over a range of lags
+-MAXLAG(J):MAXLAG(J).
+
By default, MAXLAG is equal to MAX(LX,LY)-1 for vectors,
This function produces cyclotomic cosets for a Galois field GF(P)
+
+
+
Description
+
GFCS = GFCOSETS(M) produces cyclotomic cosets mod(2^M - 1). Each row of the
+output GFCS contains one cyclotomic coset.
+
GFCS = GFCOSETS(M, P) produces cyclotomic cosets mod(P^M - 1), where
+P is a prime number.
+
Because the length of the cosets varies in the complete set, %nan is used to
+fill out the extra space in order to make all variables have the same
+length in the output matrix GFCS.
This function finds a solution for linear equation Ax = b over a prime Galois field.
+
+
+
Description
+
[X, SFLAG] = GFLINEQ(A, B) returns a particular solution (X) of AX=B in GF(2).
+If the equation has no solution, then X is empty and SFLAG = 0 else SFLAG = 1.
+
[X, SFLAG]= GFLINEQ(A, B, P) returns a particular solution of the linear
+equation A X = B in GF(P) and SFLAG=1.
+If the equation has no solution, then X is empty and SFLAG = 0.
+
+
+
+
Examples
+
A=[101;110;111]
+p=3
+[x,vld]=gflineq(A,[1;0;1],p)
+disp(A,'A=')
+disp(x,'x=');
+if(vld)
+disp('Linear equation has solution x')
+else
+disp('Linear equation has no solution and x is empty')
+end
+disp(pmodulo(A*x,p),'B =')
This function represents a binary polynomial in standard ascending order format.
+
+
+
Description
+
Q = GFREPCOV(P) converts vector (P) to standard ascending
+order format vector (Q), which is a vector that lists the coefficients in
+order of ascending exponents, if P represents a binary polynomial
+as a vector of exponents with non-zero coefficients.
This function is used to truncate the higher order zeroes in the given polynomial equation
+
+
+
Description
+
A is considered to be matrix that gives the coefficients of polynomial GF(p) in ascending order powers
+A = [1 2 3] denotes 1 + 2 x + 3 x^2
+AT=GFTRUNC(A) returns a matrix which gives the polynomial GF(p) truncating the input matrix
+that is if A(i)=0, where i > d + 1, where d is the degree of the polynomial, that zero is removed
arithenco — This function encodes the given sequence using aritmetic coding
+
alignsignals — This function aligns the two input signals.
+
+
+
+
+
+
arithdeco — This function decodes the given code using arithmetic coding
+
+
+
+
+
+
arithenco — This function encodes the given sequence using aritmetic coding
+
+
+
+
+
+
finddelay — This function returns the estimated delay between two input signals using crosscorrelation.
+
+
+
+
+
+
gfcosets — This function produces cyclotomic cosets for a Galois field GF(P)
+
+
+
+
+
+
gflineq — This function finds a solution for linear equation Ax = b over a prime Galois field.
+
+
+
+
+
+
gfrepcov — This function represents a binary polynomial in standard ascending order format.
+
+
+
+
+
+
gftrunc — This function is used to truncate the higher order zeroes in the given polynomial equation
+
+
+
+
+
+
iqcoef2imbal — This function returns the amplitude imbalance and phase imbalance
+
+
+
+
+
+
iqimbal2coef — This function returns the I/Q imbalance compensator coefficient for given amplitude and phase imbalance.
+
+
+
+
+
+
iscatastrophic — This function determines if a convolutional code is catastrophic or not
+
+
+
+
+
+
istrellis — This function checks if the given input is of trellis structure
+
+
+
+
+
+
lteZadoffChuSeq — This function generates root Zadoff-Chu sequence of complex symbols as per LTE specifications.
+
+
+
+
+
+
octave_functions — Call functions available in communications (and any other) package of Octave. The actual function call is "octave_fun" and is available as a part of "FOSSEE-Scilab-Octave-Toolbox"
+
+
+
+
+
+
ssbdemod — This function performs Single Side Band Amplitude Demodulation
This function returns the amplitude imbalance and phase imbalance
+
+
+
Description
+
[AMP_IMB_DB, PH_IMB_DEG] = IQCOEF2IMBAL(COMP_COEF) returns
+the amplitude imbalance and phase imbalance
+that a given compensator coefficient will correct.
+Comp_Coef is a scalar or a vector of complex numbers.
+AMP_IMB_DB and PH_IMB_DEG are the amplitude imbalance in dB
+and the phase imbalance in degrees.
+
+
+
Examples
+
[a_imb_db,ph_imb_deq]=iqcoef2imbal([42complex(-0.1145,0.1297)complex(-0.0013,0.0029)])
+disp(a_imb_db,'amplitude imbalance in dB =')
+disp(ph_imb_deq,'phase imbalance in degrees=')
This function returns the I/Q imbalance compensator coefficient for given amplitude and phase imbalance.
+
+
+
Description
+
COMP_COEF = IQIMBAL2COEF(AMP_IMB_DB, PH_IMB_DEG) returns the I/Q imbalance
+compensator coefficient for given amplitude and phase imbalance.
+Comp_Coef is a scalar or a vector of complex numbers.
+AMP_IMB_DB and PH_IMB_DEG are the amplitude imbalance in dB
+and the phase imbalance in degrees and should be of same size.
+
+
+
Examples
+
[a_imb_db,ph_imb_deg]=iqcoef2imbal([42complex(-0.1145,0.1297)complex(-0.0013,0.0029)])
+disp(a_imb_db,'amplitude imbalance in dB =')
+disp(ph_imb_deg,'phase imbalance in degrees=')
+Comp_Coef=iqimbal2coef(a_imb_db,ph_imb_deg)
+disp(Comp_Coef,'Compensator Coefficients=')
This function checks if the given input is of trellis structure
+
+
+
Description
+
[ISOK, STATUS] = ISTRELLIS(S) returns [T,''] if the given input is valid trellis structure. Otherwise ISOK is F and STATUS
+indicates the reason for invalidity
+
Fields in trellis structure are
+numInputSymbols, (number of input symbols)
+numOutputSymbols, (number of output symbols)
+numStates, (number of states)
+nextStates, (next state matrix)
+outputs, (output matrix)
+
Properties of the fields are as follows
+numInputSymbols and numOutputSymbols should be a power of 2 (as data is represented in bits).
+The 'nextStates' and 'outputs' fields are matrices of size 'numStates' x 'numInputSymbols' .
+Each element in the 'nextStates' matrix and 'output' matrix is an integer value between zero and (numStates-1).
+The (r,c) element of the 'nextStates' matrix and 'output' matrix,denotes the next state and output respectively when
+the starting state is (r-1) and the input bits have decimal representation (c-1).
+
To convert to decimal value, use the first input bit as the most significant bit (MSB).
Call functions available in communications (and any other) package of Octave. The actual function call is "octave_fun" and is available as a part of "FOSSEE-Scilab-Octave-Toolbox"
ouput as returned by octave. It can be a vector or matrix of doubles
+
octave_function :
+
name of the function in octave that has to be called. It has to be a string in double quotes
+
input :
+
input as expected by the octave function. It can be a vector or matrix of doubles
+
optional_input :
+
an optional argument that the given octave function can accept. It has to be a string in double quotes
+
octave_package :
+
name of the package in octave that has to be loaded as required by the octave function. It has to be a string in double quotes
+
+
Description
+
This function accepts an octave function name with the relevant inputs and returns the output as generated. It requires Octave to be installed along with necessary packages.
+
+
+
+
Examples
+
// Reshape a given array using octave and its "communications" package.
+// See help in octave for more information about "reshape" function.
+// Note that this example requires the "communications" package to be installed in octave and the "FOSSEE-Scilab-Octave-Toolbox" loaded in scilab.
+x=[1,2,3,4];
+dim1=2;
+dim2=2;
+output=octave_fun("reshape","communications",x,dim1,dim2)
+
+
Examples
+
// Compute the Q function using octave and its "communications" package.
+// See help in octave for more information about "qfunc" function.
+// Note that this example requires the "communications" package to be installed in octave and the "FOSSEE-Scilab-Octave-Toolbox" loaded in scilab.
+M=[1,2;3,4];
+output=octave_fun("qfunc","communications",M)
arithenco — This function encodes the given sequence using aritmetic coding
+
alignsignals — This function aligns the two input signals.
+
+
+
+
+
+
arithdeco — This function decodes the given code using arithmetic coding
+
+
+
+
+
+
arithenco — This function encodes the given sequence using aritmetic coding
+
+
+
+
+
+
finddelay — This function returns the estimated delay between two input signals using crosscorrelation.
+
+
+
+
+
+
gfcosets — This function produces cyclotomic cosets for a Galois field GF(P)
+
+
+
+
+
+
gflineq — This function finds a solution for linear equation Ax = b over a prime Galois field.
+
+
+
+
+
+
gfrepcov — This function represents a binary polynomial in standard ascending order format.
+
+
+
+
+
+
gftrunc — This function is used to truncate the higher order zeroes in the given polynomial equation
+
+
+
+
+
+
iqcoef2imbal — This function returns the amplitude imbalance and phase imbalance
+
+
+
+
+
+
iqimbal2coef — This function returns the I/Q imbalance compensator coefficient for given amplitude and phase imbalance.
+
+
+
+
+
+
iscatastrophic — This function determines if a convolutional code is catastrophic or not
+
+
+
+
+
+
istrellis — This function checks if the given input is of trellis structure
+
+
+
+
+
+
lteZadoffChuSeq — This function generates root Zadoff-Chu sequence of complex symbols as per LTE specifications.
+
+
+
+
+
+
octave_functions — Call functions available in communications (and any other) package of Octave. The actual function call is "octave_fun" and is available as a part of "FOSSEE-Scilab-Octave-Toolbox"
+
+
+
+
+
+
ssbdemod — This function performs Single Side Band Amplitude Demodulation
This function performs Single Side Band Amplitude Demodulation
+
+
+
Description
+
Z = SSBDEMOD(Y,Fc,Fs)
+demodulates the single sideband amplitude modulated signal Y
+with the carrier frequency Fc (Hz).
+Sample frequency Fs (Hz). zero initial phase (ini_phase).
+The modulated signal can be an upper or lower sideband signal.
+A lowpass butterworth filter is used in the demodulation.
+
Z = SSBDEMOD(Y,Fc,Fs,INI_PHASE)
+adds an extra argument the initial phase (rad) of the modulated signal.
+
Z = SSBDEMOD(Y,Fc,Fs,INI_PHASE,NUM,DEN)
+adds extra arguments about the filter specifications
+i.e., the numerator and denominator of the lowpass filter.
+
Fs must satisfy Fs >2*(Fc + BW), where BW is the bandwidth of the
+modulating signal.
+
+
diff --git a/help/en_US/ssbdemod.xml b/help/en_US/ssbdemod.xml
new file mode 100644
index 0000000..1ce9be8
--- /dev/null
+++ b/help/en_US/ssbdemod.xml
@@ -0,0 +1,97 @@
+
+
+
+
+
+
+
+ ssbdemod
+ This function performs Single Side Band Amplitude Demodulation
+
+
+
+
+ Description
+
+Z = SSBDEMOD(Y,Fc,Fs)
+demodulates the single sideband amplitude modulated signal Y
+with the carrier frequency Fc (Hz).
+Sample frequency Fs (Hz). zero initial phase (ini_phase).
+The modulated signal can be an upper or lower sideband signal.
+A lowpass butterworth filter is used in the demodulation.
+
+
+Z = SSBDEMOD(Y,Fc,Fs,INI_PHASE)
+adds an extra argument the initial phase (rad) of the modulated signal.
+
+
+Z = SSBDEMOD(Y,Fc,Fs,INI_PHASE,NUM,DEN)
+adds extra arguments about the filter specifications
+i.e., the numerator and denominator of the lowpass filter.
+
+
+Fs must satisfy Fs >2*(Fc + BW), where BW is the bandwidth of the
+modulating signal.
+
+
+
+
+
+
+
+
+ Examples
+
+
+
+
+ Authors
+
+ Pola Lakshmi Priyanka, IIT Bombay
+
+
+
diff --git a/help/fr_FR/build_help.sce b/help/fr_FR/build_help.sce
deleted file mode 100644
index 7065316..0000000
--- a/help/fr_FR/build_help.sce
+++ /dev/null
@@ -1,3 +0,0 @@
-// This file is released under the 3-clause BSD license. See COPYING-BSD.
-
-tbx_build_help(TOOLBOX_TITLE,get_absolute_file_path("build_help.sce"));
diff --git a/help/fr_FR/c_multiplybypi.xml b/help/fr_FR/c_multiplybypi.xml
deleted file mode 100644
index b23737d..0000000
--- a/help/fr_FR/c_multiplybypi.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
-
-
- c_multiplybypi
- Multiple par %pi un nombre
-
-
- Séquence d'appel
- a = multiplybypi(b)
-
-
- Arguments
-
-
- b
-
- Premier argument d'entrée
-
-
-
- a
-
- Argument de sortie
-
-
-
-
-
- Description
- Fait une multiplication particulière.
- Ajoutez ici plus d'informations sur cette fonction
-
- LaTeX peut etre utilisé pour afficher l'équation: Dans ce cas, le rendu pourrait être $x*\pi$
-
-
-
- Exemples
- c_multiplybypi(3)
-
-
- Voir aussi
-
-
- c_sum
-
-
- Lien vers la page d'aide sum de Scilab
-
-
-
-
diff --git a/help/fr_FR/c_sub.xml b/help/fr_FR/c_sub.xml
deleted file mode 100644
index 5b121e7..0000000
--- a/help/fr_FR/c_sub.xml
+++ /dev/null
@@ -1,86 +0,0 @@
-
-
-
-
- c_sub
- calcule de la soustraction depuis du code C
-
-
- Squence d'appel
- a = c_sub(b,c)
-
-
- Arguments
-
-
- b
-
- Premier argument d'entre
-
-
-
- c
-
- Second argument d'entre
-
-
-
- a
-
- Argument de sortie
-
-
-
-
-
- Description
- calcule la soustraction.
- Ajoutez ici plus d'informations sur cette fonction
-
- LaTeX peut etre utilis pour afficher l'quation: Dans ce cas, le rendu pourrait tre $x-y$
-
- Il est possible d'inclure une image en utilisant du code Scilab (il faut dclarer au pralable le namespace xmlns:scilab="http://www.scilab.org"):
-
-
- plot3d();
-
- ]]>
-
-
- plot3d();
-
- Si une image contient une chane de caractres localises, il faut alors ajouter l'attribut scilab:localized="true":
-
-
- plot2d();
- xtitle("Mes jolis plots 2D");
-
- ]]>
-
-
- plot2d();
- xtitle("Mes jolis plots 2D");
-
-
-
- Exemples
- c_sub(3,4)
-
-
- Voir aussi
-
-
- c_sum
-
-
- Lien vers la page d'aide sum de Scilab
-
-
-
-
diff --git a/help/fr_FR/c_sum.xml b/help/fr_FR/c_sum.xml
deleted file mode 100644
index db218c8..0000000
--- a/help/fr_FR/c_sum.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-
-
- c_sum
- calcule de la somme depuis du code C
-
-
- Squence d'appel
- a = c_sum(b,c)
-
-
- Arguments
-
-
- b
-
- Premier argument d'entree
-
-
-
- c
-
- Second argument d'entree
-
-
-
- a
-
- Argument de sortie
-
-
-
-
-
- Description
- calcule la somme.
- Ajoutez ici plus d'informations sur cette fonction
-
- LaTeX peut etre utilis pour afficher l'quation: Dans ce cas, le rendu pourrait tre $x+y$
-
-
-
- Exemples
- c_sum(3,4)
-
-
- Voir aussi
-
-
- fortran_sum
-
-
- Lien vers la page d'aide sum de Scilab
-
-
-
-
diff --git a/help/fr_FR/fortran_sum.xml b/help/fr_FR/fortran_sum.xml
deleted file mode 100644
index 59c888a..0000000
--- a/help/fr_FR/fortran_sum.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-
-
- fortran_sum
- calcule de la somme depuis du code fortran
-
-
- Squence d'appel
- a = c_sum(b,c)
-
-
- Arguments
-
-
- b
-
- Premier argument d'entre
-
-
-
- c
-
- Second argument d'entre
-
-
-
- a
-
- Argument de sortie
-
-
-
-
-
- Description
- calcule la somme.
- Ajoutez ici plus d'informations sur cette fonction
-
- LaTeX peut etre utilis pour afficher l'quation: Dans ce cas, le rendu pourrait tre $x+y$
-
-
-
- Exemples
- fortran_sum(3,4)
-
-
- Voir aussi
-
-
- c_sum
-
-
- Lien vers la page d'aide sum de Scilab
-
-
-
-
diff --git a/help/fr_FR/scilab_sum.xml b/help/fr_FR/scilab_sum.xml
deleted file mode 100644
index 5b14618..0000000
--- a/help/fr_FR/scilab_sum.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
- scilab_sum
- calcule de la somme depuis du code scilab
-
-
- Squence d'appel
- a = scilab_sum(b,c)
-
-
- Arguments
-
-
- b
-
- Premier argument d'entre
-
-
-
- c
-
- Second argument d'entre
-
-
-
- a
-
- Argument de sortie
-
-
-
-
-
- Description
- calcule la somme.
- Ajoutez ici plus d'informations sur cette fonction
-
- LaTeX peut etre utilis pour afficher l'quation: Dans ce cas, le rendu pourrait tre $x+y$
-
-
-
- Exemples
- scilab_sum(3,4)
-
-
- Voir aussi
-
-
- c_sum
-
-
- Lien vers la page d'aide sum de Scilab
-
-
-
-
--
cgit