aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dsp_utils.hpp
Commit message (Collapse)AuthorAgeFilesLines
* 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-20/+20
|
* uhd: bug in dsp freq word return calculation (signedness)Josh Blum2010-07-141-3/+3
|
* usrp: moved stream cmd word calculation into common dsp utilsJosh Blum2010-07-071-0/+38
|
* Moved mux calculations into dsp type1 utils.Josh Blum2010-06-101-0/+35
| | | | Fixed error in db basic freq range switcheroo.
* Replaced convert types with generated convert types that handles more cases.Josh Blum2010-06-081-5/+4
| | | | Added unit test for generated converter.
* Created a common usrp dsp utils to handle register word calculations.Josh Blum2010-06-071-0/+115
(also switched to boost endian define to avoid c compiler check)