Hello Sneha:

To add to others' response, I would like to suggest checking out existing 
examples on the Internet. Just search "GNU Radio OFDM receiver" or something in 
those lines with your favorite search engine, and you will see some examples 
and tutorials regarding this. There's usually a bit of differences between 
real-world receiver designs and the block diagrams that you see on 
telecommunication textbooks, so this really helps a lot.

gr-ieee802-11 is also a good example, although it is 802.11-specific.


Regards,

Kyeong Su Shin

________________________________
보낸 사람: rear1019 <rear1...@posteo.de> 대신 Discuss-gnuradio 
<discuss-gnuradio-bounces+ksshin=postech.ac...@gnu.org>
보낸 날짜: 2019년 6월 13일 목요일 오전 2:30:55
받는 사람: discuss-gnuradio@gnu.org
제목: Re: [Discuss-gnuradio] Serial to parallel conversion

On Wed, 12 Jun 2019 at 15:00:29 +0200, Sneha vasan wrote:
>  I am currently trying to transmit and receive random signal using
> ofdm modulation.
> So I generated the transmit signal using the MATLAB. Transmit this
> signal to USRP and receive it.  So in order to demodulate the signal
> using ofdm scheme, Firstly I am trying to convert this signal from
> serial to parallel conversion. So in order to do that I am thinking to
> use vector to streams block. Any suggestion on this?

If you want to connect a stream output (e.g. USRP source) with a vector
input (e.g. FFT block) you must use a stream to vector block, not the
other way round.

> and also as the signal from the usrp is in complex float , how do I
> convert it into the complex in order to connect the vector to streams
> tag.

As above: if you want to connect a stream output with a vector input you
must you a stream to vector block in between.

Consider to explain more cleary what you actually want to achieve. Do
you want to implement an OFDM receiver? Or do you struggle to connect
specific blocks?

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to