discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] USRP2 fullduplex operation


From: Firas A.
Subject: Re: [Discuss-gnuradio] USRP2 fullduplex operation
Date: Sun, 18 Jan 2009 04:15:06 -0800 (PST)

Hi,

>> Firas wrote :
>> Can you please post your patch ?
>>
>> Best Regards,
>>
>> Firas 

> hamfred wrote:
> Here is my ugly patch for fullduplex
>
> File gnuradio/usrp2/firmware/lib/db_rfx.c
>
> In struct db_rfx_xxxx_tx db_rfx_xxxx_tx = {
>
> Replace 
>
> .base.atr_txval = 0,
> .base.atr_rxval = MIX_EN,
>
> By
>
> .base.atr_txval = MIX_EN | ANT_SW,    // Patch FULLDUPLEX
> .base.atr_rxval = MIX_EN | ANT_SW,    // Patch FULLDUPLEX
>
> Best regards.

Thank you for your patch. 

Do you mean modifying struct db_rfx_xxxx_tx db_rfx_xxxx_tx or struct
db_rfx_xxxx_rx db_rfx_xxxx_rx ?

Best Regards,

Firas
-- 
View this message in context: 
http://www.nabble.com/USRP2-fullduplex-operation-tp21313367p21527185.html
Sent from the GnuRadio mailing list archive at Nabble.com.





reply via email to

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