rx_channel_real2iq¶ rfsoc_rfdc.receiver.rx_channel_real2iq ¶ Classes¶ RxChannelReal2Iq(dma_ip, fifo_count_ip, target_device, buff_size=1024, debug_mode=False) ¶ Bases: RxChannel A real to iq Rx channel. Source code in rfsoc_rfdc/receiver/rx_channel_real2iq.py 9 10 11def __init__(self, dma_ip, fifo_count_ip, target_device, buff_size=1024, debug_mode=False): super().__init__(dma_ip, fifo_count_ip, target_device, buff_size, debug_mode) Attributes¶ data property ¶ Functions¶