Widen ERT baseband filter to 2.5MHz.

It appears this will not negatively impact the noise floor vs. benefit of receiving additional channels (0.2MHz spacing).
This commit is contained in:
Jared Boone 2015-12-07 09:59:41 -08:00
parent 2d0052fb14
commit 1c01f54717

View File

@ -79,7 +79,7 @@ ERTModel::ERTModel() {
.sampling_rate = 4194304, .sampling_rate = 4194304,
.decimation_factor = 1, .decimation_factor = 1,
}); });
receiver_model.set_baseband_bandwidth(1750000); receiver_model.set_baseband_bandwidth(2500000);
log_file.open_for_append("ert.txt"); log_file.open_for_append("ert.txt");
} }