discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] Slowing down USB rate in USRP (related to strobes)


From: Mark Porter
Subject: [Discuss-gnuradio] Slowing down USB rate in USRP (related to strobes)
Date: Mon, 25 May 2009 08:22:25 -0400

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 times less 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.


--
Mark

reply via email to

[Prev in Thread] Current Thread [Next in Thread]