diff --git a/firmware/baseband/proc_ais.cpp b/firmware/baseband/proc_ais.cpp index 295bd8e1..23758658 100644 --- a/firmware/baseband/proc_ais.cpp +++ b/firmware/baseband/proc_ais.cpp @@ -37,7 +37,7 @@ void AISProcessor::execute(const buffer_c8_t& buffer) { const auto decim_1_out = decim_1.execute(decim_0_out, dst_buffer); const auto decimator_out = decim_1_out; - /* 76.8kHz, 64 samples */ + /* 38.4kHz, 32 samples */ feed_channel_stats(decimator_out); /* No spectrum display while AIS decoding. feed_channel_spectrum( diff --git a/firmware/baseband/proc_tpms.cpp b/firmware/baseband/proc_tpms.cpp index 5a3e9654..efaf1092 100644 --- a/firmware/baseband/proc_tpms.cpp +++ b/firmware/baseband/proc_tpms.cpp @@ -58,7 +58,7 @@ void TPMSProcessor::execute(const buffer_c8_t& buffer) { const auto decim_1_out = decim_1.execute(decim_0_out, dst_buffer); const auto decimator_out = decim_1_out; - /* 76.8kHz, 64 samples */ + /* 307.2kHz, 256 samples */ feed_channel_stats(decimator_out); /* No spectrum display while FSK decoding. feed_channel_spectrum(