mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-07-12 15:18:32 +00:00
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:
parent
2d0052fb14
commit
1c01f54717
@ -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");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user