fun_ofdm  1.0
802.11a Physical Layer for USRP
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
frame_detector.h File Reference

Header file for frame_detector block. More...

#include <complex>
#include "block.h"
#include "tagged_vector.h"
#include "circular_accumulator.h"

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
 

Detailed Description

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.

Macro Definition Documentation

#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().