[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Discuss-gnuradio] Howto tune RF frequency in blocks?
From: |
Eric Blossom |
Subject: |
Re: [Discuss-gnuradio] Howto tune RF frequency in blocks? |
Date: |
Mon, 10 Jul 2006 07:36:00 -0700 |
User-agent: |
Mutt/1.5.9i |
On Mon, Jul 10, 2006 at 06:16:59PM +0800, 2 1 wrote:
> Hi,
>
> I wonder if it is possible to tune the RF frequency in blocks written in
> c++.
>
> In python, statements as the follow are used to tune the frequency of RF
> board.
> r = u.tune(0, subdev, freq)
>
> I want to adjust the receiver's RF according that of the
> transmitter automatically with some frequency offset estimation methods
> before doing communication. I guess it's better to do the adjustment in DSP
> blocks.
>
> Thanks!
Yes, handle the freq offset adjustment in s/w. Depending on the receiver,
you're
going to have a finite step size anyway.
Eric