summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into turboTom Rondeau2011-06-051014-13825/+52494
|\
| * Merge branch 'tr_master'Tom Rondeau2011-06-0213-2/+740
| |\
| | * core: fixed documentation for dc blocker.Tom Rondeau2011-06-022-4/+6
| | |
| | * QA: adding QA code for DC blocker block. Tests impulse response for complex ↵Tom Rondeau2011-06-022-0/+109
| | | | | | | | | | | | and float, long and short form for each.
| | * grc: fixing DC blocker block to handle i/o type.Tom Rondeau2011-06-021-14/+16
| | |
| | * grc: adding DC blocker GRC block.Tom Rondeau2011-05-253-0/+51
| | |
| | * filter: adding floating point version of DC blocker alg.Tom Rondeau2011-05-255-2/+289
| | |
| | * filter: changing name of moving average class to remove name conflicts.Tom Rondeau2011-05-252-16/+16
| | |
| | * filter: adding a DC blocker algorithm.Tom Rondeau2011-05-255-2/+289
| | |
| * | Merge branch 'tr_master'Tom Rondeau2011-05-253-1/+30
| |\|
| | * Merge pull request #1 from tttx/pmt-swig-fixTom Rondeau2011-05-253-1/+30
| | |\ | | | | | | | | Pmt swig fix
| | | * update python installed filestttx2011-05-242-1/+5
| | | |
| | | * fixing file trackingtttx2011-05-241-0/+0
| | | |
| | | * fixing pmt swig python installed filestttx2011-05-242-0/+25
| | |/
| * / gr-utils: updating gr_plot_psd.py to protect against zero-length arrays in ↵Tom Rondeau2011-05-241-10/+20
| |/ | | | | | | get_data.
| * gr-uhd: fixed uhd apps; don't try to set the clock; default antenna unless ↵Tom Rondeau2011-05-172-7/+8
| | | | | | | | specified; proper name for tune result.
| * core: adding get/set sensitivity accessors to frequency_modulator_fc block.Tom Rondeau2011-05-123-1/+7
| |
| * gr-uhd: fixed apps Makefile for distribution.Tom Rondeau2011-05-101-0/+3
| |
| * gr-uhd: adding gitignore file to uhd apps dir.Tom Rondeau2011-05-101-0/+3
| |
| * gr-uhd: Makefile.am for UHD apps.Tom Rondeau2011-05-101-0/+29
| |
| * gr-uhd: UHD version of usrpx_rx_cfile.py.Tom Rondeau2011-05-101-0/+148
| |
| * gr-uhd: adding antenna selection ability to uhd_fft.py.Tom Rondeau2011-05-101-3/+1
| |
| * gr-uhd: adding uhd_fft.py appTom Rondeau2011-05-103-1/+271
| |
| * examples: usrp2_wfm_rcv added support for WBX boards. From patch submitted ↵Tom Rondeau2011-05-101-1/+2
| | | | | | | | by Elvis Dowson.
| * build: updated SDCC error message on failure. We don't support version 3, so ↵Tom Rondeau2011-05-101-1/+1
| | | | | | | | this should make that better understood.
| * Merge branch 'mergeme/grc/cross_platform_work'Tom Rondeau2011-05-0223-160/+146
| |\
| | * grc: added logic to discover the path to the python interpreterJosh Blum2011-04-195-22/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rather than simply exec-ing the application w/ "python", use the same interpreter that executed grc w/ full path. Added code to handle the following exceptions: - for a wx app on mac osx, use the pythonw interpreter (this was in the m4 file, but its easier as a runtime check) - for a no gui app on linux, prepend xterm cuz its nice (we were already doing that but its now restricted to linux)
| | * grc: replaced asserts in gui subdirectoryJosh Blum2011-04-144-12/+13
| | |
| | * grc: replaced asserts in base subdirectoryJosh Blum2011-04-148-54/+60
| | |
| | * grc: replaced asserts in python subdirectoryJosh Blum2011-04-148-70/+64
| | |
| | * grc: define __doc__ for license in case its optimized out (that was easy)Josh Blum2011-04-141-1/+1
| | |
| | * grc: remove integrity checks, we wont need them when I'm doneJosh Blum2011-04-141-10/+0
| | |
| * | Merge branch 'mergeme/uhd/gain_names'Tom Rondeau2011-05-025-1/+98
| |\ \
| | * | Expose named gain stages in gr-uhd via swigJason Abele2011-04-184-0/+96
| | | |
| | * | Added necessary swig to get i2c_writes through dboard_ifaceJason Abele2011-04-181-1/+2
| | | |
| * | | Merge branch 'mergme/audio/api_macro'Tom Rondeau2011-04-281-2/+4
| |\ \ \
| | * | | audio: filled in the GR_AUDIO_API macro (since we now have gruel/attributes.h)Josh Blum2011-04-241-2/+4
| | | | |
| * | | | Merge branch 'mergme/qtgui/api_exports'Tom Rondeau2011-04-248-16/+56
| |\ \ \ \
| | * | | | qtgui: added GR_QTGUI_API declaration to qtgui library classes and functionsJosh Blum2011-04-248-16/+56
| | |/ / /
| * / / / qtgui: use the timespec_reset functionJosh Blum2011-04-242-2/+2
| |/ / / | | | | | | | | | | | | Its more proper, and the assignment is c99 only.
| * | | Merge branch 'qtgui_time'Tom Rondeau2011-04-2433-132/+1864
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: gr-qtgui/apps/pyqt_example_f.py
| | * | | gr-qtgui: adding GRC component for time_sink block.Tom Rondeau2011-04-242-0/+79
| | | | |
| | * | | gr-qtgui: splitting qtgui.i into its complex and float .i files to keep with ↵Tom Rondeau2011-04-244-48/+71
| | | | | | | | | | | | | | | | | | | | the general standard.
| | * | | gr-qtgui: Adding float interface to qtgui_time_sink and example program.Tom Rondeau2011-04-248-3/+515
| | | | |
| | * | | gr-qtgui: adding example for using the new qt_time_sink_c interface.Tom Rondeau2011-04-242-0/+164
| | | | |
| | * | | gr-qtgui: making (somewhat more) consistent case for function names.Tom Rondeau2011-04-243-17/+17
| | | | |
| | * | | gr-qtgui: adding function and slot to set a time display curve's color.Tom Rondeau2011-04-247-1/+24
| | | | |
| | * | | gr-qtgui: clean upTom Rondeau2011-04-244-21/+23
| | | | |
| | * | | gr-qtgui: provide function and slot for setting the labels of a time curve.Tom Rondeau2011-04-247-0/+21
| | | | |
| | * | | gr-qtgui: multiple connections working, each with their own color.Tom Rondeau2011-04-233-9/+18
| | | | |