fun_ofdm
1.0
802.11a Physical Layer for USRP
|
Header file for frame_detector block. More...
Go to the source code of this file.
Classes | |
class | fun::frame_detector |
The frame_detector block. More... | |
Namespaces | |
fun | |
Constant Groups | |
fun | |
Macros | |
#define | PLATEAU_THRESHOLD 0.9 |
#define | STS_PLATEAU_LENGTH 16 |
#define | STS_LENGTH 16 |
Header file for frame_detector block.
This block is in charge of detecting the beginning of a frame using the short training sequence in the preamble.
Definition in file frame_detector.h.
#define PLATEAU_THRESHOLD 0.9 |
Definition at line 12 of file frame_detector.h.
Referenced by fun::frame_detector::work().
#define STS_LENGTH 16 |
Definition at line 15 of file frame_detector.h.
Referenced by fun::frame_detector::work().
#define STS_PLATEAU_LENGTH 16 |
Definition at line 13 of file frame_detector.h.
Referenced by fun::frame_detector::work().