aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/dsp_impl.cpp
Commit message (Collapse)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
| | | | also fixes irq rb
* 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
|\ | | | | | | | | Conflicts: host/lib/usrp/usrp2/io_impl.cpp
| * 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
|/ | | | | | | Change summary: Added clock register selection between USRP2/USRP2+ Added memory map selection between USRP2/USRP2+ Added ADS62P44 support for USRP2+
* 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 ↵Josh Blum2010-07-051-10/+10
| | | | mboard impls for mimo setup (works with 1 for now)
* Created a common usrp dsp utils to handle register word calculations.Josh Blum2010-06-071-56/+7
| | | | (also switched to boost endian define to avoid c compiler check)
* 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
| | | | | | | | | | This reloads the last command to handle continuous streaming in hardware. Moved rx control register setup and stream command issuing to the host.
* | 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
| | | | properties.
* 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
| | | | | Added props exception macro to make the set/get prop switch statements easier. Made use of boost throw exception macro for throw-site information in throw assert.
* 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
| | | | Its used in all the implementation level code
* simplified the usage of dboard, dsp, and mboard proxies.Josh Blum2010-04-051-2/+2
| | | | removed the dict structure for each, we are just going to have one.
* 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
| | | | | | | static for static block and static instance (singleton) assert for assertion and throwing related stuff algorithm for my addons to std::algorithm (has) and a new one, safe main, for having a main catch-all
* Overhaullllllled the way we do streaming. There is an odd bug whereJosh Blum2010-03-251-29/+13
| | | | | | | | | a zero length command (now, no chain) used to stop the streaming. Now it seems to do the reverse... must investigate. Made all clock configuration into enums. The strings were painful and there cant be that many variations that enums cant cover them. The enums will make more sense to developers than mystery strings.
* added install path for dll, fixed idiotic msvc error where making a vector ↵Josh Blum2010-03-191-2/+2
| | | | with proxies crashes the app, seems to be ok with the sptr fix, in other good news, discover usrps works in my vm for the usrp2
* got uhd almost compiling in windowze. figured out special flags. also had to ↵Josh Blum2010-03-171-8/+15
| | | | use boost stdint because its missing in visual c++, added a bunch of numeric casts to reduce warnings
* Replaced uses of wax:cast with the templated as method (like in boost ↵Josh Blum2010-03-151-12/+12
| | | | program options).
* Added simple device to handle wrapping general properties up into simple api.Josh Blum2010-03-101-10/+11
| | | | | Added setting time capability to the usrp2 impl. Messing with props and time specs...
* Moved timeouts into the udp transports.Josh Blum2010-03-041-3/+6
| | | | | | Simplified the fast path checking in the fw, but it turns out this was not the issue. Fixed some bad bit operations with the 16sc words (dont forget sign extension). Added some more documentation to the headers....
* 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.