]> git.gag.com Git - debian/gnuradio/log
debian/gnuradio
15 years agoquery the model number from the host
Josh Blum [Wed, 21 Oct 2009 19:30:03 +0000 (12:30 -0700)]
query the model number from the host

15 years agofix so all handlers get called on event
Josh Blum [Tue, 13 Oct 2009 01:35:10 +0000 (18:35 -0700)]
fix so all handlers get called on event

15 years agosimplfied the code while i was looking at it
Josh Blum [Mon, 12 Oct 2009 22:44:17 +0000 (15:44 -0700)]
simplfied the code while i was looking at it

15 years agoMerge commit '38d5389f3054164a2f04d6e4e8fe381aa5ee03fc' into vrt
Josh Blum [Mon, 12 Oct 2009 19:16:12 +0000 (12:16 -0700)]
Merge commit '38d5389f3054164a2f04d6e4e8fe381aa5ee03fc' into vrt

15 years agousing gr copy in the wxgui connect, added gr copy to grc xml
Josh Blum [Fri, 9 Oct 2009 04:46:53 +0000 (21:46 -0700)]
using gr copy in the wxgui connect, added gr copy to grc xml

15 years agoMerge branch 'wip/wxgui' of http://gnuradio.org/git/jcorgan into wip/wxgui
Josh Blum [Fri, 9 Oct 2009 03:54:32 +0000 (20:54 -0700)]
Merge branch 'wip/wxgui' of http://gnuradio.org/git/jcorgan into wip/wxgui

15 years agoAdded gr.copy(itemsize) block
Johnathan Corgan [Fri, 9 Oct 2009 03:53:16 +0000 (20:53 -0700)]
Added gr.copy(itemsize) block

set_enabled(bool) will either copy from input to output (True)
or drop the input on the floor (False).

15 years agopoint label transpareny, horizontal offset, and toggle on/off capability
Josh Blum [Fri, 9 Oct 2009 03:12:34 +0000 (20:12 -0700)]
point label transpareny, horizontal offset, and toggle on/off capability

15 years agosimplify some params
Josh Blum [Thu, 8 Oct 2009 01:47:21 +0000 (18:47 -0700)]
simplify some params

15 years agomoved the wxgui connect helper functions into the wrapper class
Josh Blum [Thu, 8 Oct 2009 01:01:56 +0000 (18:01 -0700)]
moved the wxgui connect helper functions into the wrapper class

15 years agomaking use of update ui event
Josh Blum [Wed, 7 Oct 2009 18:52:33 +0000 (11:52 -0700)]
making use of update ui event

15 years agosetup special wxgui connect on sinks, needs testing
Josh Blum [Wed, 7 Oct 2009 16:48:24 +0000 (09:48 -0700)]
setup special wxgui connect on sinks, needs testing

15 years agoworking special connect for fftsink
Josh Blum [Wed, 7 Oct 2009 08:47:38 +0000 (01:47 -0700)]
working special connect for fftsink

15 years agowork on a special connect function that registers a callback
Josh Blum [Wed, 7 Oct 2009 05:28:09 +0000 (22:28 -0700)]
work on a special connect function that registers a callback

15 years agoadded bind to visible event function to callback when visibility changes within tabs
Josh Blum [Wed, 7 Oct 2009 04:52:41 +0000 (21:52 -0700)]
added bind to visible event function to callback when visibility changes within tabs

15 years agoMerge branch 'master' of http://gnuradio.org/git/gnuradio
Matt Ettus [Tue, 6 Oct 2009 07:33:39 +0000 (00:33 -0700)]
Merge branch 'master' of http://gnuradio.org/git/gnuradio

15 years agoProperly reset the fifos. We didn't connect before.
Matt Ettus [Mon, 5 Oct 2009 09:15:10 +0000 (02:15 -0700)]
Properly reset the fifos.  We didn't connect before.

15 years agoMerge branch 'grc' of http://gnuradio.org/git/jblum into master
Johnathan Corgan [Sun, 4 Oct 2009 15:22:22 +0000 (08:22 -0700)]
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 the "no gui" generate options.

15 years agoAdded a run options to the "no gui" generate options.
Josh Blum [Fri, 25 Sep 2009 07:24:48 +0000 (00:24 -0700)]
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 to have better hashes.
Now we hash a tuple of all "relevant" items which is "order aware".
Since xoring the individual hashes proved faulty when 2 params alternated hiding.
(cherry picked from commit fd37328c778ea8014e9ea9d932e61e5d229dd012)

