discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] set_auto_tr() and set_enable()


From: Thomas Tsou
Subject: Re: [Discuss-gnuradio] set_auto_tr() and set_enable()
Date: Wed, 4 Aug 2010 20:00:26 -0700

2010/8/2 shanki <address@hidden>:
>    thanks Thomas,
>    in order to test these two calls, i write some test codes: i put a rxpath
> and a txpath in one topblock, my daughterboard is RFX2400, and i want to
> perform receiving while transmiting.
>    Firstly, i used set_auto_tr(True), but i did't receive anything.
>    Secondly, i used set_auto_tr(False), and set_enable(True), then i could
> receive one packet after every transmitted packet.
>    does that make any sense?
>    in my opinion, the results should be on the contrary, but ..
>    could you give me some explanations?
>    thanks,

How are your antennas setup and how are you calling set_auto_tr() and
set_enable()? Note that tx and rx paths each have their own set of ATR
registers that can be configured independently. For the first case,
assuming that both ATR masks are enabled for the RFX, the receive
mixer will be disabled while transmitting. For the second case, both
paths are enabled, which should explain the observed behaviour.

  Thomas



reply via email to

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