discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Serial to parallel conversion


From: Kyeong Su Shin
Subject: Re: [Discuss-gnuradio] Serial to parallel conversion
Date: Thu, 13 Jun 2019 06:03:14 +0000

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 <address@hidden> 대신 Discuss-gnuradio <discuss-gnuradio-bounces+ksshin=address@hidden>
보낸 날짜: 2019년 6월 13일 목요일 오전 2:30:55
받는 사람: address@hidden
제목: 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
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

reply via email to

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