mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-13 01:59:29 +00:00
Template ClockRecovery for ErrorFilter type.
This commit is contained in:
@@ -78,9 +78,10 @@ private:
|
||||
1
|
||||
};
|
||||
|
||||
clock_recovery::ClockRecovery clock_recovery {
|
||||
clock_recovery::ClockRecovery<clock_recovery::FixedErrorFilter> clock_recovery {
|
||||
static_cast<float>(sampling_rate / 4),
|
||||
9600,
|
||||
{ 0.0012f },
|
||||
[this](const float symbol) { this->consume_symbol(symbol); }
|
||||
};
|
||||
symbol_coding::NRZIDecoder nrzi_decode;
|
||||
|
||||
Reference in New Issue
Block a user