mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-22 21:41:48 +00:00
Stop computing channel spectrum during FSK demod.
Data is unused, as screen is displaying decoded packets.
This commit is contained in:
@@ -73,12 +73,13 @@ void FSKProcessor::execute(buffer_c8_t buffer) {
|
|||||||
|
|
||||||
/* 76.8kHz, 64 samples */
|
/* 76.8kHz, 64 samples */
|
||||||
feed_channel_stats(channel);
|
feed_channel_stats(channel);
|
||||||
|
/* No spectrum display while FSK decoding.
|
||||||
feed_channel_spectrum(
|
feed_channel_spectrum(
|
||||||
channel,
|
channel,
|
||||||
decimator_out.sampling_rate * channel_filter_taps.pass_frequency_normalized,
|
decimator_out.sampling_rate * channel_filter_taps.pass_frequency_normalized,
|
||||||
decimator_out.sampling_rate * channel_filter_taps.stop_frequency_normalized
|
decimator_out.sampling_rate * channel_filter_taps.stop_frequency_normalized
|
||||||
);
|
);
|
||||||
|
*/
|
||||||
// 76.8k
|
// 76.8k
|
||||||
|
|
||||||
// TODO: Factor out this hidden decimation magic.
|
// TODO: Factor out this hidden decimation magic.
|
||||||
|
Reference in New Issue
Block a user