fun_ofdm
1.0
802.11a Physical Layer for USRP
|
C++ file for the Frame Decoder block. More...
#include <iostream>
#include <cstring>
#include <arpa/inet.h>
#include <boost/crc.hpp>
#include "frame_decoder.h"
#include "qam.h"
#include "interleaver.h"
#include "viterbi.h"
#include "parity.h"
#include "rates.h"
#include "modulator.h"
#include "puncturer.h"
#include "ppdu.h"
Go to the source code of this file.
Namespaces | |
fun | |
Constant Groups | |
fun | |
C++ file for the Frame Decoder block.
The Frame Decoder block is in charge of decoding the frame once the data subcarriers have been recovered from the received frame.
Definition in file frame_decoder.cpp.