fun_ofdm
1.0
802.11a Physical Layer for USRP
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Macros
Pages
phase_tracker.h
Go to the documentation of this file.
1
10
#ifndef PHASE_TRACKER_H
11
#define PHASE_TRACKER_H
12
13
#include <vector>
14
#include <complex>
15
16
#include "
tagged_vector.h
"
17
#include "
block.h
"
18
19
namespace
fun
20
{
32
class
phase_tracker
:
public
fun::block
<tagged_vector<64>, tagged_vector<48> >
33
{
34
public
:
35
36
phase_tracker
();
37
38
virtual
void
work
();
39
40
private
:
41
47
int
m_symbol_count
;
48
49
};
50
}
51
52
#endif // PHASE_TRACKER_H
src
phase_tracker.h
Generated on Mon Oct 20 2014 10:26:27 for fun_ofdm by
1.8.4