Binc::SumEncoder Class Reference
[Encoder]
#include <encoder.h>
List of all members.
Public Member Functions |
| SumEncoder (unsigned int k) |
Detailed Description
This is a systematic code that generates n = k+1 coded packets out of k information packets. There is a single redundancy packet (the n-th) which is generated as the sum of the k preceding information packets.
Constructor & Destructor Documentation
Binc::SumEncoder::SumEncoder |
( |
unsigned int |
k |
) |
|
- Parameters:
-
| k | the number of information packets for which a parity packet is generated |
The documentation for this class was generated from the following files: