debian/gnuradio
14 years agofixed issue where usrp siggen continued to transmit after program exit
Josh Blum [Thu, 29 Oct 2009 21:28:56 +0000 (14:28 -0700)]
fixed issue where usrp siggen continued to transmit after program exit

14 years agomodified flowgraph cleanup
Josh Blum [Thu, 29 Oct 2009 20:00:44 +0000 (13:00 -0700)]
modified flowgraph cleanup

14 years agoMerge branch 'flattopwindow' of http://gnuradio.org/git/jblum
Johnathan Corgan [Thu, 29 Oct 2009 13:52:53 +0000 (06:52 -0700)]
Merge branch 'flattopwindow' of gnuradio.org/git/jblum

Merge-fix: Remove debugging print
Merge-fix: Update copyrights

* 'flattopwindow' of http://gnuradio.org/git/jblum:
  Added window option to wxgui fft and waterfall sink.
  redid cos windows, added flattop and nuttall_cfd

14 years agoAdded window option to wxgui fft and waterfall sink.
Josh Blum [Wed, 28 Oct 2009 23:17:24 +0000 (16:17 -0700)]
Added window option to wxgui fft and waterfall sink.
Added rectangular window function to window.py.

Average stays hidden in waterfall, fft, and numbersink wrappers (only avg_alpha shows/hides).
Fixed options in waterfall wrapper to model after fft and numbersink average params.

14 years agorenamed msgq to msgq_in and msgq_out, block wrappers changed accordingly
Josh Blum [Wed, 28 Oct 2009 21:46:27 +0000 (14:46 -0700)]
renamed msgq to msgq_in and msgq_out, block wrappers changed accordingly

14 years agoCreated a grc_blockdir in makefile.common.
Josh Blum [Wed, 28 Oct 2009 21:33:52 +0000 (14:33 -0700)]
Created a grc_blockdir in makefile.common.
Switched the grc src prefix in grc makefiles.
Removed grc/Makefile.inc as it was no longer neededed.

14 years agoMerge branch 'wip/grc/general' of jblum@blumhouse:~/git/gnuradio into wip/grc
Josh Blum [Wed, 28 Oct 2009 21:12:08 +0000 (14:12 -0700)]
Merge branch 'wip/grc/general' of jblum@blumhouse:~/git/gnuradio into wip/grc

14 years agoMerge branch 'flattopwindow' of http://gnuradio.org/git/matt into flattop
Josh Blum [Wed, 28 Oct 2009 20:47:00 +0000 (13:47 -0700)]
Merge branch 'flattopwindow' of gnuradio.org/git/matt into flattop

14 years agoredid cos windows, added flattop and nuttall_cfd
Matt Ettus [Wed, 28 Oct 2009 20:11:35 +0000 (13:11 -0700)]
redid cos windows, added flattop and nuttall_cfd

14 years agoMerge branch 'vrt' of http://gnuradio.org/git/jblum
Johnathan Corgan [Tue, 27 Oct 2009 19:01:41 +0000 (12:01 -0700)]
Merge branch 'vrt' of gnuradio.org/git/jblum

Merge-fix: remove simple_rx_samples
Merge-fix: remove grc_gr_vrt.m4 from Makefile.am

* 'vrt' of http://gnuradio.org/git/jblum:
  removed gr-vrt
  removed caldiv stuff from gr-vrt
  removed MOST of the quadradio specific stuff
  install header for missing pkt checker

14 years agoupdated usrp.pc file to reflect the correct version of libusb
Michael [Tue, 27 Oct 2009 16:13:59 +0000 (12:13 -0400)]
updated usrp.pc file to reflect the correct version of libusb

14 years agoremoved gr-vrt
Josh Blum [Tue, 27 Oct 2009 01:57:36 +0000 (18:57 -0700)]
removed gr-vrt

14 years agoremoved caldiv stuff from gr-vrt
Josh Blum [Tue, 27 Oct 2009 00:07:58 +0000 (17:07 -0700)]
removed caldiv stuff from gr-vrt

