Statistics
| Branch: | Tag: | Revision:

root / gr-usrp2 / src / usrp2_sink_base.h @ aa162012

History | View | Annotate | Download (3.4 kB)

# Date Author Comment
e20160b7 06/19/2010 06:27 pm Johnathan Corgan

gr-usrp2: implement start_streaming_at(usrp2::fpga_timestamp time)

This new method on usrp2.sink_* causes the first TX sample data to be
sent at the FPGA clock time specified, with all further data immediately
following.

u = usrp2.sink_32fc() # or 16sc
...configure sink here......

803cb1d7 02/25/2010 11:46 pm Josh Blum

Added call to set antenna. Split XCVR into new thing cuz size.

40402fb8 04/04/2009 05:59 am Johnathan Corgan

Merged r10712:10765 from jcorgan/gpio into trunk. Adds out-of-band and streaming GPIO functions for USRP2.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10766 221aa14e-8319-0410-a670-987f0aec2ac5

9b388ac1 02/04/2009 11:06 pm Johnathan Corgan

Merged r10383:10390 from jcorgan/u2-wip into trunk.

  • Implements daughterboard independent LO offset tuning
  • Removes RFX specific LO offset code
  • Adds 'set_lo_offset' to libusrp2 and Python API
  • Adds --lo-offset to usrp2_fft.py and usrp2_rx_cfile.py...
5eb35d75 12/31/2008 10:19 pm Johnathan Corgan

For USRP2, implement auto scaling of TX pipeline such that [-1.0 1.0] input to
usrp2.sink_32fc results in full-scale DAC outputs, regardless of interpolation
rate.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10182 221aa14e-8319-0410-a670-987f0aec2ac5

69682ac4 10/26/2008 04:05 pm Johnathan Corgan

Merged r9834:9855 from jcorgan/u2-wip into trunk. Catches up gr-usrp2 with the latest changes in libusrp2, adding all the daughterboard accessor functions.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9856 221aa14e-8319-0410-a670-987f0aec2ac5

7bd12993 09/23/2008 02:17 am Johnathan Corgan

Adds usrp2.sink_32fc, usrp2.sink_16sc, refactoring, cleanup

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9641 221aa14e-8319-0410-a670-987f0aec2ac5

e0fcbaee 09/08/2008 01:00 am Johnathan Corgan

Merged r9433:9527 from features/gr-usrp2 into trunk. Adds usrp2 and gr-usrp2 top-level components. Trunk passes distcheck with mb-gcc installed, but currently not without them. The key issue is that when mb-gcc is not installed, the build system skips over the usrp2/firmware directory, and the firmware include files don't get put into the dist tarball. But we can't do the usual DIST_SUBDIRS method as the firmware is a subpackage....