discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] hi to all,


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] hi to all,
Date: Mon, 10 Dec 2012 11:08:24 -0500

On Fri, Dec 7, 2012 at 4:52 AM, sivakumar reddy <address@hidden> wrote:
Can any body explain how to use CYCLIC PREFIX  OFDM block in gnu radio, how can we make SERIAL TO PARALLEL conversion in GNU radio.
Advance thanks
any replies are appreciated

The cyclic prefix block takes in a vector of samples that represents a single OFDM symbol and then copies the last (output_size-input_size) samples from the back of the symbol to the front.

To convert S2P, use the gr_stream_to_vector block.

Tom


reply via email to

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