14 years agoremoved MOST of the quadradio specific stuff
Josh Blum [Fri, 23 Oct 2009 01:43:11 +0000 (18:43 -0700)]
removed MOST of the quadradio specific stuff

14 years agoinstall header for missing pkt checker
Josh Blum [Fri, 23 Oct 2009 00:25:19 +0000 (17:25 -0700)]
install header for missing pkt checker

14 years agoRemove debian packaging from master branch, to be placed in 'debian' branch
Johnathan Corgan [Thu, 22 Oct 2009 22:29:10 +0000 (15:29 -0700)]
Remove debian packaging from master branch, to be placed in 'debian' branch

Migrate debian package generation to a pseudo-upstream style. Binary
packaging will be maintained in a 'tarball' branch for pristine sources,
and in a 'debian' branch for the build.

14 years agoDon't distribute generated files in gr-qtgui
Johnathan Corgan [Thu, 22 Oct 2009 18:12:42 +0000 (11:12 -0700)]
Don't distribute generated files in gr-qtgui

The output of the moc compiler will contain generated paths which are
only valid on the system at compilation time.  Instead, let these
get regenerated on the user's system.  The moc compiler is part of
libqt4-dev, which is already a build dependency.

14 years agoMerge branch 'vrt' of http://gnuradio.org/git/jblum
Johnathan Corgan [Wed, 21 Oct 2009 21:20:15 +0000 (14:20 -0700)]
Merge branch 'vrt' of gnuradio.org/git/jblum

Merge fix: added GRUEL_INCLUDES to vrt Makefile
Merge fix: added missing include in gr-vrt

* 'vrt' of http://gnuradio.org/git/jblum:
  query the model number from the host
  fix so all handlers get called on event
  simplfied the code while i was looking at it
  added access methods for gps stuff
  added access methods and parsing for caldiv if context
  use existing utility method
  reading the lo back and storing it
  use the new htonll and vrt types to send cal and lo freqs
  checking for if context packets and setting up the payload pointer and size
  Reading 64 bit freq out of chunk of context packet.
  copied over vrt context and type headers, updated bits.h as well
  Dump IF-Context packets in hex.
  use gruel/inet.h instead of arap/inet.h
  fix white space
  made rxdspno a parameter for: start/stop streaming, and quadradio32fc

14 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

14 years agoResampler seems to be working for all values of rate
Tom [Tue, 20 Oct 2009 03:49:11 +0000 (23:49 -0400)]
Resampler seems to be working for all values of rate

14 years agoWorking on fixing arbitrary resampler not working for rate < 1.0; this fixes it for...
Tom [Tue, 20 Oct 2009 03:18:07 +0000 (23:18 -0400)]
Working on fixing arbitrary resampler not working for rate < 1.0; this fixes it for 0.5<=rate<=1.0 range.

14 years agoMerge branch 'osx_10.6_64_fixes' of http://gnuradio.org/git/michaelld
Johnathan Corgan [Mon, 19 Oct 2009 15:25:35 +0000 (08:25 -0700)]
Merge branch 'osx_10.6_64_fixes' of 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

14 years agomoved all 'fprintf (stderr, ...)' calls to std::cerr, for 'universal' OSX printing...
Michael [Mon, 19 Oct 2009 14:21:33 +0000 (10:21 -0400)]
moved all 'fprintf (stderr, ...)' calls to std::cerr, for 'universal' OSX printing of long and pointer types

14 years agoadded v offset option to scope
Josh Blum [Sun, 18 Oct 2009 21:25:55 +0000 (14:25 -0700)]
added v offset option to scope

14 years agoadded to todo
Josh Blum [Sun, 18 Oct 2009 20:58:54 +0000 (13:58 -0700)]
added to todo

14 years agobetter for both cross-compiling and 10.6 native compiling, to determine CPU architecture
Michael [Sat, 17 Oct 2009 15:55:09 +0000 (11:55 -0400)]
better for both cross-compiling and 10.6 native compiling, to determine CPU architecture

