diff options
author | rupak | 2020-01-21 15:20:25 +0530 |
---|---|---|
committer | rupak | 2020-01-21 15:20:25 +0530 |
commit | 36aca8aaaee5cf8cb5452268fd07c0b558b000a3 (patch) | |
tree | 97a39a1561849978ea3d45228d3a51c74bc46ac0 /macros/arithenco.sci | |
parent | 777c4c1cc8e7d2632149bd87b79e60fd2f0e7e50 (diff) | |
download | FOSSEE-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.sci | 2 |
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 |