mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-02-03 10:00:12 -05:00
A bit more TPMS member variable renaming.
This commit is contained in:
parent
ad554b28b5
commit
9e3ac94187
@ -40,7 +40,7 @@ void TPMSProcessor::execute(const buffer_c8_t& buffer) {
|
||||
|
||||
for(size_t i=0; i<decimator_out.count; i++) {
|
||||
if( mf.execute_once(decimator_out.p[i]) ) {
|
||||
clock_recovery(mf.get_output());
|
||||
clock_recovery_fsk_19k2(mf.get_output());
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -73,7 +73,7 @@ private:
|
||||
|
||||
dsp::matched_filter::MatchedFilter mf { rect_taps_307k2_1t_p, 8 };
|
||||
|
||||
clock_recovery::ClockRecovery<clock_recovery::FixedErrorFilter> clock_recovery {
|
||||
clock_recovery::ClockRecovery<clock_recovery::FixedErrorFilter> clock_recovery_fsk_19k2 {
|
||||
38400, 19200, { 0.0555f },
|
||||
[this](const float symbol) { this->consume_symbol(symbol); }
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user