14 years agousrp: Fixed firmware load regression
Thomas Tsou [Fri, 16 Oct 2009 00:58:32 +0000 (20:58 -0400)]
usrp: Fixed firmware load regression

This fixes a bug from "Applied libusb-1.0 patch set from Thomas
Tsou <ttsou@vt.edu>" b5aa407ec2b1bdebc1c950a9428789fe50327776

The bus rescan after firmware load was stomped with the addition of
libusb-1.0 support causing the subsequent device open to fail.
libusb-1.0 doesn't (appear to) require the bus to be explicity
rescanned. The rescan is added back for libusb-0.1. For libusb-1.0
the rescan nops.

14 years agousrp: Corrected error message
Thomas Tsou [Fri, 16 Oct 2009 00:58:08 +0000 (20:58 -0400)]
usrp: Corrected error message

14 years agousrp: Added missing return values
Thomas Tsou [Fri, 16 Oct 2009 00:56:54 +0000 (20:56 -0400)]
usrp: Added missing return values

14 years agoMerge commit '25a8' from git@gnuradio.org:jblum
Johnathan Corgan [Thu, 15 Oct 2009 19:02:04 +0000 (12:02 -0700)]
Merge commit '25a8' from git@gnuradio.org:jblum

* commit '25a8':
  use clean numbers for waterfall ref and range
  tweaks to scope autoscaling
  registered key to hide/show control panel in wxgui windows
  Added window size param to all wxgui wrappers.
  add canonical options for copy enable param

14 years agoosx 10.6 x86_64 fixes for gr-audio-osx
Michael [Thu, 15 Oct 2009 14:42:02 +0000 (10:42 -0400)]
osx 10.6 x86_64 fixes for gr-audio-osx

14 years agoOSX 10.6 x86_64 fixes for configure and libusb; Audio is next
Michael [Thu, 15 Oct 2009 13:43:20 +0000 (09:43 -0400)]
OSX 10.6 x86_64 fixes for configure and libusb; Audio is next

14 years agofix usrp2 wrappers for vlen of 2 shorts
Josh Blum [Wed, 14 Oct 2009 22:21:39 +0000 (15:21 -0700)]
fix usrp2 wrappers for vlen of 2 shorts

14 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

14 years agoMerge branch 'qtmake' of git@gnuradio.org:trondeau into master
Johnathan Corgan [Wed, 14 Oct 2009 04:03:19 +0000 (21:03 -0700)]
Merge branch 'qtmake' of git@gnuradio.org:trondeau into master

* 'qtmake' of git@gnuradio.org:trondeau:
  Removing ifs to clean up build system. Make no longer rebuilds gr-qtgui if no changes are made and also passes 'make distcheck'.

14 years agoRemoving ifs to clean up build system. Make no longer rebuilds gr-qtgui if no changes...
Tom [Wed, 14 Oct 2009 02:46:51 +0000 (22:46 -0400)]
Removing ifs to clean up build system. Make no longer rebuilds gr-qtgui if no changes are made and also passes 'make distcheck'.

14 years agoAdded run-to-completion to demod_hrpt_file.grc
Johnathan Corgan [Sun, 4 Oct 2009 15:54:41 +0000 (08:54 -0700)]
Added run-to-completion to demod_hrpt_file.grc

14 years agoAdded timing adjustment for zero crossings at bit edges
Johnathan Corgan [Sat, 3 Oct 2009 22:11:30 +0000 (15:11 -0700)]
Added timing adjustment for zero crossings at bit edges

14 years agoMerge branch 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsou
Johnathan Corgan [Tue, 13 Oct 2009 20:32:39 +0000 (13:32 -0700)]
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.com/ttsou/gnuradio-ttsou:
  usrp: Applied patch from Michael Dickens for Darwin libusb
  usrp: Applied patch from Don Ward for Cygwin libusb
  fix to restart libusbok checking for non-PKGCONFIG
  usrp: Disabled libusb-1.0 debug output by default
  merged updated libusb checks with older version
  usrp: Enable debug output
  usrp: Reorg of libusb error reporting
  usrp: Added error checking on hash transfers
  augmented search for libusb

