Skip to content

Commit

Permalink
Fix 1200bps burst support
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy committed Jan 23, 2025
1 parent fe86dd2 commit bcc42b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion decode/decode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ Decoder::Decoder(const QString &station_id, const QString &publisher,
BurstMskDemodulator::Settings burstMskSettings;
burstMskSettings.zmqAudio = true;
burstMskSettings.Fs = 48000;

burstMskSettings.fb = 1200;
burstMskSettings.lockingbw = 10500;

burstMskDemod = new BurstMskDemodulator(this);
burstMskDemod->setAFC(true);
burstMskDemod->setCPUReduce(false);
Expand Down

0 comments on commit bcc42b2

Please sign in to comment.