mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Stop computing channel spectrum during FSK demod.
Data is unused, as screen is displaying decoded packets.
This commit is contained in:
parent
ddd34793a6
commit
7a59823211
@ -73,12 +73,13 @@ void FSKProcessor::execute(buffer_c8_t buffer) {
|
||||
|
||||
/* 76.8kHz, 64 samples */
|
||||
feed_channel_stats(channel);
|
||||
/* No spectrum display while FSK decoding.
|
||||
feed_channel_spectrum(
|
||||
channel,
|
||||
decimator_out.sampling_rate * channel_filter_taps.pass_frequency_normalized,
|
||||
decimator_out.sampling_rate * channel_filter_taps.stop_frequency_normalized
|
||||
);
|
||||
|
||||
*/
|
||||
// 76.8k
|
||||
|
||||
// TODO: Factor out this hidden decimation magic.
|
||||
|
Loading…
Reference in New Issue
Block a user