14 years agoChange calculation of docdir to remove trailer when in git development
Johnathan Corgan [Tue, 13 Oct 2009 20:07:19 +0000 (13:07 -0700)]
Change calculation of docdir to remove trailer when in git development

14 years agoMerge branch 'fix/wxgui' of git@gnuradio.org:jblum
Johnathan Corgan [Tue, 13 Oct 2009 02:28:30 +0000 (19:28 -0700)]
Merge branch 'fix/wxgui' of git@gnuradio.org:jblum

* 'fix/wxgui' of git@gnuradio.org:jblum:
  fix so all handlers get called on event

14 years agoMerge branch 'sync' of git@gnuradio.org:trondeau into master
Johnathan Corgan [Tue, 13 Oct 2009 01:46:56 +0000 (18:46 -0700)]
Merge branch 'sync' of git@gnuradio.org:trondeau into master

This merge adds polyphase clock recovery, implements new PAM demodulators
that use it, and also moves GRC examples to gnuradio-examples component.

See merge commit diff for updated files post merge.

* 'sync' of git@gnuradio.org:trondeau: (54 commits)
  Reverting dqpsk to be mpsk_receiver based and not change its behavior.
  Fixing initialization of timing gains. Alpha should be < 1, and beta should be << 1.
  This splits the rate into a fractional an integer value, which allows the loop to adjust the fractional rate while the integer rate keeps the increments moving properly. Allows the max rate deviation to be independent of the integer rate. Scaling of the differential taps also allows alpha and beta to operate independent of the rate when fractional samples per symbol are used. Slightly more tolerant to large signal values, but they still should be close to +/-1.
  Fixing compiler warnings.
  Adding dqpsk2 block to makefile for installation.
  Adding DQPSK version that uses the PFB timing sync block (dqpsk2).
  Minor fixes for logging.
  Fixing import of UI file.
  Temporary working dbpsk2 example until we match everything.
  Working DBPSK implementation with new PFB clock recovery block. The feedforward AGC wasn't playing nicely, the frequency aquistion range was increased to swing half the sample rate in either direction, and the number of filter phases to use was increased to 32.
  A bit of code cleanup.
  Starting to rework QT app to control new PFB clock recovery alg.
  Making old dbpsk work again to compare against new version.
  Adding new DBPSK block with new PFB clock recovery alg.
  Revert "More additions to PAM timing simulation."
  More additions to PAM timing simulation.
  Using 2-PAM by default.
  Cleaning up GRC PAM timing example and adding ability to do M-ary PAM.
  Cleaning up constructor.
  Moving filter number decision to start work function.
  ...

14 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

14 years agousrp: Applied patch from Michael Dickens for Darwin libusb
Michael Dickens [Tue, 13 Oct 2009 01:18:40 +0000 (21:18 -0400)]
usrp: Applied patch from Michael Dickens for Darwin libusb

Update usrp_libusb.m4 to work on Darwin for both libusb-legacy and libusb1

14 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

14 years agoReverting dqpsk to be mpsk_receiver based and not change its behavior.
Tom Rondeau [Mon, 12 Oct 2009 22:41:24 +0000 (18:41 -0400)]
Reverting dqpsk to be mpsk_receiver based and not change its behavior.

14 years agoFixing initialization of timing gains. Alpha should be < 1, and beta should be << 1.
Tom Rondeau [Mon, 12 Oct 2009 22:36:55 +0000 (18:36 -0400)]
Fixing initialization of timing gains. Alpha should be < 1, and beta should be << 1.

14 years agousrp: Applied patch from Don Ward for Cygwin libusb
Don Ward [Mon, 12 Oct 2009 21:58:32 +0000 (17:58 -0400)]
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

