discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Queue Source not being processed by DPSK Demod Block


From: Travis Collins
Subject: [Discuss-gnuradio] Queue Source not being processed by DPSK Demod Block
Date: Wed, 29 Aug 2012 13:19:45 -0400

Im having an issue with the my dpsk demodulator block not processing
any data provided by a message source block.
This is how I'm passing it to the queue:

msg = gr.message_from_string(processed.tostring(), gr.sizeof_gr_complex)
tb.source_queue.insert_tail(msg)

The "processed" data is a numpy array.  Is there is an issue with this
data type?

-Travis



reply via email to

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