Activity

From 04/12/2011 to 05/11/2011

05/11/2011

07:17 am Revision 0b365868: Moved generic psk and qam modulation into gr-digital.
Ben Reynwar
06:14 am Revision f6c10234: Modifying gr_trellis for gr_constellation -> digital_constellation change.
Ben Reynwar
04:52 am Revision e3997ada: Volk: initial profiling support. Profiling works, reading doesn't yet. Need to...
Nick Foster
01:24 am Revision a56dad2b: volk: move generation rules into lib + cleanup
Josh Blum

05/10/2011

09:47 pm Revision 79652760: Volk: allow setting of build type (debug, release, etc) from command line
Nick Foster
09:23 pm Revision 51f9487b: volk: added orc support to the cmake build
Josh Blum
08:49 pm Revision 21d6870a: volk: cmake support for volk (gcc + msvc)
Josh Blum
07:31 pm Revision 3381729b: volk: generate two machine structs which are conditional on LV_HAVE_ORC
Josh Blum
04:40 pm Revision 3303ac16: gr-uhd: fixed apps Makefile for distribution.
Tom Rondeau
03:32 pm Revision 2bdca228: gr-uhd: adding gitignore file to uhd apps dir.
Tom Rondeau
03:29 pm Revision 69c11ed7: gr-uhd: Makefile.am for UHD apps.
Tom Rondeau
03:29 pm Revision 50646fa1: gr-uhd: UHD version of usrpx_rx_cfile.py.
Tom Rondeau
03:20 pm Revision b7dd6da5: gr-uhd: adding antenna selection ability to uhd_fft.py.
Tom Rondeau
02:04 pm Revision 6736e962: gr-uhd: adding uhd_fft.py app
Tom Rondeau
11:05 am Revision 7554d210: examples: usrp2_wfm_rcv added support for WBX boards. From patch submitted by ...
Tom Rondeau
11:01 am Revision 74df52eb: build: updated SDCC error message on failure. We don't support version 3, so t...
Tom Rondeau
03:23 am Revision ffbe7a0e: volk: implement type-agnostic operators for volk_complex
Josh Blum
01:53 am Revision 52b4aee1: Volk: Each QA test runs in separate Boost test case so it prints statistics fo...
Nick Foster

05/09/2011

05:45 pm Revision b3a85a74: gnuradio: revert bootstrap changes
Its so simple, but seems to not work well on some machines. Josh Blum
03:33 pm Revision 8584298a: gr-qtgui: adding the various windows as initial options for the qtgui sink in ...
Tom Rondeau
11:13 am Revision 97fd10af: gr-qtgui: makes time sink a sync_block (since it is) and uses set_output_multi...
Tom Rondeau

05/08/2011

06:58 pm Revision a72bde63: Merge branch 'master' into 8psk
Tom Rondeau
04:04 pm Revision bdd0bd40: build: committing updated Makefile.swig.gen files.
Tom Rondeau
04:04 pm Revision c7fca756: digital: fixing qa code; adding (untested) GRC block for DxPSK demods.
Tom Rondeau
03:54 pm Revision cbf76b86: Merge branch '8psk' of github.com:trondeau/gnuradio into 8psk
Conflicts:
gr-digital/lib/digital_costas_loop_cc.cc
gr-digital/python/qa_costas_loop_cc.py
Tom Rondeau
03:50 pm Revision 1cbe1cae: Merge branch '8psk' of github.com:trondeau/gnuradio into 8psk
Tom Rondeau

05/06/2011

09:27 pm Revision c40ef84d: volk: various backports from MSVC building
1) Added support for __cpuid intrinsic under MSVC
2) Fixed disambiguation for std::abs overload in qa code
3) Fixed...
Josh Blum
07:41 pm Revision 5b4c7d27: volk: top-level common header cleanup
Since we already have a volk_common.h,
moved the attributes, API declaration,
and c-linkage macros into volk_common.h...
Josh Blum
06:25 pm Revision 12413747: volk: removed volk_registry.h, it was superseded by the machines
Josh Blum
06:01 pm Revision f9f3509d: volk: make volk_machine_xxx.cc c-safe
Initialize each machine struct using C constants,
(rather than relying on C++ to copy objects).
Each machine file is...
Josh Blum
02:02 am Revision 701b1c52: volk: make volk_machines.cc c-safe
Initialize the list of machine structs w/ pointers,
this does not rely on C++ initialization and is smaller.
In addi...
Josh Blum

05/02/2011

11:35 am Revision 207a2ae7: Merge branch 'mergeme/grc/cross_platform_work'
Tom Rondeau
10:25 am Revision 7a91b822: Merge branch 'mergeme/uhd/gain_names'
Tom Rondeau

04/28/2011

01:23 pm Revision e1558e1c: Merge branch 'mergme/audio/api_macro'
Tom Rondeau

04/27/2011

