summaryrefslogtreecommitdiff
path: root/macros/arithenco.sci
diff options
context:
space:
mode:
authorrupak2020-01-21 15:20:25 +0530
committerrupak2020-01-21 15:20:25 +0530
commit36aca8aaaee5cf8cb5452268fd07c0b558b000a3 (patch)
tree97a39a1561849978ea3d45228d3a51c74bc46ac0 /macros/arithenco.sci
parent777c4c1cc8e7d2632149bd87b79e60fd2f0e7e50 (diff)
downloadFOSSEE-Communication-Systems-Toolbox-36aca8aaaee5cf8cb5452268fd07c0b558b000a3.tar.gz
FOSSEE-Communication-Systems-Toolbox-36aca8aaaee5cf8cb5452268fd07c0b558b000a3.tar.bz2
FOSSEE-Communication-Systems-Toolbox-36aca8aaaee5cf8cb5452268fd07c0b558b000a3.zip
created a scilab toolbox structure
Diffstat (limited to 'macros/arithenco.sci')
-rw-r--r--macros/arithenco.sci2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/arithenco.sci b/macros/arithenco.sci
index a463afa..b596924 100644
--- a/macros/arithenco.sci
+++ b/macros/arithenco.sci
@@ -1,7 +1,7 @@
function [code] = arithenco(seq, count)
// This function encodes the given sequence using aritmetic coding
-// Calling sequence
+// Syntax
// CODE = ARITHENCO(SEQ, COUNT)
// Description