15 years agoAdded computed version number to configuration
Johnathan Corgan [Sat, 3 Oct 2009 15:44:47 +0000 (08:44 -0700)]
Added computed version number to configuration

15 years agoFix to restore ability to run 'make distcheck' from a VPATH
Johnathan Corgan [Sun, 4 Oct 2009 01:38:35 +0000 (18:38 -0700)]
Fix to restore ability to run 'make distcheck' from a VPATH

15 years agoFix missing update from last commit
Johnathan Corgan [Sat, 3 Oct 2009 19:59:34 +0000 (12:59 -0700)]
Fix missing update from last commit

15 years agousrp: Build fix for non-pkgconfig installs of libusb
Thomas Tsou [Sat, 3 Oct 2009 01:46:41 +0000 (21:46 -0400)]
usrp: Build fix for non-pkgconfig installs of libusb

15 years agoMerge branch 'wip/libusb-1.0' of http://gnuradio.org/git/jcorgan into master
Johnathan Corgan [Thu, 1 Oct 2009 21:24:08 +0000 (14:24 -0700)]
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 your configure command line.

Existing support for libusb0.1 is retained, no changes are needed.

Most of the work was done here by Thomas Tsou.

* 'wip/libusb-1.0' of http://gnuradio.org/git/jcorgan: (32 commits)
  Cleanup in preparation for merge
  Add required include directory for new header organization
  Added config.h headers to fix win32 build
  Consolidate conditional headers into libusb_types.h, use automake
  Change write_internal_ram in usrp_prims to print signed error code
  Allow fusb_sysconfig to build on non-linux libusb-0.12 impls
  Comments for usrp_prims
  Removed internal functions from external header file
  Moved to single generated fusb.h, headers now generated out of lib directory
  Added copyright header
  Removed preprocessor declrs out of fusb.h and created separate fusb_libusb1_base.h
  Fixed libusb1 configure bug, libusb1 updates for previous usrp_prims integration
  Commonized more usrp_prims code and renamed libusb-0.12 files to libusb0
  Fixed bug usb_control_transfer bug
  Combined additiona usrp_prims code
  Fix glitch from previous commit
  changes to build on windows / cygwin
  Re-added non pkgconfig support for libusb
  Autoconf support for checking the required version of libusb based on fusb-tech
  Use default arguments instead of overloaded virtual constructors for cleaner interface
  ...

15 years agoCleanup in preparation for merge
Johnathan Corgan [Thu, 1 Oct 2009 20:51:03 +0000 (13:51 -0700)]
Cleanup in preparation for merge

Fix trailing whitespace
Use standard include guards
Add more missing config.h includes
Fixup emacs mode strings
Update copyright notices

15 years agoAdd required include directory for new header organization
Johnathan Corgan [Thu, 1 Oct 2009 19:47:24 +0000 (12:47 -0700)]
Add required include directory for new header organization

15 years agoMerge branch 'new_eth' of http://gnuradio.org/git/matt into master
Johnathan Corgan [Thu, 1 Oct 2009 18:00:25 +0000 (11:00 -0700)]
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 unspecified widths
  fullchip sim now compiles again, after moving eth and models over to new simple_gemac
  remove unused opencores
  remove debugging code
  no idea where this came from, it shouldn't be here
  Copied wb_1master back from quad radio
  Remove old mac.  Good riddance.
  remove unused port
  More xilinx fifos, more clean up of our fifos
  might as well use a cascade fifo to help timing and give a little more capacity
  fix a typo which caused tx glitches
  Untested fixes for getting serdes onto the new fifo system.  Compiles, at least
  Implement Eth flow control using pause frames
  parameterized fifo sizes, some reformatting
  remove unused old style fifo
  allow control of whether or not to honor flow control, adds some debug lines
  debug the rx side
  no longer used, replaced by newfifo version
  remove special last_line adjustment from ethernet port
  Firmware now inserts mac source address value in each frame.
  ...

15 years agoAdded config.h headers to fix win32 build
Thomas Tsou [Thu, 1 Oct 2009 17:33:33 +0000 (13:33 -0400)]
Added config.h headers to fix win32 build

15 years agoFix warnings, mostly from implicitly defined wires or unspecified widths
Matt Ettus [Thu, 1 Oct 2009 08:02:25 +0000 (01:02 -0700)]
Fix warnings, mostly from implicitly defined wires or unspecified widths

