#include <interleaver.h>
Inheritance diagram for simthlib::PseudoRandomSymbolInterleaving:
Public Member Functions | |
PseudoRandomSymbolInterleaving (int N, int a, int b, int symbolLength) | |
virtual void | print (std::ostream &os, bool debugInfo=false) const |
Protected Member Functions | |
void | initMappingVectors () |
|
Constructor of a pseudo noise interleaver (see Mattias Lampe Diplomarbeit Ch. 2, s. 20.) that considers additionally the number of bits per symbol.
|
|
|
|
Reimplemented from simthlib::Interleaving. |