Update/consolidate AIS RRC matched filter taps.

This commit is contained in:
Jared Boone
2015-11-03 11:08:53 -08:00
parent be94c9fa9b
commit 015e5516d5
2 changed files with 106 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ private:
const fir_taps_real<64>& channel_filter_taps = taps_64_lp_031_070_tfilter;
dsp::decimate::FIRAndDecimateBy2Complex<64> channel_filter { channel_filter_taps.taps };
dsp::matched_filter::MatchedFilter mf { baseband::ais::rrc_taps_32_p, 1 };
dsp::matched_filter::MatchedFilter mf { baseband::ais::rrc_taps_128_decim_4_p, 1 };
clock_recovery::ClockRecovery<clock_recovery::FixedErrorFilter> clock_recovery {
static_cast<float>(sampling_rate / 4),