On Fri, Dec 7, 2012 at 4:52 AM, sivakumar reddy <bsivakumar...@gmail.com>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
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to