Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -20/+20 |
| | |||||
* | uhd: bug in dsp freq word return calculation (signedness) | Josh Blum | 2010-07-14 | 1 | -3/+3 |
| | |||||
* | usrp: moved stream cmd word calculation into common dsp utils | Josh Blum | 2010-07-07 | 1 | -0/+38 |
| | |||||
* | Moved mux calculations into dsp type1 utils. | Josh Blum | 2010-06-10 | 1 | -0/+35 |
| | | | | Fixed error in db basic freq range switcheroo. | ||||
* | Replaced convert types with generated convert types that handles more cases. | Josh Blum | 2010-06-08 | 1 | -5/+4 |
| | | | | Added unit test for generated converter. | ||||
* | Created a common usrp dsp utils to handle register word calculations. | Josh Blum | 2010-06-07 | 1 | -0/+115 |
(also switched to boost endian define to avoid c compiler check) |