Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: added meta-range clip and implemented in dboards, fixed step calculation | Josh Blum | 2010-11-10 | 1 | -3/+3 |
| | |||||
* | uhd: created a meta range that is a range of ranges for gains and freqs | Josh Blum | 2010-11-10 | 1 | -7/+7 |
| | | | | | | | | | | | | | | 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) | ||||
* | Fix Bandwidth for IQ subdevs on Basic/LF | Jason Abele | 2010-10-28 | 1 | -1/+1 |
| | | | | Additional typo cleanup and fix WBX bandwidth | ||||
* | uhd: replaced print warning with a post warning call and registry | Josh Blum | 2010-10-26 | 1 | -1/+1 |
| | | | | | | renamed print warning calls in the implementation fixed issue with dict::pop so it now works even if the value is not comparable | ||||
* | Added bandwidth property to all daughterboards | Jason Abele | 2010-10-25 | 1 | -0/+10 |
| | | | | | Updated existing bandwidth property to reflect double-sided bandwidth rather than lowpass bandwidth | ||||
* | usrp: use the dboard id to prefix the subdev gain group names | Josh Blum | 2010-10-20 | 1 | -1/+1 |
| | |||||
* | TVRX documentation and a bugfix in the cal table. Named the antenna "RX". | Nick Foster | 2010-10-08 | 1 | -3/+3 |
| | |||||
* | tvrx: added enabled prop to set and get | Josh Blum | 2010-10-08 | 1 | -0/+8 |
| | |||||
* | tvrx: converted floats to doubles to avoid msvc warnings | Josh Blum | 2010-10-07 | 1 | -55/+55 |
| | |||||
* | TVRX: fixed antenna prop enumeration | Nick Foster | 2010-10-01 | 1 | -2/+2 |
| | |||||
* | TVRX: Fixed to properly calculate alias frequencies. | Nick Foster | 2010-09-30 | 1 | -4/+20 |
| | |||||
* | TVRX: works for USRP and USRP2. | Nick Foster | 2010-09-29 | 1 | -1/+10 |
| | |||||
* | TVRX: Mixed up DAC channels. Gain is much more linear now. | Nick Foster | 2010-09-28 | 1 | -2/+2 |
| | |||||
* | TVRX: Fixed spectrum inversion (derp derp derp). Removed debug printing. | Nick Foster | 2010-09-28 | 1 | -4/+3 |
| | |||||
* | TVRX: First version that works. The gain linearity is still borked. | Nick Foster | 2010-09-28 | 1 | -13/+31 |
| | | | | I'll probably give up on the complicated linearizing stuff and just use the values from the old driver. The tuner's gain-vs-voltage is nothing like the datasheet. | ||||
* | TVRX: Don't have mboard impl modified for ADC buffer disable. The rest of ↵ | Nick Foster | 2010-09-28 | 1 | -89/+130 |
| | | | | TVRX should be in there. Not debugged. | ||||
* | TVRX: not done yet but getting there. gain linearization framework in place. | Nick Foster | 2010-09-27 | 1 | -70/+148 |
| | |||||
* | added db_tvrx, regmap gen_dtt75403_regs.py | Nick Foster | 2010-09-21 | 1 | -0/+316 |