mallets

Results 3 comments of mallets

One correction and two hacky fixes that seem to get it working (all in bladerf2.c): - Lines[ bladerf2.c#L1517](https://github.com/Nuand/bladeRF/blob/master/host/libraries/libbladeRF/src/board/bladerf2/bladerf2.c#L1517) and L1537 need to be corrected. ``` AD936X_REG_RX1_INPUT_BC_PHASE_CORR -> AD936X_REG_RX1_INPUT_BC_GAIN_CORR AD936X_REG_RX2_INPUT_BC_PHASE_CORR ->...

You can enable the BLADERF_RFIC_RXFIR_DEC2 option (bladerf_set_rfic_rx_fir), this mostly flattens the noise floor. But I think you might have to limit the taps in ad936x_params.c to 64 for the dec2...

You can't directly set the HB1/2/3 filters, that decision is taken by the AD9361 no-OS drivers. You can indirectly affect them through decimation settings. I think you need more gain...