Hi,
I have added a block to the receive path of USRP – between the DDCs and
rx_buffer. It was my understanding that rx_buffer would only fetch a new
sample to send through usb after “rx_strobe” was up for one clock cycle.
Therefore my block processes 32 samples of I and Q and THEN asserts
rx_strobe (sample strobe) for one clock cycle, making rx_buffer sample
the
data on ch0 and ch1 in this case but 32 TIMES less often than normal.
Are
there any other signals to take care of? My design does not seem to
work,
since my custom block (which by design should assert rx_strobe 32
timesless often) gives the same file size as the “stock” design,
suggesting they
provide the same data rate over USB since I’m doing a straight file
sink.