[Discuss-gnuradio] Can I add frequency offset at sender in ofdm example

2013-07-20 Thread Yingjie Chen
Hi, guys
Thanks in advance.
I plan to do a experiment in usrp that intentionally adding some
frequency offset in data symbol before transmission. Is that feasible
to implement it in gnuradio? Which block should I modify at sender
side?

Sent from my iPhone

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


Re: [Discuss-gnuradio] Can I add frequency offset at sender in ofdm example

2013-07-20 Thread Tom Rondeau
On Sat, Jul 20, 2013 at 10:43 AM, Yingjie Chen ocg...@gmail.com wrote:
 Hi, guys
 Thanks in advance.
 I plan to do a experiment in usrp that intentionally adding some
 frequency offset in data symbol before transmission. Is that feasible
 to implement it in gnuradio? Which block should I modify at sender
 side?

Quite easily and in a few different ways. You can use the Channel
Model block and just set the frequency offset and nothing else. You
can use a frequency xlating filter, or you can do a complex multiply
of your signal against a complex sinusoid.

Just remember that you need to have a high enough sampling rate to
accommodate the bandwidth of your new signal.

Tom

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