Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-17 | Merge branch '8psk' into next | Tom Rondeau | |
Conflicts: gr-msdd6000/src/Makefile.swig.gen | |||
2011-07-03 | gr: added to the .gitignores to various components for in-tree builds | Josh Blum | |
2011-07-03 | uhd: typo fix for initing a new clock_config() | Josh Blum | |
2011-06-29 | uhd: added per motherboard reference source option (includes mimo cable) | Josh Blum | |
2011-06-14 | uhd: simplify the work function, added TODOs for tags | Josh Blum | |
2011-06-13 | Merge branch 'master' into 8psk | Tom Rondeau | |
Conflicts: gr-qtgui/lib/qtgui_time_sink_c.cc gr-trellis/src/lib/Makefile.am gr-trellis/src/lib/calc_metric.h gr-trellis/src/lib/trellis.i gr-trellis/src/lib/trellis_constellation_metrics_cf.i gr-trellis/src/lib/trellis_metric_type.h gr-trellis/src/lib/trellis_sccc_encoder_XX.i.t | |||
2011-06-09 | gr-uhd: enable 8 channels in grc uhd blocks | Josh Blum | |
2011-06-03 | Merge branch 'master' into 8psk | Tom Rondeau | |
2011-05-17 | gr-uhd: fixed uhd apps; don't try to set the clock; default antenna unless ↵ | Tom Rondeau | |
specified; proper name for tune result. | |||
2011-05-13 | Merge branch 'master' into 8psk | Tom Rondeau | |
2011-05-10 | gr-uhd: fixed apps Makefile for distribution. | Tom Rondeau | |
2011-05-10 | gr-uhd: adding gitignore file to uhd apps dir. | Tom Rondeau | |
2011-05-10 | gr-uhd: Makefile.am for UHD apps. | Tom Rondeau | |
2011-05-10 | gr-uhd: UHD version of usrpx_rx_cfile.py. | Tom Rondeau | |
2011-05-10 | gr-uhd: adding antenna selection ability to uhd_fft.py. | Tom Rondeau | |
2011-05-10 | gr-uhd: adding uhd_fft.py app | Tom Rondeau | |
2011-05-08 | Merge branch 'master' into 8psk | Tom Rondeau | |
2011-05-08 | build: committing updated Makefile.swig.gen files. | Tom Rondeau | |
2011-04-18 | Expose named gain stages in gr-uhd via swig | Jason Abele | |
2011-04-18 | Added necessary swig to get i2c_writes through dboard_iface | Jason Abele | |
2011-04-13 | uhd: added package config file support for libgnuradio-uhd | Josh Blum | |
2011-03-30 | build: add missing linker defines for Win32 | Don Ward | |
2011-03-28 | uhd: cleanup uhd usrp source/sink with virtual inheritance | Josh Blum | |
The uhd block implementations now inherit from sync block. And the redundant constructor in source/sink has been removed. | |||
2011-03-12 | uhd: use %ignore to hide warnings and fix errors | Josh Blum | |
2011-03-07 | uhd: fix generation typo on uhd grc blocks io direction | Josh Blum | |
2011-03-01 | uhd: work on gr_uhd_source work() function to reduce latency | Josh Blum | |
Wait on a single packet to become ready, then receive available packets without timeout. | |||
2011-02-28 | uhd: only set has_time_spec when nchan > 1 | Josh Blum | |
Its important for multi-channel continuous, but not wanted in single-channel non-continuous. | |||
2011-02-25 | uhd: added sensors api to gr-uhd blocks and swig support | Josh Blum | |
2011-02-25 | uhd: fix export typo and specify export define when building lib | Josh Blum | |
2011-02-15 | uhd: tweaks for swig/python init file | Josh Blum | |
2011-02-11 | uhd: added mboard param to get time now and added get time last pps | Josh Blum | |
2011-02-10 | uhd: added set and get clock rates to gr-uhd blocks and grc wrappers | Josh Blum | |
2011-02-10 | uhd: tweaks to the grc blocks | Josh Blum | |
2011-02-10 | uhd: replaced multi/single usrp stuff with just one usrp wrapper | Josh Blum | |
2011-02-08 | uhd: channel = 0 defaults for single interfaces get_dboard_iface | Josh Blum | |
2011-02-08 | Added first pass at swigging dboard iface | Jason Abele | |
2011-01-25 | uhd: typo fix setime_unknown_pps -> set_time_unknown_pps in grc xml generator | Josh Blum | |
2011-01-19 | uhd: move tags functionality into its own sub-class that is enabled by ↵ | Josh Blum | |
preferences remove private variables from header interface subclassed single source impl with overloaded work function | |||
2011-01-19 | uhd: swig up the device discovery | Josh Blum | |
2011-01-19 | uhd: replace gain floats with doubles to reflect new uhd api | Josh Blum | |
2011-01-19 | uhd: make the repr and str installation more generic | Josh Blum | |
2011-01-19 | uhd: use the actual device and io types, do hacks in the init.py, also use ↵ | Josh Blum | |
clock config convenience | |||
2011-01-19 | uhd: added export macros (not used now) and updated copyright dates | Josh Blum | |
2011-01-19 | uhd: swig + python tweaks to uhd types | Josh Blum | |
2011-01-19 | uhd: removed ranges template stuff, added some python polish in __init__.py | Josh Blum | |
2011-01-19 | uhd: multi device, set timestamps without SOB on every burst in the work ↵ | Josh Blum | |
function | |||
2010-12-30 | Adding tags back into UHD source. If a packet received from a UHD source has ↵ | Tom Rondeau | |
a timestamp, we create a tag from it and pass it down the line. If no timestamp, produce no tags. This should not affect behavior of the UHD single source for those not dealing with tags. | |||
2010-12-27 | Add minimal Python and Guile QA code to gr-uhd. | Eric Blossom | |
2010-12-26 | gr-uhd: Fixing makefile to define GR_HAVE_UHD for swig. This was lost in the ↵ | Tom Rondeau | |
makefile updates with the guile work. This is a better place/fix, anyway. | |||
2010-12-21 | Merge branch 'next' into guile. | Eric Blossom | |
Passes distcheck. * next: (32 commits) volk: Fix for popcnt's 64/32-bit issues. Using a copy of config.guess and config.sub instead of sym links. Including time header to qa files. Changed python env variable to more globally usable version. gr_uhd: Quick fix for make distcheck failures if UHD is not installed. PFB resampler: fix it this way to avoid the signed/unsigned warning. PFB resampler: fixes bug where filter could be looking past the number of inputs. resampler PFB: Sets relative rate when rate is changed. Create method to set rate on pfb_arb_resamp after it has been created. Allow it to be called from GRC. volk: fix for running 32-bit OS on 64-bit processor. System is correctly identified as 32-bit and compiles with the correct flags. volk: changing the path variables again. This works on my various systems tested. Using abs_ path names failed on Ubuntu 8.04 32-bit. volk: May be a hack, but it was required for my 32-bit Fedora 13 to work. volk: Removing unnecessary shell script; last commit takes care if its functions. volk: Fixing build system to handle making volk_mktables, volk_tables.h, and volk_config.h instead of a standalone shell script. volk: readding 16sc_magnitude_32f_sse with fix for SSE hadd_ps error. volk: Adding a few more generic-only test cases. volk: adding generic QA test for 16sc_magnitude_32f. volk: modified the configure scripts to output which architectures it will be building based on the configure tests. uhd: update notes in grc blocks for addressing scheme volk: Removing erroneous SSE function that actually usese an SSE3 intrin (mm_hadd_ps). ... |