15 years agofullchip sim now compiles again, after moving eth and models over to new simple_gemac
Matt Ettus [Thu, 1 Oct 2009 07:21:24 +0000 (00:21 -0700)]
fullchip sim now compiles again, after moving eth and models over to new simple_gemac

15 years agoremove unused opencores
Matt Ettus [Thu, 1 Oct 2009 07:06:11 +0000 (00:06 -0700)]
remove unused opencores

15 years agoremove debugging code
Matt Ettus [Thu, 1 Oct 2009 02:55:05 +0000 (19:55 -0700)]
remove debugging code

15 years agoMerge branch 'new_wb_intercon' into new_eth
Matt Ettus [Thu, 1 Oct 2009 02:12:23 +0000 (19:12 -0700)]
Merge branch 'new_wb_intercon' into new_eth

Functionality should not change at all

Conflicts:
usrp2/fpga/top/u2_core/u2_core.v

15 years agoMerge branch 'master' into new_eth
Matt Ettus [Thu, 1 Oct 2009 01:59:54 +0000 (18:59 -0700)]
Merge branch 'master' into new_eth

15 years agono idea where this came from, it shouldn't be here
Matt Ettus [Thu, 1 Oct 2009 01:37:47 +0000 (18:37 -0700)]
no idea where this came from, it shouldn't be here

15 years agoCopied wb_1master back from quad radio
Matt Ettus [Thu, 1 Oct 2009 00:35:14 +0000 (17:35 -0700)]
Copied wb_1master back from quad radio

more sane config options, should be exactly the same memory map

15 years agoEnable pps interrupts. Not sure why they were disabled in the first place.
Matt Ettus [Wed, 30 Sep 2009 05:35:38 +0000 (22:35 -0700)]
Enable pps interrupts.  Not sure why they were disabled in the first place.

15 years agoConsolidate conditional headers into libusb_types.h, use automake
Johnathan Corgan [Wed, 30 Sep 2009 01:29:44 +0000 (18:29 -0700)]
Consolidate conditional headers into libusb_types.h, use automake

15 years agoadded access methods for gps stuff
Josh Blum [Tue, 29 Sep 2009 22:34:58 +0000 (15:34 -0700)]
added access methods for gps stuff

15 years agoadded access methods and parsing for caldiv if context
Josh Blum [Tue, 29 Sep 2009 02:04:38 +0000 (19:04 -0700)]
added access methods and parsing for caldiv if context

15 years agoMerge branch 'wip/gr-noaa' of http://gnuradio.org/git/jcorgan into master
Johnathan Corgan [Tue, 29 Sep 2009 00:52:53 +0000 (17:52 -0700)]
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 choices.
  Renamed simplified HRPT script to allow restoring original
  General improvements in HRPT receiver

15 years agoRemoved multiple install of noaa_swig.i from Makefile.am
Thomas Tsou [Mon, 28 Sep 2009 22:14:31 +0000 (18:14 -0400)]
Removed multiple install of noaa_swig.i from Makefile.am

15 years agouse existing utility method
Josh Blum [Mon, 28 Sep 2009 19:14:32 +0000 (12:14 -0700)]
use existing utility method

15 years agoRestored original HRPT GUI script and documented various script choices.
Johnathan Corgan [Sun, 27 Sep 2009 20:46:00 +0000 (13:46 -0700)]
Restored original HRPT GUI script and documented various script choices.

15 years agoRenamed simplified HRPT script to allow restoring original
Johnathan Corgan [Sun, 27 Sep 2009 20:34:20 +0000 (13:34 -0700)]
Renamed simplified HRPT script to allow restoring original

15 years agoGeneral improvements in HRPT receiver
Johnathan Corgan [Sun, 27 Sep 2009 17:15:04 +0000 (10:15 -0700)]
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 be whole symbol

15 years agoreading the lo back and storing it
Josh Blum [Sat, 26 Sep 2009 02:04:35 +0000 (19:04 -0700)]
reading the lo back and storing it

15 years agouse the new htonll and vrt types to send cal and lo freqs
Josh Blum [Sat, 26 Sep 2009 00:28:52 +0000 (17:28 -0700)]
use the new htonll and vrt types to send cal and lo freqs

15 years agochecking for if context packets and setting up the payload pointer and size
Josh Blum [Fri, 25 Sep 2009 23:54:50 +0000 (16:54 -0700)]
checking for if context packets and setting up the payload pointer and size

