mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-12-25 15:29:37 -05: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,
|
||||
.decimation_factor = 1,
|
||||
});
|
||||
receiver_model.set_baseband_bandwidth(1750000);
|
||||
receiver_model.set_baseband_bandwidth(2500000);
|
||||
|
||||
log_file.open_for_append("ert.txt");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user