discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] QPSK Receiver and Processing Power


From: Ed Criscuolo
Subject: Re: [Discuss-gnuradio] QPSK Receiver and Processing Power
Date: Wed, 18 Feb 2015 23:15:05 -0500
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:17.0) Gecko/20130328 Thunderbird/17.0.5

On 2/18/15, 6:45 PM, Richard Bell wrote:
Hello all,

I am testing a QPSK Tx/Rx I made in grc across two USRP N210's. I can
demodulate and decode the data fine at the receiver to produce the bits
I transmitted. The problem is, when watching the frequency sink at the
output of the USRP source (picture attached), there is typically 4
seconds of latency between making a change at the transmitter and seeing
the change at the frequency sink block. I'm worried this is a bad sign
of things to come.

Richard,

  The lag is not due to processing power, but instead due to buffering
latency.  Every flow between blocks has a default buffer size of 64k
bytes.  This means that the LOWER sample rates will take longer to
traverse the buffer.

The latest versions of GRC include a block parameter to restrict the
buffer size.  This should be set to a much lower value than the default
for the portions of the flowgraph that are dealing with packed or
unpacked data bits, as these are at a MUCH lower rate than the I/Q
samples going into the demodulator.

@(^.^)@  Ed



reply via email to

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