mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-12-13 11:44:31 +00:00
AIS RX tweak of clock recovery constant for better performance.
This commit is contained in:
parent
58b97dea68
commit
dab801e167
@ -62,7 +62,7 @@ private:
|
||||
clock_recovery::ClockRecovery<clock_recovery::FixedErrorFilter> clock_recovery {
|
||||
static_cast<float>(sampling_rate / 4),
|
||||
9600,
|
||||
{ 0.0012f },
|
||||
{ 0.0555f },
|
||||
[this](const float symbol) { this->consume_symbol(symbol); }
|
||||
};
|
||||
symbol_coding::NRZIDecoder nrzi_decode;
|
||||
|
Loading…
Reference in New Issue
Block a user