aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/dsp_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* usrp2: moved impl back into usrp subdirJosh Blum2011-06-291-256/+0
* usrp: added registers and mux calculation for fe workJosh Blum2011-06-151-6/+0
* usrp2: super packet handler support squashedJosh Blum2011-06-141-6/+2
* usrp2: moved register map into #defines, entries for new dsp frontendJosh Blum2011-05-171-20/+20
* usrp2: lot of work on dual dsp, grep for TODOs before continuingJosh Blum2011-02-191-2/+2
* usrp2: moved all dsp related code into dsp_impl and split for multiple dspsJosh Blum2011-02-181-48/+101
* usrp2: added indexed regs for rx dsp and ctrlJosh Blum2011-02-181-3/+3
* uhd: got all compiling w/ changes, changes to channel calculation in multi usrpJosh Blum2011-02-171-9/+5
* usrp2: prefix the dsp and ctrl registers with 0 in preparation for 2nd dspJosh Blum2011-02-171-3/+3
* usrp-n: set ad9777 mod mode to transmit above nyquist of DSPJosh Blum2010-12-031-2/+17
* uhd: removed windows warnings, added string formatting in usrp-nJosh Blum2010-11-111-2/+2
* usrp-n: populated name properties to use the generated cname from ifaceJosh Blum2010-11-111-2/+2
* Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-09-301-4/+20
|\
| * usrp2: make usrp2 dsp multi-channel compatibleJosh Blum2010-09-201-4/+20
* | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-08-181-5/+6
|\|
| * usrp2: template pick rate to avoid compile errorsJosh Blum2010-08-181-2/+3
| * usrp: moved usrp utils into public include spaceJosh Blum2010-08-151-5/+5
* | Host-side changes to work with the USRP2+.Nick Foster2010-07-261-6/+6
|/
* usrp: moved stream cmd word calculation into common dsp utilsJosh Blum2010-07-071-1/+0
* usrp2: split mboard impl into its own class, usrp2 device can instantiate N m...Josh Blum2010-07-051-10/+10
* Created a common usrp dsp utils to handle register word calculations.Josh Blum2010-06-071-56/+7
* moved dsp update logic into prop setter, added code to init dsp rates and freqsJosh Blum2010-06-041-34/+26
* usrp2 regs naming conventionJosh Blum2010-06-041-6/+6
* Merge branch 'shrinkfw' into usrp2Josh Blum2010-05-101-3/+0
|\
| * Added reload flag to the stream cmd.Josh Blum2010-04-281-3/+0
* | Inverted logic in halfband selectionJason Abele2010-05-041-2/+6
* | added hb filter calculation on usrp2 dsp implJosh Blum2010-05-041-4/+16
|/
* Renamed the prop set/get error macros so they make sense for not-implemented ...Josh Blum2010-04-261-4/+4
* prefixed the ASSERT_THROW macro with UHD for the sake of namespaceJosh Blum2010-04-261-1/+1
* Work on exceptions.Josh Blum2010-04-251-4/+6
* RFX seems to be tuning. Added some code to dsp to check for valid range.Josh Blum2010-04-161-9/+6
* Created a usrp2 interface class with the control, spi, peek/poke functionality.Josh Blum2010-04-131-6/+7
* simplified the usage of dboard, dsp, and mboard proxies.Josh Blum2010-04-051-2/+2
* paradigm shift for the dsp abstractionJosh Blum2010-04-051-170/+80
* added 16 bit peek and poke, 16 bit register defs for gpios and atrsJosh Blum2010-04-051-6/+6
* extended stream cmd with mode enum, and extended fragment flags in metadataJosh Blum2010-04-031-6/+24
* moved props into usrp and multiple hpp filesJosh Blum2010-04-011-0/+2
* use defined constants for the register addressesJosh Blum2010-04-011-17/+6
* Moved dsp (rx and tx), time config, and clock config (mostly) into the host.Josh Blum2010-03-311-26/+30
* use bb_rate and if_rate to handle dxc io ratesJosh Blum2010-03-291-4/+14
* refactored types.hpp into types directoryJosh Blum2010-03-271-3/+3
* Split utils.hpp into subdir with multiple files.Josh Blum2010-03-271-1/+1
* Overhaullllllled the way we do streaming. There is an odd bug whereJosh Blum2010-03-251-29/+13
* added install path for dll, fixed idiotic msvc error where making a vector wi...Josh Blum2010-03-191-2/+2
* got uhd almost compiling in windowze. figured out special flags. also had to ...Josh Blum2010-03-171-8/+15
* Replaced uses of wax:cast with the templated as method (like in boost program...Josh Blum2010-03-151-12/+12
* Added simple device to handle wrapping general properties up into simple api.Josh Blum2010-03-101-10/+11
* Moved timeouts into the udp transports.Josh Blum2010-03-041-3/+6
* Making use of vrt lib in the usrp2 io_impl.Josh Blum2010-03-031-1/+1
* The net common is too slow in usrp2 firmware to figure out if its vrt data.Josh Blum2010-03-021-6/+1