Revision a663f5b4 gnuradio-core/src/lib/general/gr_ofdm_correlator.i
| b/gnuradio-core/src/lib/general/gr_ofdm_correlator.i | ||
|---|---|---|
| 29 | 29 |
unsigned int fft_length, |
| 30 | 30 |
unsigned int cplen, |
| 31 | 31 |
const std::vector<gr_complex> &known_symbol1, |
| 32 |
const std::vector<gr_complex> &known_symbol2); |
|
| 32 |
const std::vector<gr_complex> &known_symbol2, |
|
| 33 |
unsigned int max_fft_shift_len=4); |
|
| 33 | 34 |
|
| 34 | 35 |
class gr_ofdm_correlator : public gr_sync_decimator |
| 35 | 36 |
{
|
| ... | ... | |
| 38 | 39 |
unsigned int fft_length, |
| 39 | 40 |
unsigned int cplen, |
| 40 | 41 |
const std::vector<gr_complex> &known_symbol1, |
| 41 |
const std::vector<gr_complex> &known_symbol2); |
|
| 42 |
const std::vector<gr_complex> &known_symbol2, |
|
| 43 |
unsigned int max_fft_shift_len); |
|
| 42 | 44 |
|
| 43 | 45 |
public: |
| 44 | 46 |
float snr() { return d_snr_est; }
|
Also available in: Unified diff