15 years agoReading 64 bit freq out of chunk of context packet.
Josh Blum [Fri, 25 Sep 2009 22:57:20 +0000 (15:57 -0700)]
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

15 years agocopied over vrt context and type headers, updated bits.h as well
Josh Blum [Fri, 25 Sep 2009 20:56:43 +0000 (13:56 -0700)]
copied over vrt context and type headers, updated bits.h as well

15 years agoMerge branch 'grc' of http://gnuradio.org/git/jblum
Johnathan Corgan [Fri, 25 Sep 2009 20:24:53 +0000 (13:24 -0700)]
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

15 years agoMerge branch 'gr-noaa-fixes' of http://gnuradio.org/git/balister into master
Johnathan Corgan [Fri, 25 Sep 2009 20:14:58 +0000 (13:14 -0700)]
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.

15 years agoAdd missing cstdio include for gcc 4.4 compatibility.
Philip Balister [Fri, 25 Sep 2009 19:57:37 +0000 (15:57 -0400)]
Add missing cstdio include for gcc 4.4 compatibility.

15 years agohash the tuple of hashes to id the current params
Josh Blum [Fri, 25 Sep 2009 19:54:33 +0000 (12:54 -0700)]
hash the tuple of hashes to id the current params

15 years agoRevert "Merge branch 'grc' of http://gnuradio.org/git/jblum"
Johnathan Corgan [Fri, 25 Sep 2009 19:27:29 +0000 (12:27 -0700)]
Revert "Merge branch 'grc' of http://gnuradio.org/git/jblum"

This reverts commit 06281feea16143ca97a77348f72e1c6dd0616c57.

15 years agoMerge branch 'grc' of http://gnuradio.org/git/jblum
Johnathan Corgan [Fri, 25 Sep 2009 18:58:45 +0000 (11:58 -0700)]
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.

15 years agoAdd missing include file in gnuradio-core
Johnathan Corgan [Fri, 25 Sep 2009 18:29:49 +0000 (11:29 -0700)]
Add missing include file in gnuradio-core

15 years agoMerge branch 'wip/deb' of http://gnuradio.org/git/jcorgan
Johnathan Corgan [Fri, 25 Sep 2009 15:06:45 +0000 (08:06 -0700)]
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

15 years agoMisc. packaging tweaks
Johnathan Corgan [Fri, 25 Sep 2009 14:05:13 +0000 (07:05 -0700)]
Misc. packaging tweaks

Note gcell/apps/gen_script.py needs to use git
Install gnuradio-config-info in libgnuradio-core0
Add pfb examples to gnuradio-examples
Add missing python files in gnuradio-examples

15 years agoAdded a run options to the "no gui" generate options.
Josh Blum [Fri, 25 Sep 2009 07:24:48 +0000 (00:24 -0700)]
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 to have better hashes.
Now we hash a tuple of all "relevant" items which is "order aware".
Since xoring the individual hashes proved faulty when 2 params alternated hiding.

15 years agoMerge commit 'origin' into new_eth
Matt Ettus [Fri, 25 Sep 2009 05:34:06 +0000 (22:34 -0700)]
Merge commit 'origin' into new_eth

Conflicts:
.gitignore

15 years agoMerge branch 'rx_mimo_hb_sync' of http://gnuradio.org/git/matt
Johnathan Corgan [Thu, 24 Sep 2009 22:51:26 +0000 (15:51 -0700)]
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

15 years agoMerged Bdale's 3.2.2-1 packaging
Johnathan Corgan [Thu, 24 Sep 2009 22:35:07 +0000 (15:35 -0700)]
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 renames to accomodate package renames
3.3git items updated to follow new pattern
Updated copyright notification
Some manual fixups needed

15 years agoSynchronize the internal phase of the halfband filters to the
Matt Ettus [Thu, 24 Sep 2009 19:33:22 +0000 (12:33 -0700)]
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 .

15 years agoAcknowledging the obvious
Johnathan Corgan [Thu, 24 Sep 2009 18:49:19 +0000 (11:49 -0700)]
Acknowledging the obvious

15 years agoFix missing type specifier for mask
Johnathan Corgan [Thu, 24 Sep 2009 02:11:36 +0000 (19:11 -0700)]
Fix missing type specifier for mask

