Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into turbo | Tom Rondeau | 2011-06-05 | 1014 | -13825/+52494 |
|\ | |||||
| * | Merge branch 'tr_master' | Tom Rondeau | 2011-06-02 | 13 | -2/+740 |
| |\ | |||||
| | * | core: fixed documentation for dc blocker. | Tom Rondeau | 2011-06-02 | 2 | -4/+6 |
| | | | |||||
| | * | QA: adding QA code for DC blocker block. Tests impulse response for complex ↵ | Tom Rondeau | 2011-06-02 | 2 | -0/+109 |
| | | | | | | | | | | | | and float, long and short form for each. | ||||
| | * | grc: fixing DC blocker block to handle i/o type. | Tom Rondeau | 2011-06-02 | 1 | -14/+16 |
| | | | |||||
| | * | grc: adding DC blocker GRC block. | Tom Rondeau | 2011-05-25 | 3 | -0/+51 |
| | | | |||||
| | * | filter: adding floating point version of DC blocker alg. | Tom Rondeau | 2011-05-25 | 5 | -2/+289 |
| | | | |||||
| | * | filter: changing name of moving average class to remove name conflicts. | Tom Rondeau | 2011-05-25 | 2 | -16/+16 |
| | | | |||||
| | * | filter: adding a DC blocker algorithm. | Tom Rondeau | 2011-05-25 | 5 | -2/+289 |
| | | | |||||
| * | | Merge branch 'tr_master' | Tom Rondeau | 2011-05-25 | 3 | -1/+30 |
| |\| | |||||
| | * | Merge pull request #1 from tttx/pmt-swig-fix | Tom Rondeau | 2011-05-25 | 3 | -1/+30 |
| | |\ | | | | | | | | | Pmt swig fix | ||||
| | | * | update python installed files | tttx | 2011-05-24 | 2 | -1/+5 |
| | | | | |||||
| | | * | fixing file tracking | tttx | 2011-05-24 | 1 | -0/+0 |
| | | | | |||||
| | | * | fixing pmt swig python installed files | tttx | 2011-05-24 | 2 | -0/+25 |
| | |/ | |||||
| * / | gr-utils: updating gr_plot_psd.py to protect against zero-length arrays in ↵ | Tom Rondeau | 2011-05-24 | 1 | -10/+20 |
| |/ | | | | | | | get_data. | ||||
| * | gr-uhd: fixed uhd apps; don't try to set the clock; default antenna unless ↵ | Tom Rondeau | 2011-05-17 | 2 | -7/+8 |
| | | | | | | | | specified; proper name for tune result. | ||||
| * | core: adding get/set sensitivity accessors to frequency_modulator_fc block. | Tom Rondeau | 2011-05-12 | 3 | -1/+7 |
| | | |||||
| * | gr-uhd: fixed apps Makefile for distribution. | Tom Rondeau | 2011-05-10 | 1 | -0/+3 |
| | | |||||
| * | gr-uhd: adding gitignore file to uhd apps dir. | Tom Rondeau | 2011-05-10 | 1 | -0/+3 |
| | | |||||
| * | gr-uhd: Makefile.am for UHD apps. | Tom Rondeau | 2011-05-10 | 1 | -0/+29 |
| | | |||||
| * | gr-uhd: UHD version of usrpx_rx_cfile.py. | Tom Rondeau | 2011-05-10 | 1 | -0/+148 |
| | | |||||
| * | gr-uhd: adding antenna selection ability to uhd_fft.py. | Tom Rondeau | 2011-05-10 | 1 | -3/+1 |
| | | |||||
| * | gr-uhd: adding uhd_fft.py app | Tom Rondeau | 2011-05-10 | 3 | -1/+271 |
| | | |||||
| * | examples: usrp2_wfm_rcv added support for WBX boards. From patch submitted ↵ | Tom Rondeau | 2011-05-10 | 1 | -1/+2 |
| | | | | | | | | by Elvis Dowson. | ||||
| * | build: updated SDCC error message on failure. We don't support version 3, so ↵ | Tom Rondeau | 2011-05-10 | 1 | -1/+1 |
| | | | | | | | | this should make that better understood. | ||||
| * | Merge branch 'mergeme/grc/cross_platform_work' | Tom Rondeau | 2011-05-02 | 23 | -160/+146 |
| |\ | |||||
| | * | grc: added logic to discover the path to the python interpreter | Josh Blum | 2011-04-19 | 5 | -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 subdirectory | Josh Blum | 2011-04-14 | 4 | -12/+13 |
| | | | |||||
| | * | grc: replaced asserts in base subdirectory | Josh Blum | 2011-04-14 | 8 | -54/+60 |
| | | | |||||
| | * | grc: replaced asserts in python subdirectory | Josh Blum | 2011-04-14 | 8 | -70/+64 |
| | | | |||||
| | * | grc: define __doc__ for license in case its optimized out (that was easy) | Josh Blum | 2011-04-14 | 1 | -1/+1 |
| | | | |||||
| | * | grc: remove integrity checks, we wont need them when I'm done | Josh Blum | 2011-04-14 | 1 | -10/+0 |
| | | | |||||
| * | | Merge branch 'mergeme/uhd/gain_names' | Tom Rondeau | 2011-05-02 | 5 | -1/+98 |
| |\ \ | |||||
| | * | | Expose named gain stages in gr-uhd via swig | Jason Abele | 2011-04-18 | 4 | -0/+96 |
| | | | | |||||
| | * | | Added necessary swig to get i2c_writes through dboard_iface | Jason Abele | 2011-04-18 | 1 | -1/+2 |
| | | | | |||||
| * | | | Merge branch 'mergme/audio/api_macro' | Tom Rondeau | 2011-04-28 | 1 | -2/+4 |
| |\ \ \ | |||||
| | * | | | audio: filled in the GR_AUDIO_API macro (since we now have gruel/attributes.h) | Josh Blum | 2011-04-24 | 1 | -2/+4 |
| | | | | | |||||
| * | | | | Merge branch 'mergme/qtgui/api_exports' | Tom Rondeau | 2011-04-24 | 8 | -16/+56 |
| |\ \ \ \ | |||||
| | * | | | | qtgui: added GR_QTGUI_API declaration to qtgui library classes and functions | Josh Blum | 2011-04-24 | 8 | -16/+56 |
| | |/ / / | |||||
| * / / / | qtgui: use the timespec_reset function | Josh Blum | 2011-04-24 | 2 | -2/+2 |
| |/ / / | | | | | | | | | | | | | Its more proper, and the assignment is c99 only. | ||||
| * | | | Merge branch 'qtgui_time' | Tom Rondeau | 2011-04-24 | 33 | -132/+1864 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-qtgui/apps/pyqt_example_f.py | ||||
| | * | | | gr-qtgui: adding GRC component for time_sink block. | Tom Rondeau | 2011-04-24 | 2 | -0/+79 |
| | | | | | |||||
| | * | | | gr-qtgui: splitting qtgui.i into its complex and float .i files to keep with ↵ | Tom Rondeau | 2011-04-24 | 4 | -48/+71 |
| | | | | | | | | | | | | | | | | | | | | the general standard. | ||||
| | * | | | gr-qtgui: Adding float interface to qtgui_time_sink and example program. | Tom Rondeau | 2011-04-24 | 8 | -3/+515 |
| | | | | | |||||
| | * | | | gr-qtgui: adding example for using the new qt_time_sink_c interface. | Tom Rondeau | 2011-04-24 | 2 | -0/+164 |
| | | | | | |||||
| | * | | | gr-qtgui: making (somewhat more) consistent case for function names. | Tom Rondeau | 2011-04-24 | 3 | -17/+17 |
| | | | | | |||||
| | * | | | gr-qtgui: adding function and slot to set a time display curve's color. | Tom Rondeau | 2011-04-24 | 7 | -1/+24 |
| | | | | | |||||
| | * | | | gr-qtgui: clean up | Tom Rondeau | 2011-04-24 | 4 | -21/+23 |
| | | | | | |||||
| | * | | | gr-qtgui: provide function and slot for setting the labels of a time curve. | Tom Rondeau | 2011-04-24 | 7 | -0/+21 |
| | | | | | |||||
| | * | | | gr-qtgui: multiple connections working, each with their own color. | Tom Rondeau | 2011-04-23 | 3 | -9/+18 |
| | | | | |