#include <interleaver.h>
Inheritance diagram for simthlib::PseudoRandomInterleaving:
Public Member Functions | |
PseudoRandomInterleaving (int N, int a, int b) | |
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.
|
|
|
|
Reimplemented from simthlib::Interleaving. Reimplemented in simthlib::PseudoRandom3dInterleaving. |