07:34 pm GNU Radio Apps Revision db196fbe: increasing usability, adding params, etc.
Tom Rondeau
05:59 am Revision 42783746: gnuradio: support out-of-tree bootstrap
Run bootstrap from any directory and it will work.
The bootstrap script determines the source directory,
and cds into...
Josh Blum
04:55 am Revision a5e2d9e5: volk: reorganization of generation sources and generated files
All generation sources have been moved to the gen/ subdirectory.
Bootstrap and volk_register.py generate the files in...
Josh Blum
04:41 am Revision d941ba31: volk: removed cppunit from the build (not used anymore)
Josh Blum

04/25/2011

03:27 am Revision b3d96118: Merge branch 'mergme/qtgui/api_exports'
Tom Rondeau
02:33 am Revision 70333844: qtgui: added GR_QTGUI_API declaration to qtgui library classes and functions
Josh Blum
02:05 am Revision 9d3c8971: qtgui: use the timespec_reset function
Its more proper, and the assignment is c99 only. Josh Blum
02:02 am Revision bab5e5ca: audio: filled in the GR_AUDIO_API macro (since we now have gruel/attributes.h)
Josh Blum

04/24/2011

02:23 pm Revision 88f157a1: Merge branch 'qtgui_time'
Conflicts:
gr-qtgui/apps/pyqt_example_f.py
Tom Rondeau
02:18 pm Revision 371ca93c: gr-qtgui: adding GRC component for time_sink block.
Tom Rondeau
06:51 am Revision 475f9770: gr-qtgui: splitting qtgui.i into its complex and float .i files to keep with t...
Tom Rondeau
06:45 am Revision f11a2019: gr-qtgui: Adding float interface to qtgui_time_sink and example program.
Tom Rondeau
06:02 am Revision 5af704f3: gr-qtgui: adding example for using the new qt_time_sink_c interface.
Tom Rondeau
05:59 am Revision 83c1463e: gr-qtgui: making (somewhat more) consistent case for function names.
Tom Rondeau
05:47 am Revision 11de76b9: gr-qtgui: adding function and slot to set a time display curve's color.
Tom Rondeau
05:30 am Revision 43a3a729: gr-qtgui: clean up
Tom Rondeau
04:31 am Revision e251c885: gr-qtgui: provide function and slot for setting the labels of a time curve.
Tom Rondeau
03:56 am Revision 350611dd: gr-qtgui: multiple connections working, each with their own color.
Tom Rondeau

04/23/2011

07:11 pm Revision 0877adb2: gr-qtgui: Passing vectors of data to update plot for stability; also moving re...
Tom Rondeau
06:30 pm Revision 01f44f64: gr-qtgui: moving towards allowing time plot to have multiple connections.
Tom Rondeau
04:08 pm Revision bbb5e850: gr-qtgui: setting up ability to have multiple connections to the time sink.
Tom Rondeau
03:29 pm Revision 240ff2e7: gr-qtgui: cleaning up; don't delete d_main_gui.
Tom Rondeau
03:01 pm Revision ca8e6096: gr-qtgui: time domain sink now shows and receives updates.
Tom Rondeau
02:59 pm Revision 8b7b6e29: gr-qtgui: no need to check the version here since we require >4.4
Tom Rondeau

04/22/2011

03:28 am Revision c7b491e2: volk: fixing volk M4 so that nothing of Volk exists and its configure does not...
Tom Rondeau

04/21/2011

11:14 pm Revision 75162ae5: gr-qtgui: adding .i file for time domain plot and updating Makefiles.
Tom Rondeau
11:11 pm Revision f4153072: gr-qtgui: adding time-domain only plotter.
Tom Rondeau
11:10 pm Revision c0692647: gr-qtgui: adding time-domain plot specific event updater.
Tom Rondeau
07:06 pm GNU Radio Apps Revision 20710d80: adding OFDM transmitter code.
Tom Rondeau
07:05 pm GNU Radio Apps Revision 3a3941ed: splitting out OFDM receiver into its own block and adding a USRP2-based OFDM r...
Tom Rondeau
06:02 pm Revision a4ac44d7: grc: fix hier block generation w/ multiple pad blocks
Josh Blum

04/20/2011

02:48 am GNU Radio Apps Revision f08bb558: Adding basic rx and tx apps for USRP2 (non-UHD).
Tom Rondeau
01:26 am GNU Radio Apps Revision 7cebab30: Merge branch 'master' of github.com:trondeau/gr_apps
Tom Rondeau
01:25 am GNU Radio Apps Revision 7710b824: using parameters for command-line access.
Tom Rondeau
01:23 am Revision a92cb89b: grc: added logic to discover the path to the python interpreter
Rather than simply exec-ing the application w/ "python",
use the same interpreter that executed grc w/ full path.
Ad...
Josh Blum

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
« Previous
Next »
 

Also available in: Atom