Changing BLTE FIR filter to improve RX sensitivity (#1574)

This commit is contained in:
Brumi-2021
2023-11-12 02:43:10 +01:00
committed by GitHub
parent a3249cae26
commit b60b873428
2 changed files with 79 additions and 1 deletions

View File

@@ -518,7 +518,7 @@ void BTLERxProcessor::on_message(const Message* const message) {
void BTLERxProcessor::configure(const BTLERxConfigureMessage& message) {
channel_number = message.channel_number;
decim_0.configure(taps_200k_decim_0.taps);
decim_0.configure(taps_BTLE_1M_PHY_decim_0.taps);
demod.configure(48000, 5000);
configured = true;