commit | 073cdc8ec5f90e2645bc53916a8a8a3646d47ee1 | [log] [tgz] |
---|---|---|
author | gomida <gomida@gmail.com> | Fri Aug 19 11:21:27 2016 |
committer | gomida <gomida@gmail.com> | Fri Aug 19 11:21:31 2016 |
tree | e804baff1e6c94cc01227a1525a366248c9d8ef4 | |
parent | 595ed2ee38abc737562f88cbfb694d2fba23fe00 [diff] |
Fix robustSolitonDistribution CDF The robustSolitonDistribution seems missing plus operator. According to Luby's LT codes paper, we need to sum the tau and rho. But current code using only tau in ( i < m ) condition. I think need to add plus operator in line 62.
Go implementation of various fountain codes. Luby Transform, Online codes, Raptor code.
Includes many tests, libraries, and utilities.
The abstraction level is “low” -- that is, the code currently supports very low-level encoder/decoder level functionality, without any packetizing, etc. that a full system would include on top of this layer.