14 years agoThis splits the rate into a fractional an integer value, which allows the loop to...
Tom Rondeau [Mon, 12 Oct 2009 21:55:17 +0000 (17:55 -0400)]
This splits the rate into a fractional an integer value, which allows the loop to adjust the fractional rate while the integer rate keeps the increments moving properly. Allows the max rate deviation to be independent of the integer rate. Scaling of the differential taps also allows alpha and beta to operate independent of the rate when fractional samples per symbol are used. Slightly more tolerant to large signal values, but they still should be close to +/-1.

14 years agoFixing compiler warnings.
Tom Rondeau [Mon, 12 Oct 2009 20:36:09 +0000 (16:36 -0400)]
Fixing compiler warnings.

14 years agoAdding dqpsk2 block to makefile for installation.
Tom Rondeau [Mon, 12 Oct 2009 20:04:47 +0000 (16:04 -0400)]
Adding dqpsk2 block to makefile for installation.

14 years agoAdding DQPSK version that uses the PFB timing sync block (dqpsk2).
Tom Rondeau [Mon, 12 Oct 2009 20:04:21 +0000 (16:04 -0400)]
Adding DQPSK version that uses the PFB timing sync block (dqpsk2).

14 years agoMinor fixes for logging.
Tom Rondeau [Mon, 12 Oct 2009 20:03:47 +0000 (16:03 -0400)]
Minor fixes for logging.

14 years agoFixing import of UI file.
Tom Rondeau [Mon, 12 Oct 2009 20:03:10 +0000 (16:03 -0400)]
Fixing import of UI file.

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

14 years agoMerge branch 'libusb-legacy-macports' into libusb-1.0
Thomas Tsou [Mon, 12 Oct 2009 18:26:55 +0000 (14:26 -0400)]
Merge branch 'libusb-legacy-macports' into libusb-1.0

14 years agofix to restart libusbok checking for non-PKGCONFIG
Michael [Mon, 12 Oct 2009 17:51:05 +0000 (13:51 -0400)]
fix to restart libusbok checking for non-PKGCONFIG

14 years agoTemporary working dbpsk2 example until we match everything.
Tom Rondeau [Mon, 12 Oct 2009 17:28:27 +0000 (13:28 -0400)]
Temporary working dbpsk2 example until we match everything.

14 years agousrp: Disabled libusb-1.0 debug output by default
Thomas Tsou [Mon, 12 Oct 2009 17:22:24 +0000 (13:22 -0400)]
usrp: Disabled libusb-1.0 debug output by default

Debug output may generate excessive amounts of information.

14 years agoWorking DBPSK implementation with new PFB clock recovery block. The feedforward AGC...
Tom Rondeau [Mon, 12 Oct 2009 17:26:00 +0000 (13:26 -0400)]
Working DBPSK implementation with new PFB clock recovery block. The feedforward AGC wasn't playing nicely, the frequency aquistion range was increased to swing half the sample rate in either direction, and the number of filter phases to use was increased to 32.

14 years agoA bit of code cleanup.
Tom Rondeau [Mon, 12 Oct 2009 17:21:59 +0000 (13:21 -0400)]
A bit of code cleanup.

14 years agomerged updated libusb checks with older version
Michael [Mon, 12 Oct 2009 15:05:03 +0000 (11:05 -0400)]
merged updated libusb checks with older version

14 years agoadd canonical options for copy enable param
Josh Blum [Fri, 9 Oct 2009 18:19:03 +0000 (11:19 -0700)]
add canonical options for copy enable param

14 years agoAdded num_ports to various blocks that have infinite ports possible in io signature.
Josh Blum [Mon, 12 Oct 2009 05:18:42 +0000 (22:18 -0700)]
Added num_ports to various blocks that have infinite ports possible in io signature.
Also, added the gr stream mux block.

14 years agoMerge branch 'patches/dward' of git@gnuradio.org:jcorgan
Johnathan Corgan [Sun, 11 Oct 2009 15:42:37 +0000 (08:42 -0700)]
Merge branch 'patches/dward' of git@gnuradio.org:jcorgan

