discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Problem with RX OFDM through the network


From: Maicon Kist
Subject: Re: [Discuss-gnuradio] Problem with RX OFDM through the network
Date: Fri, 19 Feb 2016 14:14:34 -0200

Hello,

I’m having similar problems executing the original rx_ofdm.grc file (in gnuradio/examples/digital/ofdm), which is: the quantity of numbers generated by the Random Source is way higher than the quantity received in the Tag Debug at the end of the flowgraph.

Is it possible to limit the quantity of items in the blocks output/input queue? This way I could  force the flograph to have at max 1 item in the output/input queue of each block.

Best Regards,

On February 18, 2016 at 10:58:26, Maicon Kist (address@hidden) wrote:

Well, Im trying to figure out why the quantity of numbers received is way smaller than the quantity generated.

So, I did something more simples:
- I modified the  rx_ofdm.grc file (in gnuradio/examples/digital/ofdm). I simple added a “Tag Debug” right before the second block in the chain (Stream to Tagged Stream). 
- Even in this example the quantity of numbers generated is 10x the quantity of numbers recoved in the end of the flowgraph.

It seems to me that the scheduler prioritizes the ‘Random Source’, calling it several times more than the other blocks in the flowgraph. Is there a way to fix this?

Best Regards.

On February 18, 2016 at 09:09:32, Maicon Kist (address@hidden) wrote:

Hello

I manage to solve the problem  of
gr::log :INFO: packet_headerparser_b0 - Detected an invalid packet at item 2112
gr::log :INFO: header_payload_demux0 - Parser returned #f
by replacing all ZMQ REP/REQ by ZMQ PUSH/PULL blocks. 

Now, my only problem is that the Random Source Generator is generating (dã) way more numbers that are being received in the final part of the flowgraph (Tag Debug).

 Any hints about this too ?

On February 17, 2016 at 10:01:39, Maicon Kist (address@hidden) wrote:

Hello list,
one more thing that I observed:

The Random Source Generator is generating (dã) way more numbers that are being received in the final part of the flowgraph (Tag Debug). Any hints about this too ?
-- 
Maicon Kist
-- 
Maicon Kist
-- 
Maicon Kist

reply via email to

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