mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-01 18:16:53 -04:00
AIS RX tweak of clock recovery constant for better performance.
This commit is contained in:
parent
58b97dea68
commit
dab801e167
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue