aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/tune_helper.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: fixed typo in tune request/result inter_freq -> rf_freqJosh Blum2011-05-011-13/+13
| | | | | | | | For some reason, the code said intermediate frequency, however, it was used and treated as RF frequency. It was always intended to be the RF frequency, but was misnamed due to a cognitive distortion.
* uhd: update copyright headers with automated scriptJosh Blum2011-03-231-1/+1
|
* usrp: support for multiple dsps in props and implemented in usrp1Josh Blum2011-02-171-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 Blum2010-12-031-6/+1
| | | | to get the full value)
* usrp: rework lo offset logic to use bandwidth, add test caseJosh Blum2010-10-251-3/+6
|
* uhd: tune helper + request, forgot to use and set target freqJosh Blum2010-10-251-1/+1
|
* uhd: created tune request struct and implemented more fine grained tuning callsJosh Blum2010-10-251-60/+78
|
* usrp1: implemented multi-channel dsp control of shift freqJosh Blum2010-09-201-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 signumJosh Blum2010-07-221-2/+2
|
* uhd: work on tune logic, and subdev connection logicJosh Blum2010-07-161-21/+6
|
* usrp: removed spectrum inverted property from subdev code and tune helper ↵Josh Blum2010-07-161-10/+3
| | | | (it wasnt used)
* usrp: added functions to derive tuned frequency, tweaked logic, added unit testJosh Blum2010-07-161-37/+62
|
* work on algorithms and documentationJosh Blum2010-06-141-1/+1
|
* renamed dxc to dsp for tune resultJosh Blum2010-04-141-2/+2
|
* paradigm shift for the dsp abstractionJosh Blum2010-04-051-6/+7
|
* Moved usrp specific things into usrp directories and namespaces.Josh Blum2010-04-011-0/+126
Renamed simple device to simple usrp (it was usrp specific). Moved tune helper to usrp dir for same reason.