mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-01 04:56:29 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue