thanks Dev for your help, i tried removing the oscope and the fft and its
working fine .
I think now i need to connect the output of conv = gr.float_to_complex()
to the scope , does anyone have a clue how can i do that with the
self.connect
Dev Ramudit wrote:
>
> Anyone feel fre
thanks Dev for your help, i tried removing the oscope and the fft and its
working fine .
I think now i need to connect the output of conv = gr.float_to_complex() ,
does anyone have a clue how can i do that with the self.connect
Dev Ramudit wrote:
>
> Anyone feel free to correct me,
Anyone feel free to correct me, but it seems like your problem isn't
with the UDP port, but rather the internal "ports" that Gnuradio uses to
connect blocks in a flowgraph. Looking at your traceback, your problem
starts on line 32, where you're trying to connect a usrp.sink_c to a
scopesink. I
Ive been trying to run a code that reads a UDP connection and transmits the
data using the USRP.
I got some error
Traceback (most recent call last):
File "./prefinal4.py", line 46, in ?
app = stdgui.stdapp (my_rx_graph, "My RX")
File "/usr/local/lib/python2.4/site-packages/gnuradio/wxgui/