Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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 | 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 | 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 | 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 | |
2011-09-24 | Update revision to 3.4.1 release | Johnathan Corgan | |
2011-09-24 | Merge branch 'master' into next | Tom Rondeau | |
2011-09-24 | Merge branch 'keep1n' | Tom Rondeau | |
2011-09-24 | Merge branch 'master' into next | Johnathan Corgan | |
2011-09-24 | Merge branch 'maint' | Johnathan Corgan | |
2011-09-24 | gr-noaa: fix PLL to generate output, then update error | Johnathan Corgan | |
2011-09-24 | Merge branch 'master' into next | Johnathan Corgan | |
Conflicts: gr-qtgui/apps/usrp_display.py | |||
2011-09-24 | Merge branch 'maint' | Johnathan Corgan | |
2011-09-24 | comedi: fix to use comedi 0.8 API | Johnathan Corgan | |
(this was done on master but not maint, backporting) | |||
2011-09-24 | uhd: added tags_demo c++ example application | Josh Blum | |
2011-09-24 | uhd: tweaks + tested working tags implementation | Josh Blum | |
2011-09-24 | uhd: added documentation and tag implementations | Josh Blum | |
2011-09-24 | gr-uhd: remove unused _tmp_buffs variable | Thomas Tsou | |
The code section that used this variable was removed in Commit 081497e7 "uhd: work on gr_uhd_source work() function to reduce latency" | |||
2011-09-24 | uhd: added kwargs to construct individual struct elements in tune_request_t | Josh Blum | |
2011-09-23 | qtgui: removed usrp and usrp2-specific apps; replaced with a UHD version. | Tom Rondeau | |
2011-09-23 | qtgui: moved actual examples to new examples directory. | Tom Rondeau | |
2011-09-23 | examples: fixed import statements. | Tom Rondeau | |
2011-09-23 | trellis: fixed import statements; fixed test_cpm to convert numpy stuff to ↵ | Tom Rondeau | |
types GNU Radio blocks can handle. | |||
2011-09-23 | examples: fixed examples (pfb and tags) to print an error when python ↵ | Tom Rondeau | |
modules are not available. |