Explicit_naming_wefax_NOAA_and_small_addition (#2651)

This commit is contained in:
Brumi-2021
2025-05-11 21:10:48 +02:00
committed by GitHub
parent db65ae192a
commit 61bd696b69
3 changed files with 6 additions and 4 deletions

View File

@@ -81,6 +81,8 @@ WeFaxRxView::WeFaxRxView(NavigationView& nav)
};
audio::output::start();
receiver_model.set_hidden_offset(WEFAX_FREQ_OFFSET);
receiver_model.set_sampling_rate(3072000); // set the needed baseband SR.
receiver_model.set_baseband_bandwidth(1750000); // set the front-end RF BW filter.
receiver_model.enable();
txt_status.set("Waiting for signal.");