discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] gr_buffer::allocate_buffer: warning and USRP tx under


From: sarankumar
Subject: [Discuss-gnuradio] gr_buffer::allocate_buffer: warning and USRP tx underflow
Date: Thu, 6 Mar 2014 17:01:55 +0800

Hi,
My gnuradio flow graph has  a custom block taking input from multiple USRP's and the output of the block is connected to a USRP transmitter. My applications demands a sample rate of at least 5Msps and up to 10Msps. Inside the block around 500 (depends on the sample rate) complex samples from each of the USRP is stored in a buffer and processed.Without the transmitter connected, the flow graph runs smoothly and there is no overflow message in the grc. But with the transmitter USRP, I see a lot of underruns in the grc and the spectrum in signal analyzer shows discontinuity.Is there a way to overcome the underrun issue within the GRC platform?

2) Also, GRC produces the following warning,
gr_buffer::allocate_buffer: warning: tried to allocate
   16 items of size 4000. Due to alignment requirements
   128 were allocated.  If this isn't OK, consider padding
   your structure to a power-of-two bytes.
   On this platform, our allocation granularity is 4096 bytes.

Is this warning something of a concern?

Regards,
Saran
National University of Singapore
 

reply via email to

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