discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] FFT of one OFDM symbol


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] FFT of one OFDM symbol
Date: Wed, 20 Sep 2017 14:11:14 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

Dear Alice,

the reason you're seeing all the active carriers at once is that, since
the human eye is bandwidth-limited, the Qt frequency sink averages
multiple FFTs.

If you want to have a real-time visualization, go for gr-fosphor, or use
the Qt vector or time raster sinks; if you need offline analysis, I
recommend writing the data to a file using the file sink, loading the
data into python with numpy's fromfile(...., dtype=numpy.complex64), and
writing your own visualization or using the specgram() tool with 0 overlap.

Best regards,

Marcus

On 09/20/2017 01:41 PM, Alice Lo Valvo wrote:
> Hi,
> I'm working with the tx_ofdm.grc in the gr-digital example. I saw that
> I can choose a set of
> subcarriers for each OFDM symbol. Is there a way (FFT plot, for
> example) to display these active subcarriers?
> I tried, but FFT plot shows every active subcarriers for ALL OFDM
> symbols simultaneously and not one by one in sequence.
> Thanks in advance,
>
> Alice
>
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio




reply via email to

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