discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: Implementation of OFDM TX and RX using GNURadio and USRP


From: Daniel Estévez
Subject: Re: Implementation of OFDM TX and RX using GNURadio and USRP
Date: Sun, 27 Nov 2022 11:26:32 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.2

On 27/11/2022 04:01, Marcus D. Leech wrote:
>>>
Could anyone please give me advice how to extract certain carriers from the FFT bins of the demodulator?
>
I just thought of this little "idiom" for picking a single item from a vector, that doesn't require that you write your own block.
   It takes advantage of "busports" (as a notational convenience).

Hi,

Another option for extracting one or a range of items from a vector is to use Vector to Stream followed by Keep 1 in N or Keep M in N. See near the bottom of this flowgraph for an example:

https://github.com/daniestevez/reu-2022/blob/main/polyphase/polyphase_filter.grc

Best,
Daniel.

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

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