From 36aca8aaaee5cf8cb5452268fd07c0b558b000a3 Mon Sep 17 00:00:00 2001 From: rupak Date: Tue, 21 Jan 2020 15:20:25 +0530 Subject: created a scilab toolbox structure --- macros/arithenco.sci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/arithenco.sci') 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 -- cgit