aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/dsp_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Making use of vrt lib in the usrp2 io_impl.Josh Blum2010-03-031-1/+1
| | | | Added a packet size param to the vrt pack and unpack.
* The net common is too slow in usrp2 firmware to figure out if its vrt data.Josh Blum2010-03-021-6/+1
| | | | | Added a custom function to tell if a packet is vrt data, seems to be feeding fast enough at this rate... Fixed some buffer size calculation logic.
* Send the number of samples per datagram over the control.Josh Blum2010-03-011-6/+10
| | | | | | Worked on the io impl for usrp2 (added loop unrolls and 32 bit buffers). Added some vrt rx constants to the fw common used by host and fw. Removed the MTU prop and added a general device prop for num samples.
* Recv noise with uhd.Josh Blum2010-03-011-1/+11
|
* Moved lib and include contents of dboard and mboard one directory up and ↵Josh Blum2010-02-211-0/+293
prefixed them with dboard_ and mboard_. And yes, the code is compiling.