15 years agoMerge branch 'wip/gr-noaa' of http://gnuradio.org/git/jcorgan into master
Johnathan Corgan [Thu, 24 Sep 2009 01:17:15 +0000 (18:17 -0700)]
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 HRPT script into live receive and post-processing
  Dumps HRPT frames to text file similar to specification document
  Added skeleton HRPT decoder block
  Updated HRPT receiver to read files recorded as shorts
  Add HRPT word output to deframer
  Reorganization of directories
  Added HRPT deframer block
  Changed synchronizer to output sliced bits.
  Updated HRPT blocks/scripts for testing.  Seeing good minor frame sync's.
  Implemented crude timing recovery using zero crossings but no resampling
  Work in progress, incomplete
  Update rx_poes script to filter prior to PLL.
  Created new gr-noaa top-level component.

15 years agoMerge branch 'grc' of http://gnuradio.org/git/jblum into master
Johnathan Corgan [Thu, 24 Sep 2009 01:15:59 +0000 (18:15 -0700)]
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

15 years agoChange write_internal_ram in usrp_prims to print signed error code
Thomas Tsou [Wed, 23 Sep 2009 21:50:48 +0000 (17:50 -0400)]
Change write_internal_ram in usrp_prims to print signed error code

15 years agoAdded README and updated configuration requirements
Johnathan Corgan [Wed, 23 Sep 2009 18:56:19 +0000 (11:56 -0700)]
Added README and updated configuration requirements

15 years agoSplit HRPT script into live receive and post-processing
Johnathan Corgan [Wed, 23 Sep 2009 18:40:19 +0000 (11:40 -0700)]
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

15 years agoDump IF-Context packets in hex.
Eric Blossom [Wed, 23 Sep 2009 12:46:44 +0000 (05:46 -0700)]
Dump IF-Context packets in hex.

15 years agouse gruel/inet.h instead of arap/inet.h
Eric Blossom [Wed, 23 Sep 2009 12:38:07 +0000 (05:38 -0700)]
use gruel/inet.h instead of arap/inet.h

15 years agofix white space
Eric Blossom [Wed, 23 Sep 2009 11:53:58 +0000 (04:53 -0700)]
fix white space

15 years agomade rxdspno a parameter for: start/stop streaming, and quadradio32fc
Josh Blum [Tue, 22 Sep 2009 18:17:29 +0000 (11:17 -0700)]
made rxdspno a parameter for: start/stop streaming, and quadradio32fc

15 years agoDumps HRPT frames to text file similar to specification document
Johnathan Corgan [Mon, 21 Sep 2009 02:57:30 +0000 (19:57 -0700)]
Dumps HRPT frames to text file similar to specification document

15 years agoAdded skeleton HRPT decoder block
Johnathan Corgan [Mon, 21 Sep 2009 02:32:30 +0000 (19:32 -0700)]
Added skeleton HRPT decoder block

15 years agoUpdated HRPT receiver to read files recorded as shorts
Johnathan Corgan [Mon, 21 Sep 2009 02:10:10 +0000 (19:10 -0700)]
Updated HRPT receiver to read files recorded as shorts

15 years agoMerge branch 'serdes_newfifo' into new_eth
Matt Ettus [Mon, 21 Sep 2009 00:30:27 +0000 (17:30 -0700)]
Merge branch 'serdes_newfifo' into new_eth

15 years agoAdd HRPT word output to deframer
Johnathan Corgan [Sun, 20 Sep 2009 19:47:34 +0000 (12:47 -0700)]
Add HRPT word output to deframer

Put in half bit width matched filter
Change default sync_alpha to 0.05

15 years agoReorganization of directories
Johnathan Corgan [Sun, 20 Sep 2009 16:49:10 +0000 (09:49 -0700)]
Reorganization of directories

Moved apps into own directory
Added (empty) python directory

15 years agoAdded HRPT deframer block
Johnathan Corgan [Wed, 9 Sep 2009 04:08:29 +0000 (21:08 -0700)]
Added HRPT deframer block

15 years agoChanged synchronizer to output sliced bits.
Johnathan Corgan [Tue, 8 Sep 2009 23:52:37 +0000 (16:52 -0700)]
Changed synchronizer to output sliced bits.

15 years agoUpdated HRPT blocks/scripts for testing. Seeing good minor frame sync's.
Johnathan Corgan [Mon, 7 Sep 2009 20:22:16 +0000 (13:22 -0700)]
Updated HRPT blocks/scripts for testing.  Seeing good minor frame sync's.

