Search results for all lists

10000 messages found
Sort by
List: usrp-users@lists.ettus.com
From: Marius
 
Timed Commands support image - compatibility number 10
Tue, May 8, 2012 10:36 AM
O:TclTasksC:1850 - process run : Check Syntax is done. python /home/marius/source/uhd/fpga/usrp2/top/python/check_timing.py /home/marius/source/uhd/fpga/usrp2/top/USRP2/build/u2_rev3.twr Derived Constraint Report Derived Constraints for TS_clk_to_mac +-------------------------------+-------------+-------------+-------------+-------------+-------------+-------------+-------------+ | | Period | Actual Period | Timing Errors | Paths Analyzed | | Constraint | Requirement |-------------+-------------|-------------+-------------|-------------+-------------| | | | Direct | Derivative | Direct | Derivative | Direct | Derivative | +-------------------------------+-------------+-------------+-------------+-------------+-------------+-------------+-------------+ |TS_clk_to_mac | 8.000ns| 5.987ns| 7.909ns| 0| 0| 0| 11618| | TS_clk125_ext_clk0 | 8.000ns| 1.316ns| N/A| 0| 0| 0| 0| | TS_clk125_ext_clk180 | 8.000ns| 1.316ns| N/A| 0| 0| 0| 0| | TS_clk125_int | 8.000ns| 7.909ns| N/A| 0| 0| 11618| 0| +-------------------------------+-------------+-------------+-------------+-------------+-------------+-------------+-------------+ Derived Constraints for TS_clk_fpga_p +-------------------------------+-------------+-------------+-------------+-------------+-------------+-------------+-------------+ | | Period | Actual Period | Timing Errors | Paths Analyzed | | Constraint | Requirement |-------------+-------------|-------------+-------------|-------------+-------------| | | | Direct | Derivative | Direct | Derivative | Direct | Derivative | +-------------------------------+-------------+-------------+-------------+-------------+-------------+-------------+-------------+ |TS_clk_fpga_p | 10.000ns| 5.987ns| 10.168ns| 0| 5| 6| 1212679| | TS_dcm_out | 10.000ns| 10.168ns| N/A| 5| 0| 1123887| 0| | TS_clk_div | 20.000ns| 19.654ns| N/A| 0| 0| 88792| 0| +-------------------------------+-------------+-------------+-------------+-------------+-------------+-------------+-------------+ 1 constraint not met. Mainly I need the compatibility number 10, but the newest released build has 9. Could someone build me an FPGA image, that works, or help me fix this issue? Some nightly build here or something would do fine. I know it might be unstable. Best, Marius
List: usrp-users@lists.ettus.com
From: Marcus D. Leech
 
Re: [USRP-users] usrp n200 support openbts multi arfcn ?
Fri, May 3, 2013 7:15 PM
s@lists.ettus.com > http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com > > Your question might better be directed to the OpenBTS mailing lists, rather than here. -- Marcus Leech Principal Investigator Shirleys Bay Radio Astronomy Consortium http://www.sbrac.org
List: usrp-users@lists.ettus.com
From: Marcin Stolarski
 
Re: [USRP-users] B200 isn't officially supported under Windows
Thu, Jan 30, 2014 11:28 AM
List: usrp-users@lists.ettus.com
From: David Salomon
 
Announcing UHD-3.7.0, with USRP X300 & X310 Support!
Sat, Feb 15, 2014 1:50 PM
List: usrp-users@lists.ettus.com
From: WuHaoyang
 
Can USRP X300 support 2*2 MIMO
Wed, Nov 26, 2014 1:29 PM
List: tacomaart@list.cityoftacoma.org
From: Vanessa Cadungug
 
Tacoma Arts Live Gala - Raffle supporting Arts Education
Mon, Feb 10, 2020 10:18 PM
Choose from Alaska, Caribbean, Mexico, or Canada/New England cruises n Airfare not included. n Choice of sailing dates will be accommodated on a space available basis and confirmed at the time of the request with Holland America Line. n Taxes and some surcharges may apply. n At least one of the two guests must be 21 years of age or older. n Certificate does not expire. $50 = 1 Ticket $125 = 3 Tickets Purchase tickets at the Tacoma Arts Live Box Office window. More information: https://tacomaartslive.org/component/k2/481-tacoma-arts-live-gala-raffle Proceeds benefit Education through the Arts in the South Puget Sound! Drawing will be held at the Tacoma Arts Live Gala on March 21, 2020; 9 p.m. at the Tacoma Armory. Winner need not be present. Tacoma Arts Live Gala tickets must be purchased to attend the Gala.
List: time-nuts@lists.febo.com
From: Mark Sims
 
PRS-10 temperature sensitivity (and Lady Heather support)
Thu, Jul 20, 2017 12:44 AM
e polling loop takes 25 seconds to cycle through all the readings. The TT timetag and FC frequency control values have a high priority and are polled once a second. I could add the temperature to the high priority values, but that would really increase the time required to update all the values... I'll try that and see what happens. I could probably only add temperature to the high priority messages if the temp control pid is enabled. -------------- > Have you done a least-square fit to determine the sensitivity? Have you considered the LH approach to stabilizing it?
List: time-nuts@lists.febo.com
From: Mark Sims
 
PRS-10 temperature sensitivity (and Lady Heather support)
Thu, Jul 20, 2017 3:10 AM
It looks like the PRS10 time tag processor / interpolator is rather crappy. I need to feed it the 1PPS from a 5071A to eliminate any temperature effects on the Tbolt. I did modify the message polling code to read the case temperature every second. That increased the time needed to get all the data values from the PRS10 to 35 seconds... a 10 second increase, You can only get around 5 values per second from the PRS10 and there are around 50 values it can report. If three of those 5 values per second are TT, FC, and AD10 that leaves room for getting 2 of those 50 values per second. ----------- > Have you done a least-square fit to determine the sensitivity?
List: usrp-users@lists.ettus.com
From: Cédric Hannotier
 
Re: [UHD] Setting sampling rates to 500Msps is not supported.
Mon, Feb 14, 2022 5:08 PM
her than 245.76 MSps. I don't own that device, nor use UHD4, but I guess one can build such image using [2]: ```bash cd $UHD_SOURCE/fpga/usrp3/top/x400/ rfnoc_image_builder -y ./x410_400_rfnoc_image_core.yml ``` And use the generated bitstream under ./build/ N.B.: I don't know if the bitstream is compatible with UHD-4.1 or only works with UHD-master. [1] https://files.ettus.com/manual/page_usrp_x4xx.html#x4xx_updating_fpga_types [2] https://kb.ettus.com/Getting_Started_with_RFNoC_in_UHD_4.0#Running_the_Image_Builder -- Cédric Hannotier