* 'patches/dward' of git@gnuradio.org:jcorgan:
  #include "config.h" in db_wbxng.cc (for timespec, nanosleep, etc.)
  Add flags and dependencies for MinGW/MSYS.
  Add dependence of gruel on guile; fixes ticket #410.
  Use gruel::mutex instead of pthread_mutex in gr_histo_sink_f.
  Add .gitattributes to fix CRLF problems on MinGW/MSYS

14 years agoearliest beta files renamed to avoid confusion
Matt Ettus [Sun, 11 Oct 2009 07:23:47 +0000 (00:23 -0700)]
earliest beta files renamed to avoid confusion

14 years ago#include "config.h" in db_wbxng.cc (for timespec, nanosleep, etc.)
Johnathan Corgan [Sat, 10 Oct 2009 23:48:58 +0000 (16:48 -0700)]
#include "config.h" in db_wbxng.cc (for timespec, nanosleep, etc.)

Patch-by: Don Ward <don2387ward@sprynet.com>
14 years agoAdd flags and dependencies for MinGW/MSYS.
Johnathan Corgan [Sat, 10 Oct 2009 23:47:09 +0000 (16:47 -0700)]
Add flags and dependencies for MinGW/MSYS.

Patch-by: Don Ward <don2387ward@sprynet.com>
14 years agoAdd dependence of gruel on guile; fixes ticket #410.
Johnathan Corgan [Sat, 10 Oct 2009 23:42:53 +0000 (16:42 -0700)]
Add dependence of gruel on guile; fixes ticket #410.

Patch-by: Don Ward <don2387ward@sprynet.com>
14 years agoUse gruel::mutex instead of pthread_mutex in gr_histo_sink_f.
Johnathan Corgan [Sat, 10 Oct 2009 23:39:49 +0000 (16:39 -0700)]
Use gruel::mutex instead of pthread_mutex in gr_histo_sink_f.

Patch-by: Don Ward <don2387ward@sprynet.com>
14 years agoAdd .gitattributes to fix CRLF problems on MinGW/MSYS
Johnathan Corgan [Sat, 10 Oct 2009 23:38:37 +0000 (16:38 -0700)]
Add .gitattributes to fix CRLF problems on MinGW/MSYS

Patch-by: Don Ward <don2387ward@sprynet.com>
14 years agoStarting to rework QT app to control new PFB clock recovery alg.
Tom [Sat, 10 Oct 2009 01:22:44 +0000 (18:22 -0700)]
Starting to rework QT app to control new PFB clock recovery alg.

14 years agoMaking old dbpsk work again to compare against new version.
Tom [Sat, 10 Oct 2009 01:21:36 +0000 (18:21 -0700)]
Making old dbpsk work again to compare against new version.

14 years agoAdding new DBPSK block with new PFB clock recovery alg.
Tom [Sat, 10 Oct 2009 01:21:08 +0000 (18:21 -0700)]
Adding new DBPSK block with new PFB clock recovery alg.

14 years agoRevert "More additions to PAM timing simulation."
Tom [Fri, 9 Oct 2009 23:55:37 +0000 (16:55 -0700)]
Revert "More additions to PAM timing simulation."

This reverts commit a524c6f494cfb3b88d1e55d3f1a35d97ec566c4e.

14 years agoMore additions to PAM timing simulation.
Tom [Fri, 9 Oct 2009 23:26:28 +0000 (16:26 -0700)]
More additions to PAM timing simulation.

14 years agouse clean numbers for waterfall ref and range
Josh Blum [Fri, 9 Oct 2009 23:02:22 +0000 (16:02 -0700)]
use clean numbers for waterfall ref and range

14 years agotweaks to scope autoscaling
Josh Blum [Fri, 9 Oct 2009 22:35:43 +0000 (15:35 -0700)]
tweaks to scope autoscaling

14 years agoUsing 2-PAM by default.
Tom [Fri, 9 Oct 2009 21:52:13 +0000 (14:52 -0700)]
Using 2-PAM by default.