* Change PLL and SYNC blocks to output floats
* Correct bit sense
* Update RX script to record ascii bits

15 years agoImplemented crude timing recovery using zero crossings but no resampling
Johnathan Corgan [Sat, 29 Aug 2009 20:24:58 +0000 (13:24 -0700)]
Implemented crude timing recovery using zero crossings but no resampling

15 years agoWork in progress, incomplete
Johnathan Corgan [Sat, 29 Aug 2009 18:12:37 +0000 (11:12 -0700)]
Work in progress, incomplete

* Renamed noaa.carrier_pll_cc to noaa.hrpt_pll_cc
* Added nop noaa.hrpt_sync_cc
* Renamed grc apps to use usrp_ prefix and protocol name
* Installed grc generated scripts to path

15 years agoUpdate rx_poes script to filter prior to PLL.
Johnathan Corgan [Sat, 22 Aug 2009 20:10:08 +0000 (13:10 -0700)]
Update rx_poes script to filter prior to PLL.

15 years agoCreated new gr-noaa top-level component.
Johnathan Corgan [Sat, 15 Aug 2009 19:30:45 +0000 (12:30 -0700)]
Created new gr-noaa top-level component.

Initial work:

- Carrier recovery/mixer PLL block
- Start of POES grc pipeline, recovers Manchester symbols only
- Start of GOES grc pipeline, recovers BPSK symbols only

15 years agoAdded CVSD encoder/decoder to GRC, example app
Johnathan Corgan [Sun, 20 Sep 2009 03:38:24 +0000 (20:38 -0700)]
Added CVSD encoder/decoder to GRC, example app

Used blks2.cvsd* wrappers, not bare gnuradio.vocoder.cvsd*
Example application sweeps 0-4KHz through encoder/decoder pair configured
as Bluetooth standard

15 years agoxor that hash
Josh Blum [Sat, 19 Sep 2009 06:27:06 +0000 (23:27 -0700)]
xor that hash

15 years agoMerge branch 'usrp2-real-fix' of http://gnuradio.org/git/balister into master
Johnathan Corgan [Sat, 19 Sep 2009 05:30:47 +0000 (22:30 -0700)]
Merge branch 'usrp2-real-fix' of http://gnuradio.org/git/balister into master

15 years agoMerge branch 'grc' of http://gnuradio.org/git/jblum into master
Johnathan Corgan [Sat, 19 Sep 2009 05:27:38 +0000 (22:27 -0700)]
Merge branch 'grc' of http://gnuradio.org/git/jblum into master

15 years agobug fix for handling loading of dynamic params
Josh Blum [Sat, 19 Sep 2009 03:37:05 +0000 (20:37 -0700)]
bug fix for handling loading of dynamic params

15 years agoRe/evaluate the notebook blocks label because we dont garuntee the evaluation priority.
Josh Blum [Fri, 18 Sep 2009 16:51:33 +0000 (09:51 -0700)]
Re/evaluate the notebook blocks label because we dont garuntee the evaluation priority.
Meaning, we cant garuntee that the notebook block will be evaluated before this param,
without explicitly calling evaluate on it when the value is needed.

15 years agoput the flow graph errors button into the toolbar
Josh Blum [Fri, 18 Sep 2009 09:22:43 +0000 (02:22 -0700)]
put the flow graph errors button into the toolbar

15 years agoadded errors dialog to show all error messages in flow graph
Josh Blum [Fri, 18 Sep 2009 09:10:13 +0000 (02:10 -0700)]
added errors dialog to show all error messages in flow graph

15 years agobugfix: exclude disabled children from consideration in valid condition
Josh Blum [Fri, 18 Sep 2009 05:58:26 +0000 (22:58 -0700)]
bugfix: exclude disabled children from consideration in valid condition

15 years agoAdd rxdspno parameter to private interface of quadradio.
Eric Blossom [Fri, 18 Sep 2009 05:51:03 +0000 (22:51 -0700)]
Add rxdspno parameter to private interface of quadradio.

This allows control of each Rx DSP pipeline independent of each other.
The public interface remains unchanged, but should have the rxdspno
parameter added as indicated in the FIXMEs.  When that is done, the
gr-vrt interface (and any code using it) will need to be updated too.

15 years agolower lxml version req to 1.3.6
Josh Blum [Thu, 17 Sep 2009 22:35:17 +0000 (15:35 -0700)]
lower lxml version req to 1.3.6