Activity

From 03/21/2011 to 04/19/2011

04/19/2011

03:07 am Revision 7ba26479: gr-qtgui: adding copyright dates to qtgui files.
Tom Rondeau
02:56 am Revision 2d20c7ff: gr-qtgui: fixing up examples and adding noise to float example.
Tom Rondeau
01:46 am Revision 517bee34: Expose named gain stages in gr-uhd via swig
Jason Abele
01:06 am Revision 6f6cef02: Added necessary swig to get i2c_writes through dboard_iface
Jason Abele
12:16 am GNU Radio Apps Revision d63fc588: New files to transmit an OFDM signal or channelized signals with UHD.
Tom Rondeau
12:14 am GNU Radio Apps Revision 1108731c: Merge branch 'master' of github.com:trondeau/gr_apps
Tom Rondeau
12:13 am GNU Radio Apps Revision 2fcdcdef: Minor changes to receivers.
Tom Rondeau
12:13 am GNU Radio Apps Revision 2587dfa2: Updating psk receivers.
Tom Rondeau
12:11 am GNU Radio Apps Revision c55c8cc9: New program to receive an OFDM waveform. Displays various pieces of the demodi...
Tom Rondeau

04/18/2011

05:13 pm Revision f71d959e: Revert some extraneous changes from another branch
Nick Foster
05:11 pm Revision de771b03: Volk: remove some dead files from Makefile.am
Nick Foster
05:09 pm GNU Radio Apps Revision 717a01f7: adding qpsk transmitter block and using it in PSK channelizer.
Tom Rondeau
05:00 pm GNU Radio Apps Revision ed81472b: updating psk channelized transmitter to use new bpsk_tx hier_block.
Tom Rondeau
04:59 pm GNU Radio Apps Revision 597e560e: Adding a BPSK transmitter that just transmits random symbols.
Tom Rondeau
04:51 pm GNU Radio Apps Revision 586fda19: minor updates
Tom Rondeau
04:37 pm GNU Radio Apps Revision ebe9d99d: New UHD application that can receive channelized PSK signals.
Tom Rondeau
04:37 pm GNU Radio Apps Revision 18afd2cb: Adding hier_blocks for BPSK and QPSK receivers - takes in samples and returns ...
Tom Rondeau
06:04 am Revision b31f8912: volk: added VOLK_API macro to external symbols
Josh Blum
06:03 am Revision 0b3e4f25: volk: replace references to __attribute__((aligned... with cross platform macro
This replaces all aligned(16) and aligned(128) (which were incorrect).
Attribute macros are on the left because this...
Josh Blum
12:39 am Revision a56b291e: volk: added attributes header (copied from gruel)
Josh Blum
12:29 am Revision 208dcc51: volk: updated lib and include .gitignores for in-tree build
Josh Blum

04/17/2011

11:11 pm Revision a484de90: Volk: make_makefile_am.py changes for include dirs
Nick Foster
06:05 am Revision 513020d8: Volk: modified archs.xml to put Orc higher prio than old SSE/SSE2, since Orc g...
Test cases changed to take ~1s each on my i7 laptop Nick Foster

04/16/2011

10:38 pm Revision cd0cc571: Volk: Compiles and runs with or without Orc installed.
Nick Foster
09:31 pm Revision 52f77cf9: Volk: Orc support back in there, QA code now runs, functionally complete
Nick Foster
05:47 pm Revision 668da8bd: Volk: manual funcs implemented, QA code runs. Barfs due to missing Orc arch.
Nick Foster
05:05 pm Revision 8b04d292: Volk: split n_archs out of arch_defs[0], began to add _manual support
Nick Foster
06:26 am Revision 7ae3c05f: Volk: Link Orc into libvolk.so instead of as a separate installed lib
Nick Foster
06:04 am Revision 7c48568a: Volk: hack Orc back in
Nick Foster
05:48 am Revision d59273f3: Volk: lib compiles & links & works for hand test. testsuite doesn't due to lac...
Nick Foster
12:51 am Revision 8608fc3a: Volk: volk.c is now generated. manual build works OK.
Nick Foster

04/15/2011

10:29 pm Revision e96213a7: Merge branch 'uhd/pkg_config_file'
Tom Rondeau
09:28 pm GNU Radio Apps Revision d3934817: Adding a channelized PSK transmitter.
Tom Rondeau
09:21 pm GNU Radio Apps Revision 4c3e83e4: Adding a channelizing receiver; updating info to other apps.
Tom Rondeau
08:55 pm GNU Radio Apps Revision f6f16ee4: adding gitignore file.
Tom Rondeau
08:54 pm GNU Radio Apps Revision 6734d1d4: Adding GRC app to transmit an FM-modulated sinusoid.
Tom Rondeau
08:53 pm Revision 129ebd4d: volk: forgot to add this one
Nick Foster
08:47 pm GNU Radio Apps Revision 5459ab85: first commit - adding GRC program to receive using UHD and QtGui.
Tom Rondeau
07:11 pm Revision 1877a842: Volk: volk_machine structures generated, volk_machines is instantiated. Testin...
Nick Foster
06:13 pm Revision 013542df: Merge branch 'master' of gnuradio.org:gnuradio
Tom Rondeau
01:42 am Revision c685ac7d: gr-qtgui: updating examples to explicitly shut down flow graphs.
Tom Rondeau

04/14/2011

10:51 pm Revision 26b66947: Fix tuning issue above 2.2 GHz, and use DDCs for fine tuning now.
JohnOrlando
08:48 pm Revision 8963e2fa: gr-qtgui: updating required Qt library to v4.4 instead of v4.2. This has been ...
Tom Rondeau
05:49 pm Revision af1d0a61: grc: replaced asserts in gui subdirectory
Josh Blum
05:40 pm Revision 66d7b234: grc: replaced asserts in base subdirectory
Josh Blum
05:05 pm Revision 4cdd41c1: grc: replaced asserts in python subdirectory
Josh Blum
04:39 pm Revision 8fb43aa9: grc: define __doc__ for license in case its optimized out (that was easy)
Josh Blum
04:37 pm Revision 4f41cde8: grc: remove integrity checks, we wont need them when I'm done
Josh Blum
05:18 am Revision e762abc7: grc: stop the top block after qapp exec for qtgui generation
Josh Blum
01:32 am Revision 5fffe801: Volk: make_makefile_am.py changes to generate cflags, ldflags. no conditional ...
Nick Foster
12:18 am Revision 9b7d444a: Merge branch 'master' of http://gnuradio.org/git/gnuradio into cpuid
Conflicts:
volk/Makefile.common
volk/lib/qa_utils.cc
Nick Foster

04/13/2011

11:47 pm Revision a694c92b: uhd: added package config file support for libgnuradio-uhd
Josh Blum
02:30 am Revision e8ff9ef4: Merge branch 'master' of gnuradio.org:gnuradio into qtgui2
Tom Rondeau
02:28 am Revision 117bf31c: gr-qtgui: exposing double-click events through spectrumdisplayform and through...
Mike Cornelius
02:28 am Revision 41ad09b4: gr-qtgui: adding double-click point selector to main gui widgets.
Mike Cornelius
02:28 am Revision 9ad80754: gr-qtgui: fix the interface file.
Mike Cornelius
02:28 am Revision ef619231: gr-qtgui: rearranging swig directory to allow other .i files; adding a qtgui2 ...
Mike Cornelius
02:28 am Revision 043ebada: gr-qtgui: adding new qtgui_util.h to handle plot picker machinery.
Mike Cornelius

04/12/2011

10:20 pm Revision b7f8d86f: grc: fixing grc block for dxpsk2 demods to use the right parameters.
Tom Rondeau
08:30 pm Revision 1c6d4023: Adding GRC block for the PFB channelizer filterbank.
Tom Rondeau
08:24 pm Revision 1046a330: Adding GRC block for the PFB synthesis filterbank.
Tom Rondeau
03:02 pm Revision 8efd760f: Small bug fix so M&M block asks for the right number of items.
Tom Rondeau

04/10/2011

11:39 pm Revision 4d6f2a34: Merge branch 'qtgui'
Tom Rondeau
09:54 pm Revision 11e91cdd: gr-qtgui: ignore GRC-built py file of grc_qt_example.grc.
Tom Rondeau
09:53 pm Revision 65dd7abb: gr-qtgui: fixes problem with initial axes not showing up properly.
Tom Rondeau
09:21 pm Revision 16ec5a3b: gr-qtgui: exposing set_update_time to Python.
Tom Rondeau
09:13 pm Revision c4050c5b: gr-qtgui: removed OpenGL calls; we still link against the QTOPENGL_LIBS becaus...
Tom Rondeau
08:50 pm Revision 6a4bef7a: gr-qtgui: adding a GRC example for QtGui graphs.
Tom Rondeau
08:33 pm Revision 4ffbb545: gr-qtgui: updating example apps so the wrapped instance of the qtgui is not a ...
Tom Rondeau
03:16 am Revision 42caa092: gr-qtgui: removing Guile-specific stuff since there is no way QtGui will work ...
Tom Rondeau
02:36 am Revision ed4e9964: gr-digital: bumping up the signal amplitude into the costas loop for the 8PSK ...
Tom Rondeau

04/09/2011

10:36 pm Revision 6c3623b0: gr-digital: adding dbpsk, dqpsk, and d8psk demodulators to gr-digital.
Tom Rondeau
08:24 pm Revision cd73f4af: gr-digital: moved dbpsk, dqpsk, d8psk into the gr-digital space. Mods tested a...
Tom Rondeau
07:15 pm Revision ec0edceb: grc: added int to float support
Josh Blum
02:36 am Revision d543b684: gr-digital: formatting constellation block for our style; adding 8PSK constell...
Tom Rondeau
01:44 am Revision c6d7be41: gr-digital: updating build for consetellation object move.
Tom Rondeau
01:43 am Revision 78078fe0: gr-digital: moved consetellation object into gr-digital space.
Tom Rondeau

04/08/2011

08:26 pm Revision 2ce3ebb9: gr-digital: Updated Costas loop QA to work with all tests wth new API.
Tom Rondeau
07:37 pm Revision 73a22b09: Merge branch 'constell_obj' into 8psk
Tom Rondeau
07:37 pm Revision 21b64f07: Merge branch 'master' into constell_obj
Conflicts:
gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.h
gr-audio-oss/src/Makefile.swig.gen
gr-audio/swig/M...
Tom Rondeau
06:09 pm Revision 20678e6d: gr-digital: introducing a new blind equalizer based on minimizing the kurtosis...
Tom Rondeau

04/07/2011

09:20 pm Revision 5c358afd: Merge branch 'master' of gnuradio.org:gnuradio
Tom Rondeau
09:20 pm Revision e84ec722: core: missed a line in the Makefile for int_to_float.
Tom Rondeau
08:40 pm Revision 82c41716: core: adding QA code for int_to_float block.
Tom Rondeau
05:08 pm Revision f2e366cc: grc: added python checks for weird python interpreters
Josh Blum
05:06 pm Revision 11837de6: grc: fix for generating top block when in run to completion mode
Josh Blum
03:12 pm Revision e36dc98e: core: adding a type converter - int -> float.
Tom Rondeau
02:53 pm Revision 6d080314: gr-digital: exposing accessors of CMA equalizer through swig and into GRC. Als...
Tom Rondeau
01:54 pm Revision 9fc0750b: gr-digital: adding CMA equalizer to gr-digital. This replaces the gr_cma_equal...
Tom Rondeau
01:52 pm Revision 5addd18b: gr-digital: Adding a ccc version of the adaptive filter (to use complex taps).
Tom Rondeau
01:51 pm Revision 209bf6ec: gr-digital: getting rid of warnings from costas loop block.
Tom Rondeau

04/06/2011

09:27 pm Revision 4a5c3dd3: volk: adding missing boost library flags for alternative installs of boost libs.
Tom Rondeau
09:10 pm Revision 83113423: Merge branch 'master' into 8psk
Tom Rondeau
04:27 am Revision 997e8dd4: gr-qtgui: finishing off removing references to 3D plotting in UI file.
Tom Rondeau
04:22 am Revision 8f53f5a7: gr-qtgui: removing references to 3D waterfall plot and changning QtGui API to ...
Tom Rondeau
04:07 am Revision b0f876b5: gr-qtgui: cleaning up unnecessary plotting calls.
Tom Rondeau
04:05 am Revision 484b6a07: gr-qtgui: don't delete the SpectrumDisplayWindow; as a QWidget, it takes care ...
Tom Rondeau

04/05/2011

03:41 am Revision c5fd71cf: gr-qtgui: missed lock call that was just deleted.
Tom Rondeau
03:38 am Revision fb89b819: gr-qtgui: removing uncessary file of qtevents and objects.
Tom Rondeau
03:37 am Revision 414ff0e6: gr-qtgui: removing unnecessary mutex and qtevent objects.
Tom Rondeau
02:22 am Revision a43ea214: Merge branch 'master' into qtgui
Tom Rondeau

04/04/2011

12:12 pm Revision eca55019: pfb: fixed documentation for PFB-based clock sync.
Tom Rondeau

04/01/2011

02:59 pm Revision 2653d205: gr-qtgui: wip trying to figure out segfaults.
Tom Rondeau
02:02 pm Revision 09660370: build: updating Makefiles for newer linker requirements.
Tom Rondeau

03/30/2011

11:34 pm Revision 9166da7a: build: add missing linker defines for Win32
Don Ward
10:41 pm Revision 833a93d0: build: update config.guess and config.sub from canonical source
In volk, these are now actual files instead of symlinks Johnathan Corgan
10:36 pm Revision 2431806a: usrp: cleanup misc usage
Don Ward
10:33 pm Revision b57a4132: volk: fix missing Boost flags
Don Ward
04:07 am Revision 918d53d7: gr-digital: updatign QA code to new interface of Costas Loop.
Tom Rondeau
04:07 am Revision 1a43b1c6: gr-digital: cleaning up and commenting.
Tom Rondeau

03/29/2011

02:48 pm Revision d44bed65: Merge remote branch 'jblum/wip/gr_block_pure_virtual'
* jblum/wip/gr_block_pure_virtual:
uhd: cleanup uhd usrp source/sink with virtual inheritance
audio: cleanup audi...
Johnathan Corgan
02:48 pm Revision faa24458: Merge remote branch 'jblum/wip/throttle'
* jblum/wip/throttle:
throttle: cleanup conditional code and reimplement with boost posix time
runtime: changes t...
Johnathan Corgan
04:48 am Revision b30c7932: gr-digital: restructured Costas loop to be specified in terms of the damping f...
Tom Rondeau
02:22 am Revision a6c20fcd: gr-digital: adding QA code for Costas loop block.
Tom Rondeau
02:22 am Revision aa709845: gr-digital: adding GRC components for Costas loop.
Tom Rondeau
02:22 am Revision f6e8da2d: gr-digital: renaming block to avoid name collision with stuff in gnuradio-core.
Tom Rondeau

03/28/2011

10:04 pm Revision 58b27b53: digital: fixing up build structure. Compiles now.
Tom Rondeau
10:04 pm Revision 4c54956b: digital: configuration files for building gr_digital
Tom Rondeau
09:38 pm Revision 71cea654: pager: fixed naming in PC file.
Tom Rondeau
09:36 pm Revision 485be49c: gr-digital: adding a new top-level block for digital comms work.
Tom Rondeau
08:34 pm Revision 113a144a: audio: added missing header to Makefile.
Tom Rondeau
05:30 pm Revision 25ee0ce9: uhd: cleanup uhd usrp source/sink with virtual inheritance
The uhd block implementations now inherit from sync block.
And the redundant constructor in source/sink has been remo...
Josh Blum
05:30 pm Revision 35a4938e: runtime: changes to block headers to allow pure virtual sub-classes (interfaces)
Josh Blum
05:30 pm Revision f8ce1074: audio: cleanup audio source/sink with virtual inheritance
The audio implementations now inherit from sync block (as they used to).
And the redundant constructor in audio sourc...
Josh Blum
05:28 pm Revision a111deb4: runtime: changes to block headers to allow pure virtual sub-classes (interfaces)
Josh Blum
05:28 pm Revision 3ff8f7a5: throttle: cleanup conditional code and reimplement with boost posix time
This greatly cleans up gr_throttle and moves the implementation into the .cc file.
The implementation uses boost's po...
Josh Blum
04:51 am Revision b51e1434: Merge branch 'master' of gnuradio.org:gnuradio
Tom Rondeau
04:48 am Revision 2b852ae6: audio: fixing class typo for OSX audio driver.
Tom Rondeau
04:48 am Revision 75bbb265: audio: re-adding circular_buffer.h for OSX build.
Tom Rondeau
04:01 am Revision 753ee5b9: volk: adding BOOST_CPPFLAGS to volk to use boost unit tests.
Tom Rondeau

03/27/2011

11:21 pm Revision 7563ab82: gr-qtgui: tightening up and cleaning up some memory leaks.
Tom Rondeau
11:07 pm Revision efc646ac: gr-qtgui: improvements to python test apps.
Tom Rondeau
10:17 pm Revision 79fa8042: gr-qtgui: cleaning up handling of mutex
Tom Rondeau
07:03 pm Revision 4c4fab94: gr-qtgui: fixing up the Makefile for proper dist. Passes make distcheck.
Tom Rondeau
06:25 pm Revision 0726044c: gr-qtgui: making necessary changes to build a python package and export qtgui;...
Tom Rondeau
06:15 pm Revision 9ebfa393: gr-qtgui: small correction in Python QA code with new structure.
Tom Rondeau
06:12 pm Revision 3ddd1f9c: gr-qtgui: typo correct in M4 file.
Tom Rondeau
06:11 pm Revision 147143f5: gr-qtgui: qtgui builds and passes make check under new structure.
Tom Rondeau
05:41 pm Revision b7f96d54: gr-qtgui: fixed some signed/unsigned comparison warnings.
Tom Rondeau
05:26 pm Revision 59fc7194: gr-qtgui: moving qtgui apps to the apps directory.
Tom Rondeau
05:12 pm Revision 2f8c2f92: gr-qtgui: updating M4 file for new directory structure.
Tom Rondeau
05:10 pm Revision 4a1dfe6b: gr-qtgui: wip: moving and renaming files for new structure.
Tom Rondeau
04:59 pm Revision 43b9359f: gr-qtgui: moving Python files to new structure; get rid of src directory.
Tom Rondeau
04:56 pm Revision c102d4f5: gr-qtgui: moving gitignore to new location.
Tom Rondeau
04:55 pm Revision befadabc: gr-qtgui: restructuring qtgui directory to new layout.
Tom Rondeau

03/26/2011

10:06 pm Revision dd97932a: gruel: using a copy of swig's intrusive_ptr.i to support the PMT wrapping.
Tom Rondeau
09:09 pm Revision e45e25d1: Merge branch 'qwt4'
Tom Rondeau
09:03 pm Revision 7bad5690: gr-qtgui: adding QA code for qtgui; remarked out until a fix for the segfault ...
Tom Rondeau
07:27 pm Revision 42719e65: gr-qtgui: more robust way of checking for QWT-qt4; checks a different header o...
Tom Rondeau
07:17 pm Revision 139a5746: Merge branch 'master' of gnuradio.org:gnuradio
Tom Rondeau
04:16 pm Revision d24a3fa2: Adding phase detector in Costas loop for 8PSK.
Tom Rondeau

03/25/2011

11:56 pm Revision 068fbaa8: Merge branch 'filtdesign'
Tom Rondeau
11:55 pm Revision 511e31d4: gr-utils: more error checking on filter designer.
Tom Rondeau
11:37 pm Revision b0856456: gr-utils: adding save/open capabilities to equiripple filters. Also added some...
Tom Rondeau
05:53 pm Revision 8cee6c5f: Merge branch 'master' of gnuradio.org:gnuradio
Tom Rondeau
03:53 pm Revision 64dac6a1: Fixing missing include files and various other patches for Windows build issues.
Don Ward

03/24/2011

08:20 pm Revision 0be37540: updated gr-trellis documentation
Achilleas Anastasopoulos

03/22/2011

11:55 pm Revision 258186d5: Interim commit.
Nick Foster
04:34 pm Revision 34313eac: audio: moved audio docs to gr-audio and fix comments
Josh Blum
« Previous
Next »
 

Also available in: Atom