mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-01-11 23:39:29 -05:00
ChannelDecimator now unused, remove from Makefile, remove commented code.
This commit is contained in:
parent
168bd02dea
commit
cd17f414b7
@ -131,7 +131,6 @@ CPPSRC = main.cpp \
|
|||||||
portapack_shared_memory.cpp \
|
portapack_shared_memory.cpp \
|
||||||
baseband_thread.cpp \
|
baseband_thread.cpp \
|
||||||
baseband_processor.cpp \
|
baseband_processor.cpp \
|
||||||
channel_decimator.cpp \
|
|
||||||
dsp_decimate.cpp \
|
dsp_decimate.cpp \
|
||||||
dsp_demodulate.cpp \
|
dsp_demodulate.cpp \
|
||||||
matched_filter.cpp \
|
matched_filter.cpp \
|
||||||
|
@ -61,8 +61,6 @@ private:
|
|||||||
const size_t samples_per_symbol = channel_sampling_rate / symbol_rate;
|
const size_t samples_per_symbol = channel_sampling_rate / symbol_rate;
|
||||||
const float clock_recovery_rate = symbol_rate * 2;
|
const float clock_recovery_rate = symbol_rate * 2;
|
||||||
|
|
||||||
// ChannelDecimator decimator { ChannelDecimator::DecimationFactor::By2, false };
|
|
||||||
|
|
||||||
clock_recovery::ClockRecovery<clock_recovery::FixedErrorFilter> clock_recovery {
|
clock_recovery::ClockRecovery<clock_recovery::FixedErrorFilter> clock_recovery {
|
||||||
clock_recovery_rate, symbol_rate, { 1.0f / 18.0f },
|
clock_recovery_rate, symbol_rate, { 1.0f / 18.0f },
|
||||||
[this](const float symbol) { this->consume_symbol(symbol); }
|
[this](const float symbol) { this->consume_symbol(symbol); }
|
||||||
|
Loading…
Reference in New Issue
Block a user