aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/tune_helper.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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.