#include <digital_ofdm_equalizer_static.h>
|
| | digital_ofdm_equalizer_static (int fft_len, const std::vector< std::vector< int > > &occupied_carriers, const std::vector< std::vector< int > > &pilot_carriers, const std::vector< std::vector< gr_complex > > &pilot_symbols, int symbols_skipped, bool input_is_shifted) |
| |
| | ~digital_ofdm_equalizer_static () |
| |
| void | equalize (gr_complex *frame, int n_sym, const std::vector< gr_complex > &initial_taps=std::vector< gr_complex >(), const std::vector< gr_tag_t > &tags=std::vector< gr_tag_t >()) |
| | Divide the input signal with the current channel state. More...
|
| |
| | digital_ofdm_equalizer_1d_pilots (int fft_len, const std::vector< std::vector< int > > &occupied_carriers, const std::vector< std::vector< int > > &pilot_carriers, const std::vector< std::vector< gr_complex > > &pilot_symbols, int symbols_skipped, bool input_is_shifted) |
| |
| | ~digital_ofdm_equalizer_1d_pilots () |
| |
| void | reset () |
| |
| void | get_channel_state (std::vector< gr_complex > &taps) |
| |
| | digital_ofdm_equalizer_base (int fft_len) |
| |
| | ~digital_ofdm_equalizer_base () |
| |
| int | fft_len () |
| |
| digital_ofdm_equalizer_base_sptr | base () |
| |
| digital_ofdm_equalizer_static::digital_ofdm_equalizer_static |
( |
int |
fft_len, |
|
|
const std::vector< std::vector< int > > & |
occupied_carriers, |
|
|
const std::vector< std::vector< int > > & |
pilot_carriers, |
|
|
const std::vector< std::vector< gr_complex > > & |
pilot_symbols, |
|
|
int |
symbols_skipped, |
|
|
bool |
input_is_shifted |
|
) |
| |
| digital_ofdm_equalizer_static::~digital_ofdm_equalizer_static |
( |
| ) |
|
Divide the input signal with the current channel state.
Does the following (and nothing else):
- Divide every OFDM symbol with the current channel state
- If a pilot symbol is found, re-set the channel state by dividing the received symbol with the known pilot symbol
Implements digital_ofdm_equalizer_base.
The documentation for this class was generated from the following file: