fun_ofdm
1.0
802.11a Physical Layer for USRP
|
C++ file for the Interleaver class. More...
#include "interleaver.h"
Go to the source code of this file.
Namespaces | |
fun | |
Constant Groups | |
fun | |
C++ file for the Interleaver class.
The interleaver class performs interleaving as described in section 17.3.5.6 of the 802.11a-1999 standard. The Interleaver class contains two static functions: interleave and deinterleave and thus doesn't need a constructor. However, it does use the BitInterleave struct as a helper for these two functions.
Definition in file interleaver.cpp.