14 years agoCleaning up GRC PAM timing example and adding ability to do M-ary PAM.
Tom [Fri, 9 Oct 2009 21:34:39 +0000 (14:34 -0700)]
Cleaning up GRC PAM timing example and adding ability to do M-ary PAM.

14 years agoCleaning up constructor.
Tom [Fri, 9 Oct 2009 21:33:39 +0000 (14:33 -0700)]
Cleaning up constructor.

14 years agoMoving filter number decision to start work function.
Tom [Fri, 9 Oct 2009 21:03:33 +0000 (14:03 -0700)]
Moving filter number decision to start work function.

14 years agoCleaning up unused variable and code.
Tom [Fri, 9 Oct 2009 21:02:04 +0000 (14:02 -0700)]
Cleaning up unused variable and code.

14 years agoWorking fractional sample rates in clock recovery algorithm.
Tom [Fri, 9 Oct 2009 20:57:52 +0000 (13:57 -0700)]
Working fractional sample rates in clock recovery algorithm.

14 years agoregistered key to hide/show control panel in wxgui windows
Josh Blum [Fri, 9 Oct 2009 20:41:15 +0000 (13:41 -0700)]
registered key to hide/show control panel in wxgui windows

14 years agoChaning update for fractional sample rate into filter index.
Tom [Fri, 9 Oct 2009 20:26:37 +0000 (13:26 -0700)]
Chaning update for fractional sample rate into filter index.

14 years agoAdded window size param to all wxgui wrappers.
Josh Blum [Fri, 9 Oct 2009 20:26:30 +0000 (13:26 -0700)]
Added window size param to all wxgui wrappers.
Modified type parser to allow blank values in vector types as empty vectors.

14 years agousrp: Enable debug output
Thomas Tsou [Fri, 9 Oct 2009 19:10:13 +0000 (15:10 -0400)]
usrp: Enable debug output

This only works if libusb-1.0 is compiled with debug logging.

14 years agousrp: Reorg of libusb error reporting
Thomas Tsou [Sat, 3 Oct 2009 16:26:24 +0000 (12:26 -0400)]
usrp: Reorg of libusb error reporting

Error messages rather than error codes are reported. Version specific
libusb error messages originate from their respective calls.

14 years agoadd canonical options for copy enable param
Josh Blum [Fri, 9 Oct 2009 18:19:03 +0000 (11:19 -0700)]
add canonical options for copy enable param

14 years agowip
Tom [Fri, 9 Oct 2009 18:10:15 +0000 (11:10 -0700)]
wip

14 years agousrp: Added error checking on hash transfers
Thomas Tsou [Fri, 2 Oct 2009 16:37:06 +0000 (12:37 -0400)]
usrp: Added error checking on hash transfers

14 years agoMerge branch 'wip/wxgui' of http://gnuradio.org/git/jblum
Johnathan Corgan [Fri, 9 Oct 2009 05:12:41 +0000 (22:12 -0700)]
Merge branch 'wip/wxgui' of 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
  Added gr.copy(itemsize) block
  point label transpareny, horizontal offset, and toggle on/off capability
  simplify some params
  moved the wxgui connect helper functions into the wrapper class
  making use of update ui event
  setup special wxgui connect on sinks, needs testing
  working special connect for fftsink
  work on a special connect function that registers a callback
  added bind to visible event function to callback when visibility changes within tabs

14 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

14 years agoWorking on allowing fractional samples per symbol.
Tom [Fri, 9 Oct 2009 04:40:16 +0000 (21:40 -0700)]
Working on allowing fractional samples per symbol.

14 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 gnuradio.org/git/jcorgan into wip/wxgui

14 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).

14 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

14 years agoaugmented search for libusb
Michael [Thu, 8 Oct 2009 21:21:15 +0000 (17:21 -0400)]
augmented search for libusb

14 years agoAdding channel model to simulation to test frequency offset.
Tom [Thu, 8 Oct 2009 03:53:30 +0000 (20:53 -0700)]
Adding channel model to simulation to test frequency offset.