summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-07Merge branch 'mergeme/fix/trellis/metrics_typo'Tom Rondeau
2011-06-05Merge branch 'master' into turboTom Rondeau
2011-06-05trellis: fixed Makefile by removing non-existant file names.Tom Rondeau
2011-06-02Updated some of the examples in gr-trellis to use the options parserAchilleas Anastasopoulos
2011-06-02Merge branch 'tr_master'Tom Rondeau
2011-06-02core: fixed documentation for dc blocker.Tom Rondeau
2011-06-02QA: adding QA code for DC blocker block. Tests impulse response for complex ↵Tom Rondeau
and float, long and short form for each.
2011-06-02grc: fixing DC blocker block to handle i/o type.Tom Rondeau
2011-05-25grc: adding DC blocker GRC block.Tom Rondeau
2011-05-25filter: adding floating point version of DC blocker alg.Tom Rondeau
2011-05-25filter: changing name of moving average class to remove name conflicts.Tom Rondeau
2011-05-25filter: adding a DC blocker algorithm.Tom Rondeau
2011-05-25Merge branch 'tr_master'Tom Rondeau
2011-05-25Merge pull request #1 from tttx/pmt-swig-fixTom Rondeau
Pmt swig fix
2011-05-25trellis: fix typo, had include config.h logic reversedJosh Blum
2011-05-24update python installed filestttx
2011-05-24fixing file trackingtttx
2011-05-24fixing pmt swig python installed filestttx
2011-05-24gr-utils: updating gr_plot_psd.py to protect against zero-length arrays in ↵Tom Rondeau
get_data.
2011-05-17gr-uhd: fixed uhd apps; don't try to set the clock; default antenna unless ↵Tom Rondeau
specified; proper name for tune result.
2011-05-12core: adding get/set sensitivity accessors to frequency_modulator_fc block.Tom Rondeau
2011-05-10gr-uhd: fixed apps Makefile for distribution.Tom Rondeau
2011-05-10gr-uhd: adding gitignore file to uhd apps dir.Tom Rondeau
2011-05-10gr-uhd: Makefile.am for UHD apps.Tom Rondeau
2011-05-10gr-uhd: UHD version of usrpx_rx_cfile.py.Tom Rondeau
2011-05-10gr-uhd: adding antenna selection ability to uhd_fft.py.Tom Rondeau
2011-05-10gr-uhd: adding uhd_fft.py appTom Rondeau
2011-05-10examples: usrp2_wfm_rcv added support for WBX boards. From patch submitted ↵Tom Rondeau
by Elvis Dowson.
2011-05-10build: updated SDCC error message on failure. We don't support version 3, so ↵Tom Rondeau
this should make that better understood.
2011-05-02Merge branch 'mergeme/grc/cross_platform_work'Tom Rondeau
2011-05-02Merge branch 'mergeme/uhd/gain_names'Tom Rondeau
2011-04-28Merge branch 'mergme/audio/api_macro'Tom Rondeau
2011-04-24Merge branch 'mergme/qtgui/api_exports'Tom Rondeau
2011-04-24qtgui: added GR_QTGUI_API declaration to qtgui library classes and functionsJosh Blum
2011-04-24qtgui: use the timespec_reset functionJosh Blum
Its more proper, and the assignment is c99 only.
2011-04-24audio: filled in the GR_AUDIO_API macro (since we now have gruel/attributes.h)Josh Blum
2011-04-24Merge branch 'qtgui_time'Tom Rondeau
Conflicts: gr-qtgui/apps/pyqt_example_f.py
2011-04-24gr-qtgui: adding GRC component for time_sink block.Tom Rondeau
2011-04-24gr-qtgui: splitting qtgui.i into its complex and float .i files to keep with ↵Tom Rondeau
the general standard.
2011-04-24gr-qtgui: Adding float interface to qtgui_time_sink and example program.Tom Rondeau
2011-04-24gr-qtgui: adding example for using the new qt_time_sink_c interface.Tom Rondeau
2011-04-24gr-qtgui: making (somewhat more) consistent case for function names.Tom Rondeau
2011-04-24gr-qtgui: adding function and slot to set a time display curve's color.Tom Rondeau
2011-04-24gr-qtgui: clean upTom Rondeau
2011-04-24gr-qtgui: provide function and slot for setting the labels of a time curve.Tom Rondeau
2011-04-23gr-qtgui: multiple connections working, each with their own color.Tom Rondeau
2011-04-23gr-qtgui: Passing vectors of data to update plot for stability; also moving ↵Tom Rondeau
responsibility of keeping track of plot updates out to qtgui_sink instead of inside plot qidget.
2011-04-23gr-qtgui: moving towards allowing time plot to have multiple connections.Tom Rondeau
2011-04-23gr-qtgui: setting up ability to have multiple connections to the time sink.Tom Rondeau
2011-04-23gr-qtgui: cleaning up; don't delete d_main_gui.Tom Rondeau