discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] the problem with the uhd_fft.py modified


From: guojun chang
Subject: [Discuss-gnuradio] the problem with the uhd_fft.py modified
Date: Wed, 14 Sep 2011 10:56:23 +0800

Hi,everyone
     I 'd like to watch the OFDM constellation,so I modified the
uhd_fft.py, I added some code as follows:

        demod = blks2.ofdm_demod(options)
        stream = gr.vector_to_stream(8,200)
        self.connect(self.u, (demod.ofdm_recv,0),stream,self.scope)
        self.connect((demod.ofdm_recv,1),gr.null_sink(1))

when modified the code, the graph stopped after running one or two
seconds, it looks like not receive any data.
 Could you tell me where is wrong? I appreciate any help, thanks in advance.


BR
guojun



reply via email to

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