Activity
From 09/22/2009 to 10/21/2009
10/21/2009
- 09:20 pm Revision 8e003a40: Merge branch 'vrt' of http://gnuradio.org/git/jblum
- Merge fix: added GRUEL_INCLUDES to vrt Makefile
Merge fix: added missing include in gr-vrt
* 'vrt' of http://gnuradi... - 07:30 pm Revision 2875cf23: query the model number from the host
10/20/2009
- 03:49 am Revision 3f60c948: Resampler seems to be working for all values of rate
- 03:18 am Revision c1bca337: Working on fixing arbitrary resampler not working for rate < 1.0; this fixes i...
10/19/2009
- 03:25 pm Revision 36a02055: Merge branch 'osx_10.6_64_fixes' of http://gnuradio.org/git/michaelld
- This merge adds support for OSX 10.6 in gr-audio-osx and usrp.
Conflicts:
usrp/host/lib/usrp_prims_libusb0.cc - 02:30 pm Feature #412 (Closed): Moving average extended to vectors
- Element-wise moving average of vectors. For parallel stuff, easier than doing parallel MAs.
- 02:28 pm Feature #411 (Closed): stream_to_vector_overlap
- Patches the ability to convert streams to vectors while keeping an overlap. Application example: Welsh spectrum estim...
- 02:21 pm Revision 5d311c58: moved all 'fprintf (stderr, ...)' calls to std::cerr, for 'universal' OSX prin...
10/18/2009
- 09:25 pm Revision 76aa7a49: added v offset option to scope
- 08:58 pm Revision 66552972: added to todo
10/17/2009
- 03:55 pm Revision cd033953: better for both cross-compiling and 10.6 native compiling, to determine CPU ar...
10/16/2009
- 01:32 am Revision 0f422608: usrp: Fixed firmware load regression
- This fixes a bug from "Applied libusb-1.0 patch set from Thomas
Tsou <[email protected]>" b5aa407ec2b1bdebc1c950a9428789fe... - 01:32 am Revision 84ba6407: usrp: Corrected error message
- 01:31 am Revision 8c339e7c: usrp: Added missing return values
10/15/2009
- 07:02 pm Revision c69f5205: Merge commit '25a8' from [email protected]:jblum
- * commit '25a8':
use clean numbers for waterfall ref and range
tweaks to scope autoscaling
registered key to hi... - 02:42 pm Revision 28d1a3fa: osx 10.6 x86_64 fixes for gr-audio-osx
- 01:43 pm Revision 11cb05e1: OSX 10.6 x86_64 fixes for configure and libusb; Audio is next
10/14/2009
- 10:21 pm Revision cc5253b0: fix usrp2 wrappers for vlen of 2 shorts
- 06:36 pm Revision 538e6fa4: fix so all handlers get called on event
- 04:03 am Revision a82c7842: Merge branch 'qtmake' of [email protected]:trondeau into master
- * 'qtmake' of [email protected]:trondeau:
Removing ifs to clean up build system. Make no longer rebuilds gr-qtgui if... - 02:46 am Revision b41666e7: Removing ifs to clean up build system. Make no longer rebuilds gr-qtgui if no ...
10/13/2009
- 08:46 pm Revision 70709caa: Added run-to-completion to demod_hrpt_file.grc
- 08:46 pm Revision f6e6c0b7: Added timing adjustment for zero crossings at bit edges
- 08:32 pm Revision c39a8c44: Merge branch 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsou
- This merge fixes libusb build machinery to work for Cygwin, Darwin, Ubuntu,
and F11.
* 'libusb-1.0' of git://github.... - 08:07 pm Revision 6b0bbd51: Change calculation of docdir to remove trailer when in git development
- 02:28 am Revision 068c8416: Merge branch 'fix/wxgui' of [email protected]:jblum
- * 'fix/wxgui' of [email protected]:jblum:
fix so all handlers get called on event - 01:46 am Revision 4df83569: Merge branch 'sync' of [email protected]:trondeau into master
- This merge adds polyphase clock recovery, implements new PAM demodulators
that use it, and also moves GRC examples to... - 01:35 am Revision e9e2ce03: fix so all handlers get called on event
- 01:18 am Revision 6b626de1: usrp: Applied patch from Michael Dickens for Darwin libusb
- Update usrp_libusb.m4 to work on Darwin for both libusb-legacy and libusb1
10/12/2009
- 10:44 pm Revision 4fad7bd5: simplfied the code while i was looking at it
- 10:41 pm Revision 3eeb2720: Reverting dqpsk to be mpsk_receiver based and not change its behavior.
- 10:36 pm Revision 6f6b0229: Fixing initialization of timing gains. Alpha should be < 1, and beta should be...
- 09:58 pm Revision 77a3e7e8: usrp: Applied patch from Don Ward for Cygwin libusb
- Moved the case statement after the call to AC_CHECK_LIB
Initialized LIBS="" before calling AC_CHECK_LIB - 09:55 pm Revision c1ab9629: This splits the rate into a fractional an integer value, which allows the loop...
- 08:36 pm Revision 2b60291c: Fixing compiler warnings.
- 08:04 pm Revision f3329805: Adding dqpsk2 block to makefile for installation.
- 08:04 pm Revision 4d65d1d2: Adding DQPSK version that uses the PFB timing sync block (dqpsk2).
- 08:03 pm Revision 45d5eda3: Minor fixes for logging.
- 08:03 pm Revision e8759914: Fixing import of UI file.
- 07:16 pm Revision 5b74bb4d: Merge commit '38d5389f3054164a2f04d6e4e8fe381aa5ee03fc' into vrt
- 06:26 pm Revision 52dcaf0d: Merge branch 'libusb-legacy-macports' into libusb-1.0
- 05:51 pm Revision f5ccf9d4: fix to restart libusbok checking for non-PKGCONFIG
- 05:28 pm Revision 51738020: Temporary working dbpsk2 example until we match everything.
- 05:26 pm Revision 1a8a8124: usrp: Disabled libusb-1.0 debug output by default
- Debug output may generate excessive amounts of information.
- 05:26 pm Revision cd963d80: Working DBPSK implementation with new PFB clock recovery block. The feedforwar...
- 05:21 pm Revision b5374350: A bit of code cleanup.
- 03:05 pm Revision c97d1b08: merged updated libusb checks with older version
- 05:21 am Revision 83ddffda: add canonical options for copy enable param
- 05:18 am Revision 8526c6bd: Added num_ports to various blocks that have infinite ports possible in io sign...
- Also, added the gr stream mux block.
10/11/2009
- 04:49 pm Bug #409 (Closed): build fails on MinGW because gr_histo_sink requires pthreads
- Fixed in 36c3f0a0
- 04:48 pm Bug #410 (Closed): dependence of gruel on guile should be included in configure
- Fixed in commit a3454897
- 03:42 pm Revision c49fc2de: Merge branch 'patches/dward' of [email protected]:jcorgan
- * 'patches/dward' of [email protected]:jcorgan:
#include "config.h" in db_wbxng.cc (for timespec, nanosleep, etc.)
... - 07:23 am Revision a1faa30c: earliest beta files renamed to avoid confusion
10/10/2009
- 11:48 pm Revision 58f84719: #include "config.h" in db_wbxng.cc (for timespec, nanosleep, etc.)
- Patch-by: Don Ward <[email protected]>
- 11:47 pm Revision 212f6234: Add flags and dependencies for MinGW/MSYS.
- Patch-by: Don Ward <[email protected]>
- 11:42 pm Revision a3454897: Add dependence of gruel on guile; fixes ticket #410.
- Patch-by: Don Ward <[email protected]>
- 11:39 pm Revision 36c3f0a0: Use gruel::mutex instead of pthread_mutex in gr_histo_sink_f.
- Patch-by: Don Ward <[email protected]>
- 11:38 pm Revision 1618db88: Add .gitattributes to fix CRLF problems on MinGW/MSYS
- Patch-by: Don Ward <[email protected]>
- 01:22 am Revision 5657ff84: Starting to rework QT app to control new PFB clock recovery alg.
- 01:21 am Revision 19e2cc4b: Making old dbpsk work again to compare against new version.
- 01:21 am Revision 016fccfd: Adding new DBPSK block with new PFB clock recovery alg.
10/09/2009
- 11:55 pm Revision dda4ffec: Revert "More additions to PAM timing simulation."
- This reverts commit a524c6f494cfb3b88d1e55d3f1a35d97ec566c4e.
- 11:26 pm Revision a524c6f4: More additions to PAM timing simulation.
- 11:02 pm Revision 25a8f7a8: use clean numbers for waterfall ref and range
- 10:35 pm Revision 9a958271: tweaks to scope autoscaling
- 09:52 pm Revision 9761acfa: Using 2-PAM by default.
- 09:34 pm Revision 8c846fb7: Cleaning up GRC PAM timing example and adding ability to do M-ary PAM.
- 09:33 pm Revision 30062988: Cleaning up constructor.
- 09:03 pm Revision abbd0afd: Moving filter number decision to start work function.
- 09:02 pm Revision baffe5aa: Cleaning up unused variable and code.
- 08:57 pm Revision 5c70f942: Working fractional sample rates in clock recovery algorithm.
- 08:41 pm Revision a154cc5c: registered key to hide/show control panel in wxgui windows
- 08:26 pm Revision 1bce7d89: Chaning update for fractional sample rate into filter index.
- 08:26 pm Revision 5c00e226: Added window size param to all wxgui wrappers.
- Modified type parser to allow blank values in vector types as empty vectors.
- 07:10 pm Revision 665e6c8d: usrp: Enable debug output
- This only works if libusb-1.0 is compiled with debug logging.
- 07:08 pm Revision ee76323c: usrp: Reorg of libusb error reporting
- Error messages rather than error codes are reported. Version specific
libusb error messages originate from their resp... - 06:19 pm Revision 28d198f8: add canonical options for copy enable param
- 06:10 pm Revision 80841156: wip
- 05:38 pm Revision d92ca50e: usrp: Added error checking on hash transfers
- 05:12 am Revision 7ba8192e: Merge branch 'wip/wxgui' of http://gnuradio.org/git/jblum
- * 'wip/wxgui' of http://gnuradio.org/git/jblum:
using gr copy in the wxgui connect, added gr copy to grc xml
Adde... - 04:46 am Revision 38d5389f: using gr copy in the wxgui connect, added gr copy to grc xml
- 04:40 am Revision 90b8b4cc: Working on allowing fractional samples per symbol.
- 03:54 am Revision 11075f75: Merge branch 'wip/wxgui' of http://gnuradio.org/git/jcorgan into wip/wxgui
- 03:53 am Revision 075cdb99: Added gr.copy(itemsize) block
- set_enabled(bool) will either copy from input to output (True)
or drop the input on the floor (False). - 03:12 am Revision 23fa9183: point label transpareny, horizontal offset, and toggle on/off capability
10/08/2009
- 09:21 pm Revision 82d944f7: augmented search for libusb
- 01:20 pm Bug #410 (Closed): dependence of gruel on guile should be included in configure
- If guile is missing, gruel passes all checks in configure but make fails while building pmt (now part of gruel). Dep...
- 03:53 am Revision a8d8b835: Adding channel model to simulation to test frequency offset.
- 03:31 am Revision 3a3cfaf2: tweaks to the search
- 03:17 am Revision fcc492b0: a working block tree search
- 02:22 am Revision a9a81b99: added noaa to extract doc matcher
- 01:47 am Revision dfa5e0a5: simplify some params
- 01:32 am Revision 7b527030: Adding imaginary stream to PAM demo to test IQ sync. Also properly setting bet...
- 01:31 am Revision 521f3e51: Working sync for QPSK
- 01:01 am Revision 64a5167c: moved the wxgui connect helper functions into the wrapper class
- 12:45 am Revision eeea619b: More stable version of clock sync.
10/07/2009
- 06:52 pm Revision 1e8aefec: making use of update ui event
- 06:02 pm Revision 3b7c8a44: Clipping the rate of the clock recovery helps track large changes.
- 04:48 pm Revision af5e21e3: setup special wxgui connect on sinks, needs testing
- 04:11 pm Revision 30e016dd: Applied patch from Don Ward for Cygwin platform
- Add *.exe to .gitignore
Restore ac_compiler in gr_fortran.m4 even when no Fortran was found
Add $(NO_UNDEFINED) to LD... - 08:47 am Revision bbecdd83: working special connect for fftsink
- 06:19 am Revision 1f8e1248: Adding better scope sink defaults.
- 05:28 am Revision 645ab0cf: work on a special connect function that registers a callback
- 04:52 am Revision 69d09a30: added bind to visible event function to callback when visibility changes withi...
- 02:44 am Revision da451d5d: Fixing previous checkin
- 02:31 am Revision 45286cd7: Adding accessor functions for both alpha and beta.
- 02:29 am Revision 3a7863d3: Merge branch 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsou
- * 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsou:
usrp: Corrected build fix for libusb
usrp: Removed unuse... - 01:17 am Revision fc6d4f39: Merge branch 'wip/wbxng' of [email protected]:jcorgan
- * 'wip/wbxng' of [email protected]:jcorgan:
Clean up for work-in-progress
Integrated gain control for TX and RX of... - 01:15 am Revision dd7adee2: Fixing io signature for debug outputs.
- 01:08 am Revision 294be275: Merge branch 'wip/examples' of http://gnuradio.org/git/jblum into sync
- 01:08 am Revision a9ce8f91: progress
- 01:04 am Revision 29fed0b4: removed unused git ignores
- 01:00 am Revision ccca4c7d: moved grc examples to gnuradio-examples/grc
- 12:56 am Revision 1661deaf: Merge branch 'sync' of http://gnuradio.org/git/trondeau into sync
- 12:56 am Revision 10a573eb: Adding ports to GRC file for new debug outputs
- 12:56 am Revision d3c44ab5: added more ports
- 12:55 am Revision 59adecb4: Merge branch 'sync' of http://gnuradio.org/git/matt into sync
- 12:53 am Revision 841df70f: Merge branch 'wip/sync' of http://gnuradio.org/git/jcorgan into sync
- 12:50 am Revision 69caa7dc: Clean up for work-in-progress
- Copyright updates
Trailing whitespace cleanup
Move private headers out of install
Use standard include guards
Code cl... - 12:49 am Revision af609b2b: Adding more outputs for debugging.
- 12:44 am Revision d887d011: with frac delay
- 12:36 am Revision e2612e39: Merge branch 'sync' of http://gnuradio.org/git/matt into wip/examples
10/06/2009
- 11:03 pm Revision 1a86e44f: usrp: Corrected build fix for libusb
- 10:38 pm Revision 2ba90eb8: Merge branch 'sync' of http://gnuradio.org/git/trondeau into sync
- 10:37 pm Revision 2d93968c: rename and make output optional
- 10:19 pm Revision 9d3f297d: Changinging behavior of parameter update for PFB clock recovery alg.
- 10:07 pm Revision 28e710b3: Merge branch 'wip/sync' of http://gnuradio.org/git/jcorgan into sync
- 09:56 pm Revision 3159eba6: Add gr.pfb_clock_recovery to GRC
- 09:22 pm Revision 3087d962: no timing recovery yet, but creates RRC-PAM
- 08:50 pm Revision c014a092: Making second output port of PFB clock recovery optional.
- 05:40 pm Revision bbd3df51: Merge branch 'master' into sync
- Conflicts:
gr-utils/src/python/gr_plot_qt.py
gr-utils/src/python/pyqt_plot.py
gr-utils/src/python/pyqt_plot.ui - 05:29 pm Revision 314726ae: Should not be clipping the error here.
- 05:26 pm Revision 7f994ec5: Working with PFB clock recovery block.
- 05:24 pm Revision eee064ca: Using PFB clock recovery for testing
- 05:23 pm Revision 28bcffde: wip on clock sync block; exposing set gain function
- 05:21 pm Revision 271412d1: Updating display for better viewing on small screens
- 07:33 am Revision 3f8026a0: Merge branch 'master' of http://gnuradio.org/git/gnuradio
- 01:36 am Revision 69dd1eed: added freq offset slider
- 01:27 am Revision b3bb6afe: added mpsk demod example
10/05/2009
- 09:37 pm Revision 9aff67ee: First Functional TX modulator
- 09:37 pm Revision 48e2124c: Enabled RX Baseband
- 09:37 pm Revision bf0bbd9d: Integrated gain control for TX and RX of wbxng
- 09:37 pm Revision a85e0396: Locking, controllable synthesizer on TX and RX
- set Charge Pump Current (Icp) per design guide on schem
set R divider to 3, so that PFD inputs are ~21MHz
set... - 09:37 pm Revision ba4f8351: Clean build
- 09:37 pm Revision e4b5ce36: Able to tune RX VCO, observe R and N divider output on MUXOUT
- 09:37 pm Revision 16951928: twiddling gpio successfully
- 09:37 pm Revision 052e7a2c: Initial compile of wbxng, properly sets db IDs
- 06:55 pm Revision cf015f49: Adding ability to easily reload/reset file
- 09:15 am Revision 61926130: Properly reset the fifos. We didn't connect before.
10/04/2009
- 03:22 pm Revision c6b4290d: Merge branch 'grc' of http://gnuradio.org/git/jblum into master
- This restores functionality reverted in fd37328c
* 'grc' of http://gnuradio.org/git/jblum:
Added a run options to ... - 06:28 am Revision 02a14678: Added a run options to the "no gui" generate options.
- The user can select between run to completion and prompt for exit.
Also fixed the props dialog is changed function t... - 01:45 am Revision 56496536: Added computed version number to configuration
- 01:38 am Revision 74fbff0e: Fix to restore ability to run 'make distcheck' from a VPATH
10/03/2009
- 08:33 pm Revision d155857d: Merge branch 'master' into libusb-1.0
- 08:24 pm Revision 97522141: usrp: Removed unused file
- 07:59 pm Revision 0aba3485: Fix missing update from last commit
- 05:08 pm Revision d894a95e: usrp: Build fix for non-pkgconfig installs of libusb
10/01/2009
- 09:24 pm Revision 0cd478fd: Merge branch 'wip/libusb-1.0' of http://gnuradio.org/git/jcorgan into master
- This merge adds support for libusb1.0 in the usrp component. To enable,
you must add --with-fusb-tech=libusb1 to you... - 08:51 pm Revision f4a86cca: Cleanup in preparation for merge
- Fix trailing whitespace
Use standard include guards
Add more missing config.h includes
Fixup emacs mode strings
Updat... - 07:47 pm Revision 6f820db7: Add required include directory for new header organization
- 06:07 pm Revision bf765340: Merge branch 'new_eth' of http://gnuradio.org/git/matt into master
- * 'new_eth' of http://gnuradio.org/git/matt: (42 commits)
Fix warnings, mostly from implicitly defined wires or uns... - 05:33 pm Revision 152b281b: Added config.h headers to fix win32 build
- 08:02 am Revision 4743bf77: Fix warnings, mostly from implicitly defined wires or unspecified widths
- 07:21 am Revision 21e93176: fullchip sim now compiles again, after moving eth and models over to new simpl...
- 07:06 am Revision 413d2623: remove unused opencores
- 02:55 am Revision 147de5cd: remove debugging code
- 02:12 am Revision d37030e2: Merge branch 'new_wb_intercon' into new_eth
- Functionality should not change at all
Conflicts:
usrp2/fpga/top/u2_core/u2_core.v - 01:59 am Revision 4dfa2ad7: Merge branch 'master' into new_eth
- 01:37 am Revision 1e3521c9: no idea where this came from, it shouldn't be here
- 12:35 am Revision 016b2fb7: Copied wb_1master back from quad radio
- more sane config options, should be exactly the same memory map
09/30/2009
- 05:35 am Revision e5b76a1b: Enable pps interrupts. Not sure why they were disabled in the first place.
- 01:29 am Revision df4edacd: Consolidate conditional headers into libusb_types.h, use automake
09/29/2009
- 10:34 pm Revision 57e810d3: added access methods for gps stuff
- 02:04 am Revision 85a8e6cd: added access methods and parsing for caldiv if context
- 12:52 am Revision c88f64ad: Merge branch 'wip/gr-noaa' of http://gnuradio.org/git/jcorgan into master
- * 'wip/gr-noaa' of http://gnuradio.org/git/jcorgan:
Restored original HRPT GUI script and documented various script...
09/28/2009
- 10:14 pm Revision fb4883e9: Removed multiple install of noaa_swig.i from Makefile.am
- 08:37 pm Bug #373: aligned malloc not available under MinGW
- As it appears that posix_memalign is only used by code specifically for [[PowerPC]], can building of posix_memalign.l...
- 08:31 pm Bug #409 (Closed): build fails on MinGW because gr_histo_sink requires pthreads
- Building on Windows with [[MinGW]] fails because gr_histo_sink uses the pthread library, which is not available on Wi...
- 07:14 pm Revision 1c528feb: use existing utility method
09/27/2009
- 08:46 pm Revision 745a3629: Restored original HRPT GUI script and documented various script choices.
- 08:34 pm Revision db2f60ba: Renamed simplified HRPT script to allow restoring original
- 05:15 pm Revision ec8c8e0e: General improvements in HRPT receiver
- Added usrp_rx_hrpt_nogui script
Simplified usrp_rx_hrpt script for lower CPU usage
Changed matched filtering taps to ...
09/26/2009
- 02:04 am Revision e3902a95: reading the lo back and storing it
- 12:28 am Revision 3cb87bce: use the new htonll and vrt types to send cal and lo freqs
09/25/2009
- 11:54 pm Revision 2532270b: checking for if context packets and setting up the payload pointer and size
- 10:57 pm Revision 4036435e: Reading 64 bit freq out of chunk of context packet.
- Where is the rest of my context packet?
Added htonll and ntohll in gruel inet.h
Fixed vrt/types.h freq cast - 08:56 pm Revision fd23d8e0: copied over vrt context and type headers, updated bits.h as well
- 08:24 pm Revision 9a64a37f: Merge branch 'grc' of http://gnuradio.org/git/jblum
- * 'grc' of http://gnuradio.org/git/jblum:
hash the tuple of hashes to id the current params - 08:15 pm Revision 368d4a0b: Merge branch 'gr-noaa-fixes' of http://gnuradio.org/git/balister into master
- * 'gr-noaa-fixes' of http://gnuradio.org/git/balister:
Add missing cstdio include for gcc 4.4 compatibility. - 07:57 pm Revision 7b210507: Add missing cstdio include for gcc 4.4 compatibility.
- 07:54 pm Revision dcd4b6ef: hash the tuple of hashes to id the current params
- 07:27 pm Revision 5d1ce940: Revert "Merge branch 'grc' of http://gnuradio.org/git/jblum"
- This reverts commit 06281feea16143ca97a77348f72e1c6dd0616c57.
- 06:58 pm Revision 06281fee: Merge branch 'grc' of http://gnuradio.org/git/jblum
- * 'grc' of http://gnuradio.org/git/jblum:
Added a run options to the "no gui" generate options. - 06:29 pm Revision ac4dd2f7: Add missing include file in gnuradio-core
- 03:06 pm Revision 7ea3f2bd: Merge branch 'wip/deb' of http://gnuradio.org/git/jcorgan
- * 'wip/deb' of http://gnuradio.org/git/jcorgan:
Misc. packaging tweaks
Merged Bdale's 3.2.2-1 packaging - 02:05 pm Revision 2af86109: Misc. packaging tweaks
- Note gcell/apps/gen_script.py needs to use git
Install gnuradio-config-info in libgnuradio-core0
Add pfb examples to ... - 07:24 am Revision fd37328c: Added a run options to the "no gui" generate options.
- The user can select between run to completion and prompt for exit.
Also fixed the props dialog is changed function t... - 05:34 am Revision 5c46578b: Merge commit 'origin' into new_eth
- Conflicts:
.gitignore
09/24/2009
- 10:51 pm Revision 16474a0a: Merge branch 'rx_mimo_hb_sync' of http://gnuradio.org/git/matt
- * 'rx_mimo_hb_sync' of http://gnuradio.org/git/matt:
Synchronize the internal phase of the halfband filters to the - 10:35 pm Revision 04754033: Merged Bdale's 3.2.2-1 packaging
- Three-way merge on files (3.2.2->bdale, 3.2.2->3.3git)
Merged control, rules, install, copyright, changelog
File rena... - 07:33 pm Revision ef5a7328: Synchronize the internal phase of the halfband filters to the
- start of the "run" signal. This is important for MIMO. Bug
reported by Christoph Hein and Hanwen . - 06:49 pm Revision 3c9b9b58: Acknowledging the obvious
- 02:11 am Revision 4bb01619: Fix missing type specifier for mask
- 01:17 am Revision d3a651aa: Merge branch 'wip/gr-noaa' of http://gnuradio.org/git/jcorgan into master
- * 'wip/gr-noaa' of http://gnuradio.org/git/jcorgan:
Added README and updated configuration requirements
Split HRP... - 01:15 am Revision 18cd6228: Merge branch 'grc' of http://gnuradio.org/git/jblum into master
- * 'grc' of http://gnuradio.org/git/jblum:
xor that hash
bug fix for handling loading of dynamic params
09/23/2009
- 10:05 pm Revision 962a57ba: Change write_internal_ram in usrp_prims to print signed error code
- 07:23 pm Revision 2afcae4f: Added README and updated configuration requirements
- 06:40 pm Revision 7c4b43a1: Split HRPT script into live receive and post-processing
- Cleanup debug info
Created 'demod_hrpt_file.py'
Updated 'usrp_rx_hrpt.py' with GUI, USRP, and config file - 12:46 pm Revision 6e719869: Dump IF-Context packets in hex.
- 12:38 pm Revision ec52b1c2: use gruel/inet.h instead of arap/inet.h
- 11:53 am Revision 7e9c7be4: fix white space
09/22/2009
Also available in: Atom