aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp1/codec_ctrl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* usrp1: work on usrp1 hardware compat with the apiJosh Blum2011-01-171-0/+6
| | | | | | today we added shutoff the DAC when not transmitting using EOB as an indicator added various other features and cleaned up code for soft time control
* uhd: update copyright dates on host codeJosh Blum2011-01-131-1/+1
|
* uhd: replace all the instances of float not pertaining to io types with ↵Josh Blum2011-01-111-15/+15
| | | | double, simplifies life
* uhd: created a meta range that is a range of ranges for gains and freqsJosh Blum2010-11-101-4/+4
| | | | | | | | | | | | | | created a templated range that that holds a start, stop, and step created a meta-range template that is a vector of ranges meta-range can calculate the overall start, stop, step or be indexed to get at components replaced instances of range.min, max, step with the functions start() stop() and step() the xcvr frequency range is now expressed in as two ranges (have to fix its clip function though)
* TVRX: works for USRP and USRP2.Nick Foster2010-09-291-1/+2
|
* Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into tvrx_uhdNick Foster2010-09-281-2/+2
|\
| * usrp1: fixes to remove warnings and errors for usrp1 + libusb windowsJosh Blum2010-09-231-2/+2
| |
* | TVRX: Don't have mboard impl modified for ADC buffer disable. The rest of ↵Nick Foster2010-09-281-0/+13
|/ | | | TVRX should be in there. Not debugged.
* usrp1: Disable default codec debug outputThomas Tsou2010-08-271-1/+1
|
* usrp1: codec pga gain control fixJosh Blum2010-08-261-14/+14
|
* usrp1: Change codec transmit gain scalingThomas Tsou2010-08-191-2/+2
| | | | | | The AD9862 datasheet states that maximum gain is achieved with a value of 111111 (0x3f), however, empirical testing reveals that the gain scaling value spans the full register width of 8-bits.
* usrp1: Remove codec gain TODO commentsThomas Tsou2010-08-191-3/+3
|
* usrp1: Refactor mboard tuning codeThomas Tsou2010-08-181-88/+76
|
* usrp1: created daughterboard dualityJosh Blum2010-08-151-8/+8
| | | | | | everything that should have two is now stored into a dictionary of slot to type the set and get functions are now bound with a third argument for dboard slot the dboard iface has yet to be completed with the correct registers for a vs b
* usrp1: compiling off next branchJosh Blum2010-08-151-4/+4
| | | | | | | | made usb checking changes implemented named_prop_t::extract change copied the remainder of the codec pga gain control
* usrp1: Add usrp1 implementationThomas Tsou2010-08-131-0/+441