Send USRP-users mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of USRP-users digest..."
Today's Topics:
1. Re: Setting RX/TX rates to 100Msps for N210 (Martin Braun)
----------------------------------------------------------------------
Message: 1
Date: Mon, 16 Jun 2014 09:58:44 +0200
From: Martin Braun <[email protected]>
To: [email protected]
Subject: Re: [USRP-users] Setting RX/TX rates to 100Msps for N210
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
On 13.06.2014 14:20, Adrian Martinez Gomez via USRP-users wrote:
> The problem is UHD-related, as the multi_usrp.cpp [1] has a warning for
> the function set_rx_gain() which sets the rate to 50Msps if the rate is
> bigger than this.
> I'm by not so good at C++, so any help would be nice
Hey Adrian,
anything that touches rate will go through cores/rx_dsp_core_200.cpp.
This has a function, get_host_rates(), which will not include the rate
you want. Modifying this function should get rid of this error message.
I don't know exactly what you changed on the FPGA, but note that setting
a decimation of 1 (or 'no decimation') will also disable all filters.
Cheers,
Martin
>
> Which methods/functions/files should I modify to be able to
> record/replay at 100Msps, overcoming this warning?
> Any help or advice will be appreciated!
>
> Kind regards,
> Adrian.
>
> P.S. I became from mbr0wn the advice to follow the property tree (using
> uhd_usrp_probe --tree) and find the rate property. I don't know how this
> helps, or what consequences it has, but running uhd_usrp_probe --tree |
> grep rate shows [2].
>
>
>
> [1]
> https://github.com/EttusResearch/uhd/blob/9ed3becc1b02628a24eb07e6d8cd70b42638c5f3/host/lib/usrp/multi_usrp.cpp
> [2] http://pastebin.com/CzGj9Yg0
>
>
> _______________________________________________
> USRP-users mailing list
> [email protected]
> http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
>
------------------------------
Subject: Digest Footer
_______________________________________________
USRP-users mailing list
[email protected]
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
------------------------------
End of USRP-users Digest, Vol 46, Issue 16
******************************************