mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-01-06 00:18:21 +00:00
AIS RX performance improved with 32-tap RRC.
This commit is contained in:
parent
f82fd1f8d7
commit
58b97dea68
@ -57,7 +57,7 @@ private:
|
|||||||
const fir_taps_real<64>& channel_filter_taps = taps_64_lp_031_070_tfilter;
|
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::decimate::FIRAndDecimateBy2Complex<64> channel_filter { channel_filter_taps.taps };
|
||||||
|
|
||||||
dsp::matched_filter::MatchedFilter mf { baseband::ais::rrc_taps_8_p, 1 };
|
dsp::matched_filter::MatchedFilter mf { baseband::ais::rrc_taps_32_p, 1 };
|
||||||
|
|
||||||
clock_recovery::ClockRecovery<clock_recovery::FixedErrorFilter> clock_recovery {
|
clock_recovery::ClockRecovery<clock_recovery::FixedErrorFilter> clock_recovery {
|
||||||
static_cast<float>(sampling_rate / 4),
|
static_cast<float>(sampling_rate / 4),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user