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/scilab_en_US_help/gfrepcov.html | 77 ++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 help/en_US/scilab_en_US_help/gfrepcov.html (limited to 'help/en_US/scilab_en_US_help/gfrepcov.html') diff --git a/help/en_US/scilab_en_US_help/gfrepcov.html b/help/en_US/scilab_en_US_help/gfrepcov.html new file mode 100644 index 0000000..a648564 --- /dev/null +++ b/help/en_US/scilab_en_US_help/gfrepcov.html @@ -0,0 +1,77 @@ + + + gfrepcov + + + +
+ + + + +
+ << gflineq + + + FOSSEE_Communication_Systems_Toolbox + + + gftrunc >> + +
+
+
+ + + + FOSSEE_Communication_Systems_Toolbox >> FOSSEE_Communication_Systems_Toolbox > gfrepcov + +

+

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

+
The matrix below represents the binary polynomial $1 + s + s^2 + s^4$
+Implies output vector should be [1 1 1 0 1]
+A=[0 1 2 4 ]
+B=gfrepcov(A)
+disp(B)
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << gflineq + + + FOSSEE_Communication_Systems_Toolbox + + + gftrunc >> + +
+
+
+ + -- cgit