Update sample rate and buffer size comments in execute() methods.

This commit is contained in:
Jared Boone 2016-01-04 15:41:49 -08:00
parent c1e5577669
commit 73671ca5f6
2 changed files with 2 additions and 2 deletions

View File

@ -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(

View File

@ -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(