Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | multi_usrp_rfnoc: Manually pass sample rate to ddc/duc | steviez | 2020-04-13 | 1 | -0/+5 |
| | | | | | | | | | | | | | | This adds (and calls) methods to manually pass radio block sample rate to the input/output properties of the ddc/duc during creation of the multi_usrp_rfnoc object. The ddc/duc require this information in order to return valid, possible output/input sample rates in get_rx_rates()/get_tx_rates(). Before, the ddc/duc wouldn't have this rate until the rfnoc_graph had been connected and committed, which happens in get_rx_stream()/get_tx_stream(). Thus, this fixes an issue where a user was unable to query possible sample rates prior to specifying a sample rate and creating a stream. | ||||
* | fixup! rfnoc: Use multichannel register interface for RFNoC blocks | mattprost | 2020-04-07 | 1 | -3/+3 |
| | |||||
* | rfnoc: Use multichannel register interface for RFNoC blocks | mattprost | 2020-04-02 | 1 | -12/+13 |
| | | | | | | | | Allows RFNoC blocks to perform register peeks and pokes on blocks with multiple channels without having to worry about handling register address translation every time. Signed-off-by: mattprost <matt.prost@ni.com> | ||||
* | rfnoc: DDC/DUC: Fix fp-issues with samp_rate properties | Brent Stapleton | 2019-11-27 | 1 | -4/+42 |
| | | | | | | Only update DDC/DUC samp_rate properties if the number is substantially different (don't update for sub-1Hz property calculations). This fixes resolver exceptions for certain rates. | ||||
* | rfnoc: Add DUC block controller | Martin Braun | 2019-11-26 | 1 | -0/+524 |