log

age author description
Tue, 03 Oct 2006 09:02:42 +0000 mcreel remove use of celleval, use a more efficient direct call to feval octave-forge
Tue, 03 Oct 2006 09:02:33 +0000 hauberg Fixed texinfo in raylrand octave-forge
Tue, 03 Oct 2006 09:01:38 +0000 mcreel remove the celleval hack, unnecessary duplicate call to feval octave-forge
Tue, 03 Oct 2006 08:45:42 +0000 hauberg Fix texinfo bug in fibosplitstream octave-forge
Tue, 03 Oct 2006 08:37:40 +0000 hauberg Texified edit.m octave-forge
Tue, 03 Oct 2006 04:00:22 +0000 gnumuthu Adding a new example and some sanity checks octave-forge
Tue, 03 Oct 2006 03:01:17 +0000 gnumuthu Shannonfano code fixed for a alias storage and two-i-s problem within loops octave-forge
Tue, 03 Oct 2006 01:06:57 +0000 gnumuthu Changes to huffmandict in the floating pt / double comparison to 1 octave-forge
Mon, 02 Oct 2006 22:06:03 +0000 adb014 remove dead files octave-forge
Mon, 02 Oct 2006 22:05:52 +0000 adb014 remove coda directory in clean. Comment on installation of html in developers guide octave-forge
Mon, 02 Oct 2006 21:21:56 +0000 adb014 INDEX file syntax error octave-forge
Mon, 02 Oct 2006 20:50:30 +0000 adb014 Texinfo fixes. Help displays correctly now octave-forge
Mon, 02 Oct 2006 20:36:51 +0000 adb014 Need category in INDEX. Add dummy categorie. Muthu please fix octave-forge
Mon, 02 Oct 2006 19:47:38 +0000 adb014 Latest mega package manager update octave-forge
Mon, 02 Oct 2006 19:35:28 +0000 adb014 ignore coda bild files octave-forge
Mon, 02 Oct 2006 17:41:34 +0000 gnumuthu Fibonacci code split-stream sequence function to enable, easy decoding octave-forge
Mon, 02 Oct 2006 11:53:18 +0000 gnumuthu Fibonacci Universal Codes implementation octave-forge
Mon, 02 Oct 2006 10:24:06 +0000 gnumuthu pruned INDEX to remove multiple references to the huffman* functions octave-forge
Mon, 02 Oct 2006 10:20:58 +0000 gnumuthu rice (golomb-rice family of source codes when parameter is power of 2 value k. Update Index. A very slow encoder, forced to be O(N^2) when some searches are involved ;-(, decoder is O(N) or closer. octave-forge
Mon, 02 Oct 2006 07:47:08 +0000 gnumuthu Changed documentation strings for shannonfano* files octave-forge
Mon, 02 Oct 2006 07:42:22 +0000 gnumuthu Description changed to hint at contents of toolbox octave-forge
Mon, 02 Oct 2006 07:37:04 +0000 gnumuthu Added some document strings to rle* & shannonfano* files octave-forge
Mon, 02 Oct 2006 07:12:25 +0000 gnumuthu Shannon fano code moved to main/comm so deleting here octave-forge
Mon, 02 Oct 2006 06:45:44 +0000 gnumuthu Index changed to reflect added rleenco & rledeco as when other-lead.. catches up octave-forge
Mon, 02 Oct 2006 06:44:45 +0000 gnumuthu Index changed to reflect the modifications (deletions) octave-forge
Mon, 02 Oct 2006 06:44:08 +0000 gnumuthu Removed functions that have other-lead.. equivs in the main/comm/inst path octave-forge
Mon, 02 Oct 2006 06:33:17 +0000 gnumuthu Unused file binaryn which WAS used in shannonfano_code is removed octave-forge
Mon, 02 Oct 2006 06:29:09 +0000 gnumuthu Adding shannon fano codes on lines of Huffman code, and removing older version of shannonfano_code inline with expectations of the other-lead... octave-forge
Mon, 02 Oct 2006 06:22:48 +0000 adb014 doc updates octave-forge
Mon, 02 Oct 2006 05:45:38 +0000 sis-sou Errors fixed. octave-forge
Sun, 01 Oct 2006 21:53:50 +0000 adb014 Add what will probably be the real path to download the packages. First attempt at adding local documentation if it exists octave-forge
Sun, 01 Oct 2006 21:45:08 +0000 whyly Index update for Hidden Markov Model, Rayleigh distribution and distribution moments octave-forge
Sun, 01 Oct 2006 20:36:35 +0000 adb014 Documentation updates octave-forge
Sun, 01 Oct 2006 19:57:47 +0000 adb014 texinfo the help of all functions octave-forge
Sun, 01 Oct 2006 15:38:31 +0000 whyly Initial commit into CVS. octave-forge
Sun, 01 Oct 2006 09:24:40 +0000 adb014 Fix for 4 argument call to grpdelay octave-forge
Sun, 01 Oct 2006 08:15:03 +0000 gnumuthu huffmandict wrong handling of minvar input fixed octave-forge
Sun, 01 Oct 2006 07:02:07 +0000 gnumuthu Octave now has huffman coding algorithms which are compatible with the other-leading-brand and even better with 2 other options for Huffman code generation including a minimum variance of code word option. The computational complexity of these routines are way high, sorry about that. But O(N*log(N)) encoding & decoding exist which we can implement as time permits. octave-forge
Sat, 30 Sep 2006 11:21:03 +0000 sis-sou Modifications. octave-forge
Sat, 30 Sep 2006 09:55:08 +0000 sis-sou Errors fixed. octave-forge
Sat, 30 Sep 2006 09:21:09 +0000 sis-sou Small modification. octave-forge
Sat, 30 Sep 2006 08:32:54 +0000 sis-sou Errors fixed. octave-forge
Sat, 30 Sep 2006 05:26:28 +0000 gnumuthu Functions in Information Theory and Source coding octave-forge
Sat, 30 Sep 2006 05:23:49 +0000 gnumuthu Basic demo of Information functions octave-forge
Sat, 30 Sep 2006 05:01:51 +0000 gnumuthu First commit of basic Information Theory functions from earlier course work. octave-forge
Sat, 30 Sep 2006 00:47:28 +0000 adb014 move csv2latex.m to a location consistent with new package manager octave-forge
Sat, 30 Sep 2006 00:41:28 +0000 adb014 prod([]) is no longer 1 is 2.9, add test and fix octave-forge
Fri, 29 Sep 2006 17:46:10 +0000 sis-sou Initial commit into CVS. octave-forge
Fri, 29 Sep 2006 17:40:20 +0000 sis-sou Initial commit into CVS. octave-forge
Thu, 28 Sep 2006 13:38:31 +0000 ryiden Initial commit into CVS. octave-forge
Wed, 27 Sep 2006 20:12:40 +0000 sis-sou Small error fixed. octave-forge
Wed, 27 Sep 2006 20:09:44 +0000 sis-sou Initial commit into CVS. octave-forge
Mon, 25 Sep 2006 13:47:46 +0000 aadler remove static on bug report octave-forge
Sat, 23 Sep 2006 19:12:17 +0000 hauberg Changed SF logo to type 1 octave-forge
Fri, 22 Sep 2006 17:03:10 +0000 hauberg Autogenerated INDEX files in build-www are now generated in a sandbox octave-forge
Fri, 22 Sep 2006 17:02:14 +0000 treichl Further improved functionality. See the local Changelog file in main/odepkg/doc. octave-forge
Fri, 22 Sep 2006 17:01:58 +0000 hauberg Autogenerated INDEX files in build-www are now generated in a sandbox octave-forge
Fri, 22 Sep 2006 17:01:02 +0000 treichl Changed "Depends" field. odepkg does not work with octave-2.9.7. octave-forge
Fri, 22 Sep 2006 16:13:44 +0000 hauberg INDEX files can be autogenerated octave-forge
Fri, 22 Sep 2006 13:07:59 +0000 hauberg The text on the function reference main page corresponds to the new drop-down menus octave-forge