Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | usrp: support for multiple dsps in props and implemented in usrp1 | Josh Blum | 2011-02-17 | 1 | -17/+12 |
| | | | | | | | usrp1 previously had 1 rx and 1 tx dsp with multiple freq params, it now has N and M dsps each with one freq param. This is more consistent with the multi-dsp model. The hack here is to only apply stream commands and sample rate changes to dsp0. | ||||
* | usrp: move dsp tuning wrap-around into the dsp utils (allows the dsp handler ↵ | Josh Blum | 2010-12-03 | 1 | -6/+1 |
| | | | | to get the full value) | ||||
* | usrp: rework lo offset logic to use bandwidth, add test case | Josh Blum | 2010-10-25 | 1 | -3/+6 |
| | |||||
* | uhd: tune helper + request, forgot to use and set target freq | Josh Blum | 2010-10-25 | 1 | -1/+1 |
| | |||||
* | uhd: created tune request struct and implemented more fine grained tuning calls | Josh Blum | 2010-10-25 | 1 | -60/+78 |
| | |||||
* | usrp1: implemented multi-channel dsp control of shift freq | Josh Blum | 2010-09-20 | 1 | -16/+22 |
| | | | | | | usrp: simple usrp calls into single usrp and prints deprecation warning usrp: tune helper now supports multi-channel dsps | ||||
* | usrp: fix the N/2 cordic tune issue, use boost math sign inplace of my signum | Josh Blum | 2010-07-22 | 1 | -2/+2 |
| | |||||
* | uhd: work on tune logic, and subdev connection logic | Josh Blum | 2010-07-16 | 1 | -21/+6 |
| | |||||
* | usrp: removed spectrum inverted property from subdev code and tune helper ↵ | Josh Blum | 2010-07-16 | 1 | -10/+3 |
| | | | | (it wasnt used) | ||||
* | usrp: added functions to derive tuned frequency, tweaked logic, added unit test | Josh Blum | 2010-07-16 | 1 | -37/+62 |
| | |||||
* | work on algorithms and documentation | Josh Blum | 2010-06-14 | 1 | -1/+1 |
| | |||||
* | renamed dxc to dsp for tune result | Josh Blum | 2010-04-14 | 1 | -2/+2 |
| | |||||
* | paradigm shift for the dsp abstraction | Josh Blum | 2010-04-05 | 1 | -6/+7 |
| | |||||
* | Moved usrp specific things into usrp directories and namespaces. | Josh Blum | 2010-04-01 | 1 | -0/+126 |
Renamed simple device to simple usrp (it was usrp specific). Moved tune helper to usrp dir for same reason. |