Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-03 | uhd: removing multi-antenna stuff frmo gnuradio-examples | Tom Rondeau | |
2011-10-03 | uhd: moved fm_tx4 from gnuradio-examples to gr-uhd/examples | Tom Rondeau | |
2011-10-03 | uhd: build script changes for multi-antenna examples | Tom Rondeau | |
2011-10-03 | uhd: moved multi-antenna scripts from gnuradio-examples to gr-uhd/examples. ↵ | Tom Rondeau | |
Does not work yet. | |||
2011-10-03 | uhd: fixing copyright and M4 files for HF apps. | Tom Rondeau | |
2011-10-03 | trellis: make the lib/swig depend on the generated targets | Josh Blum | |
2011-10-03 | uhd: fixing hf_explorer to take the UHD address as an option. | Tom Rondeau | |
2011-10-03 | uhd: again, just the basics of getting hf_radio to work with UHD (and the ↵ | Tom Rondeau | |
'new' top_block/hier_block2 structure) | |||
2011-10-03 | audio_alsa_sink : Fix warning on 32 bit builds. | Philip Balister | |
On machines where sizeof(long) = sizeof(int) the code for calculating scale factors produced an overflow warning. This change simplifies the code by eliminating the shift. The compiler should calculate the constant at compile time anyway. Signed-off-by: Philip Balister <philip@opensdr.com> | |||
2011-10-03 | UHD: moving HF apps from gnuradio-examples to gr-uhd/examples. Did the ↵ | Tom Rondeau | |
minimum possible work to convert HF Explorer to use UHD. | |||
2011-10-03 | core: make the lib/swig depend on the generated targets | Josh Blum | |
2011-09-30 | howto: updated modules for newer swig macro | Josh Blum | |
2011-09-30 | digital: first pass at BERT receiver. | Tom Rondeau | |
2011-09-30 | Fixed stupid mistake in new method. | Tom Rondeau | |
2011-09-30 | digital: first pass at implementing a BERT transmitter. Works storing ↵ | Tom Rondeau | |
samples to file. | |||
2011-09-30 | Added a method to get the current timing rate from the pfb clock sync block. | Tom Rondeau | |
2011-09-30 | digital: modified generic_mod_demod so mod and demods have same options in ↵ | Tom Rondeau | |
the same order. | |||
2011-09-29 | swig: added comments + fun w/ regexps | Josh Blum | |
2011-09-29 | swig: added python script to auto-extract dependencies | Josh Blum | |
2011-09-28 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | |
2011-09-28 | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital | Josh Blum | |
Conflicts: gr-digital/lib/Makefile.am gr-digital/python/__init__.py | |||
2011-09-28 | Merge branch 'next' into digital | Josh Blum | |
Conflicts: gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.h gnuradio-core/src/lib/general/general.i gnuradio-core/src/lib/general/gr_pll_carriertracking_cc.cc gnuradio-core/src/lib/general/gr_pll_freqdet_cf.cc gnuradio-core/src/lib/general/gr_pll_refout_cc.cc gnuradio-core/src/python/gnuradio/gr/qa_pll_carriertracking.py gnuradio-core/src/python/gnuradio/gr/qa_pll_freqdet.py gnuradio-core/src/python/gnuradio/gr/qa_pll_refout.py | |||
2011-09-27 | digital: fixed differential/non-differential. Defaults to differential now, too. | Tom Rondeau | |
2011-09-27 | digital: fixed up benchmark codes to handle receive, too. Over-the-air tests ↵ | Tom Rondeau | |
worked. | |||
2011-09-27 | digital: making a parent class for the UHD interface since most of the ↵ | Tom Rondeau | |
functions are duplicated between receiver and transmitter. Made a receiver interface, too. | |||
2011-09-27 | core: add link with librt for shm_* calls | Josh Blum | |
2011-09-27 | Merge branch 'master' into next | Johnathan Corgan | |
2011-09-27 | Merge branch 'maint' | Johnathan Corgan | |
2011-09-27 | swig: language independent exception handler | Josh Blum | |
2011-09-27 | digital: bug fixes for digital mods. Adding fist pass at a UHD benchmark ↵ | Tom Rondeau | |
transit chain. Automatically selects the right samples/symbol and sample rate to achieve requested bitrate. | |||
2011-09-26 | Merge branch 'next' into digital | Tom Rondeau | |
Conflicts: gnuradio-core/src/lib/general/general.i gnuradio-core/src/lib/general/gr_pll_carriertracking_cc.cc gnuradio-core/src/lib/general/gr_pll_freqdet_cf.cc gnuradio-core/src/lib/general/gr_pll_refout_cc.cc gnuradio-core/src/python/gnuradio/gr/qa_pll_carriertracking.py gnuradio-core/src/python/gnuradio/gr/qa_pll_freqdet.py gnuradio-core/src/python/gnuradio/gr/qa_pll_refout.py gr-digital/lib/digital_constellation_receiver_cb.cc gr-digital/python/Makefile.am gr-digital/python/__init__.py gr-digital/python/generic_mod_demod.py gr-digital/python/pkt.py gr-digital/python/psk2.py gr-digital/python/qam.py | |||
2011-09-26 | Merge branch 'master' into next | Tom Rondeau | |
2011-09-26 | docs: fix Doxygen so it gets all generated files in builddir if this is ↵ | Tom Rondeau | |
different than srcdir. | |||
2011-09-26 | docs: fix Doxygen so it gets all generated files in builddir if this is ↵ | Tom Rondeau | |
different than srcdir. | |||
2011-09-26 | digital: removed hier directory | Tom Rondeau | |
2011-09-26 | Merge branch 'digital' of github.com:trondeau/gnuradio into digital | Tom Rondeau | |
2011-09-26 | digital: removed hier directory in gr-digital; put c++ hier blocks into ↵ | Tom Rondeau | |
lib/include/swig. | |||
2011-09-26 | uhd: cmake support for example application | Josh Blum | |
2011-09-26 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | |
2011-09-26 | digital: moved header files from lib to include in gr-digital. | Tom Rondeau | |
2011-09-26 | digital: updated build files for new gr-digital/include directory. | Tom Rondeau | |
2011-09-26 | digital: adding include directory for public header files. | Tom Rondeau | |
2011-09-26 | Merge branch 'master' into next | Tom Rondeau | |
2011-09-26 | uhd: can't be const to go into tag_work, which might change it. | Tom Rondeau | |
2011-09-26 | Merge branch 'mergme/uhd_tags_impl_on_master' | Tom Rondeau | |
2011-09-26 | uhd: tweaks for some minor details | Josh Blum | |
2011-09-24 | gruel: added missing pmt swig install rule | Josh Blum | |
2011-09-24 | Merge master into next, skipping version number change | Johnathan Corgan | |
2011-09-24 | Update revision to 3.4.2git | Johnathan Corgan | |
2011-09-24 | Merge 'master' into next, skipping version change commit | Johnathan Corgan | |