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

C++ file for the receiver class. More...

#include <semaphore.h>
#include <vector>
#include "receiver_chain.h"
#include "usrp.h"

Go to the source code of this file.

Classes

class  fun::receiver
 The receiver class is the public interface for the fun_ofdm receiver. This is the easiest way to start receiving 802.11a OFDM frames out of the box. More...
 

Namespaces

 fun
 

Constant Groups

 fun
 

Macros

#define NUM_RX_SAMPLES   4096
 

Detailed Description

C++ file for the receiver class.

Header file for the receiver class.

The receiver class is the public interface for the fun_ofdm receiver. This is the easiest way to start receiving 802.11a OFDM frames out of the box.

Definition in file receiver.h.

Macro Definition Documentation

#define NUM_RX_SAMPLES   4096

Definition at line 16 of file receiver.h.

Referenced by fun::receiver::receiver_chain_loop().