debian/gnuradio
15 years agoMerged r11123:11148 from jcorgan/np into trunk.
jcorgan [Wed, 27 May 2009 01:54:41 +0000 (01:54 +0000)]
Merged r11123:11148 from jcorgan/np into trunk.

Adds --enable-python option to configure (defaults to yes).

Using --disable-python or --enable-python=no will cause only
C++ API targets to be created and installed.

Several new shared libraries are now created.  Where in the past,
the C++ objects of the actual gnuradio blocks that were in a component
were hidden inside their corresponding Python extension modules, these
are now split out into a libgnuradio-foo.so library, and the _foo.so
Python module is linked to that.  This has been the way several top-
level components have operated for some time, such as gr-audio-alsa
and gr-usrp and gr-usrp2.  This changeset applies that pattern to all
components.

C++ API users can use pkg-config to discover the cflags and libs
parameters needed to include and link against these libraries.

These components have not been tested:

gr-comedi
gr-audio-osx
gr-audio-windows

Passes distcheck.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11150 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoa more general error for detecting python path and ld path problems
jblum [Tue, 26 May 2009 19:44:59 +0000 (19:44 +0000)]
a more general error for detecting python path and ld path problems

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11130 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agomove i2c init and get_hw_rev before clocks_init because the clock init code needs...
matt [Mon, 25 May 2009 19:32:23 +0000 (19:32 +0000)]
move i2c init and get_hw_rev before clocks_init because the clock init code needs to know our rev

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11122 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoremove unneeded include file
matt [Mon, 25 May 2009 19:30:06 +0000 (19:30 +0000)]
remove unneeded include file

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11121 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoremove printfs to save space.
matt [Mon, 25 May 2009 19:29:34 +0000 (19:29 +0000)]
remove printfs to save space.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11120 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoremove unneeded include
matt [Mon, 25 May 2009 19:28:33 +0000 (19:28 +0000)]
remove unneeded include

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11119 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoremove EEPROM setting, complete tests even if SD fails
matt [Mon, 25 May 2009 19:26:40 +0000 (19:26 +0000)]
remove EEPROM setting, complete tests even if SD fails

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11118 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoremove direct calls to ad9510 and use api instead
matt [Mon, 25 May 2009 19:25:29 +0000 (19:25 +0000)]
remove direct calls to ad9510 and use api instead

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11117 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoproper ignores
matt [Mon, 25 May 2009 19:01:54 +0000 (19:01 +0000)]
proper ignores

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11116 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agocolor code refactoring
jblum [Mon, 25 May 2009 16:38:58 +0000 (16:38 +0000)]
color code refactoring

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11115 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agocast the numpy array to int, seems we cant pass numpy arrays any more
jblum [Sun, 24 May 2009 00:21:33 +0000 (00:21 +0000)]
cast the numpy array to int, seems we cant pass numpy arrays any more

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11112 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoremoved .message usage which causes deprecation warning in python 2.6
jblum [Sat, 23 May 2009 23:36:08 +0000 (23:36 +0000)]
removed .message usage which causes deprecation warning in python 2.6

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11111 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoRename grc package to gnuradio-companion
jcorgan [Sat, 23 May 2009 22:53:48 +0000 (22:53 +0000)]
Rename grc package to gnuradio-companion

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11109 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoUpdate trunk to revision 3.3svn
jcorgan [Sat, 23 May 2009 22:34:49 +0000 (22:34 +0000)]
Update trunk to revision 3.3svn

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11107 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoDoc cleanup
jcorgan [Sat, 23 May 2009 22:26:03 +0000 (22:26 +0000)]
Doc cleanup

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11106 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoDependency fix
jcorgan [Sat, 23 May 2009 21:23:17 +0000 (21:23 +0000)]
Dependency fix

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11101 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoReplaced the is_match function with regular expression.
jblum [Sat, 23 May 2009 19:41:31 +0000 (19:41 +0000)]
Replaced the is_match function with regular expression.
Cache the results of the doc extraction.
Removed support for blks2 docs until that is sorted out.

The matching will handle any file extension,
as to also support .xml.gz files in the gnuradio-docs deb.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11099 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoChange wxgui style default now so 'auto' tries for OpenGL sinks and falls back to...
jcorgan [Sat, 23 May 2009 16:43:05 +0000 (16:43 +0000)]
Change wxgui style default now so 'auto' tries for OpenGL sinks and falls back to non-GL sinks.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11091 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoRemoved redundant libmissing from libgnuradio-core-qa; it's already
michaelld [Sat, 23 May 2009 15:20:14 +0000 (15:20 +0000)]
Removed redundant libmissing from libgnuradio-core-qa; it's already
included in libgnuradio-core, which is then included in the QA library.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11090 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoBacked out [10702] because it was causing a problem with an existing
eb [Fri, 22 May 2009 22:00:53 +0000 (22:00 +0000)]
Backed out [10702] because it was causing a problem with an existing
application.  gr_mpsk_receiver_cc.cc needs some TLC.  The constellations
are pretty large even in high SNR environments.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11089 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoDoc fixes.
eb [Fri, 22 May 2009 21:22:22 +0000 (21:22 +0000)]
Doc fixes.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11088 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoQuick fix for ubuntu docs dir.
jblum [Fri, 22 May 2009 21:16:37 +0000 (21:16 +0000)]
Quick fix for ubuntu docs dir.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11087 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoGet Python versioning correct.
jcorgan [Fri, 22 May 2009 21:02:16 +0000 (21:02 +0000)]
Get Python versioning correct.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11086 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agodoc fixes! work-in-progress
eb [Fri, 22 May 2009 16:11:15 +0000 (16:11 +0000)]
doc fixes!  work-in-progress

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11085 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoenable doxygen automatically if we've got it
eb [Fri, 22 May 2009 12:42:51 +0000 (12:42 +0000)]
enable doxygen automatically if we've got it

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11084 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoMore dependency fixes
jcorgan [Thu, 21 May 2009 16:21:10 +0000 (16:21 +0000)]
More dependency fixes

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11082 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoFix dependency
jcorgan [Thu, 21 May 2009 05:09:49 +0000 (05:09 +0000)]
Fix dependency

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11081 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoTweaks for svn-buildpackage
jcorgan [Thu, 21 May 2009 00:28:53 +0000 (00:28 +0000)]
Tweaks for svn-buildpackage

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11080 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoMerged r11074:11077 from jcorgan/deb in to trunk. Ubuntu packaging for 3.2 done...
jcorgan [Wed, 20 May 2009 21:59:44 +0000 (21:59 +0000)]
Merged r11074:11077 from jcorgan/deb in to trunk.  Ubuntu packaging for 3.2 done, except for gr-msdd6000.  Ready for testing.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11078 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoMerged r11045:11059 from jcorgan/deb into trunk. Updates on Ubuntu binary packaging...
jcorgan [Wed, 20 May 2009 15:35:55 +0000 (15:35 +0000)]
Merged r11045:11059 from jcorgan/deb into trunk.  Updates on Ubuntu binary packaging; also fixes missing files in digital example directory.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11072 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoAdded custom grc_blks2 tcp source and sink blocks + wrappers.
jblum [Wed, 20 May 2009 01:06:55 +0000 (01:06 +0000)]
Added custom grc_blks2 tcp source and sink blocks + wrappers.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11063 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoRe-implemented variable sink so that it can pass vector-aligned samples.
jblum [Tue, 19 May 2009 23:56:09 +0000 (23:56 +0000)]
Re-implemented variable sink so that it can pass vector-aligned samples.
Created backend grc blks2 block to sample the stream and set callback.
Renamed variable sink and moved it into the sinks category.
Added example of variable sink reading taps from a stream and setting them to a FIR filter.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11062 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoUpdates to C++ and Python APIs:
jcorgan [Tue, 19 May 2009 03:10:32 +0000 (03:10 +0000)]
Updates to C++ and Python APIs:

* C++: Adds usrp2::MC_* constants for config_mimo() call in libusrp2

* Python: Adds usrp2.config_mimo(), and usrp2.MC_* constants

* Python: Adds usrp2.sync_every_pps()

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11050 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoAdded arg to start non gl scope in xy mode.
jblum [Fri, 15 May 2009 17:48:12 +0000 (17:48 +0000)]
Added arg to start non gl scope in xy mode.
Harmless and backwards compadible.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11047 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoMerged wip r11012:11022 from jcorgan/deb into trunk.
jcorgan [Fri, 15 May 2009 15:07:46 +0000 (15:07 +0000)]
Merged wip r11012:11022 from jcorgan/deb into trunk.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11043 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoblks2 std squelch fix
jblum [Thu, 14 May 2009 22:49:13 +0000 (22:49 +0000)]
blks2 std squelch fix

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11033 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoBlacklist certain ID names, such as python builtins, and gnuradio modules.
jblum [Thu, 14 May 2009 22:04:10 +0000 (22:04 +0000)]
Blacklist certain ID names, such as python builtins, and gnuradio modules.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11032 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoMoved filterbank blocks to filers category.
jblum [Thu, 14 May 2009 21:22:56 +0000 (21:22 +0000)]
Moved filterbank blocks to filers category.
Larger flow graph size allowed by options block.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11031 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoCreate one drawing area per flowgraph/notebook page.
jblum [Thu, 14 May 2009 21:18:28 +0000 (21:18 +0000)]
Create one drawing area per flowgraph/notebook page.
Previously, there was one global drawing area, and empty notebook pages.

This has the advantage of saving the scroll position though mutiple scroll windows,
rendering the flow graph only when the notebook page is realized,
and proper use + appearance of the gtk notebook

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11030 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoshared drawing area method for creating new pixmaps
jblum [Thu, 14 May 2009 18:47:15 +0000 (18:47 +0000)]
shared drawing area method for creating new pixmaps

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11029 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoDoc fixes. Merged eb/t367 -r11020:11025 to trunk. This changeset
eb [Thu, 14 May 2009 18:29:26 +0000 (18:29 +0000)]
Doc fixes.  Merged eb/t367 -r11020:11025 to trunk.  This changeset
moves the primary doxygen configuration under the top-level docs
directory.  It creates a new "docs" top-level component that can be
enabled/disabled using the configure --disable-docs option.  At this
time, the --enable-doxygen option is still required to enable the
generation of the doxygen documents.  I think the flag should probably
be removed, and default to "yes" if we find doxygen on the path.  The
user can disable the doc generation using --disable-docs if desired.

The doxygen config file has been modified such that doxygen is now
only run on the C++ sources.  No attempt is made to process the python
code using doxygen.  This results in a less confusing set of docs for
the the C++ API.  Straightening out the python docs is left for later.

Many classes are currently misclassified (\ingroup <wrong>).  That
will probably require another day of work, that I can't get to right now.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11027 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoFixes ticket:364, ticket:365. Merged eb/t364 -r11015:11017 to trunk.
eb [Wed, 13 May 2009 05:29:11 +0000 (05:29 +0000)]
Fixes ticket:364, ticket:365.  Merged eb/t364 -r11015:11017 to trunk.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11018 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoBuilt and checked in new rbfs that fix ticket:248 and ticket:290.
eb [Tue, 12 May 2009 21:17:27 +0000 (21:17 +0000)]
Built and checked in new rbfs that fix ticket:248 and ticket:290.
The rbfs are built from r11012 and were compiled using Quartus II
Version 7.1 build 178 06/25/2007 SP 1 SJ Web Edition.

ticket:248 was actually fixed in [9485], but the updated rbfs were
never checked in.  Ticket:290 wasn't really a bug.  The host code has
always been correct.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11014 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoBackport automake 2.60's AC_PROG_MKDIR_P so we can continue to support automake 2...
jcorgan [Mon, 11 May 2009 16:03:59 +0000 (16:03 +0000)]
Backport automake 2.60's AC_PROG_MKDIR_P so we can continue to support automake 2.57 (Achilleas Anastasopoulos)

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11001 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoApply Juha Vierinen patch to allow variable USRP2 rx buffer size
jcorgan [Mon, 11 May 2009 15:31:33 +0000 (15:31 +0000)]
Apply Juha Vierinen patch to allow variable USRP2 rx buffer size

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11000 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoUpdated ignores for new binaries
jcorgan [Mon, 11 May 2009 15:18:01 +0000 (15:18 +0000)]
Updated ignores for new binaries

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10999 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agosimple images to set revision number
matt [Sun, 10 May 2009 23:31:14 +0000 (23:31 +0000)]
simple images to set revision number

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10998 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoFix abort when user fails to connect hier_block2 outputs both internally and internal...
jcorgan [Fri, 8 May 2009 18:51:39 +0000 (18:51 +0000)]
Fix abort when user fails to connect hier_block2 outputs both internally and internally; throw meaningful exception instead.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10992 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoMerged r10948:10959 from jcorgan/deb into trunk. Trunk passes
jcorgan [Thu, 7 May 2009 00:11:08 +0000 (00:11 +0000)]
Merged r10948:10959 from jcorgan/deb into trunk. Trunk passes
distcheck.

Part 1 of Debian/Ubuntu binary packaging update for 3.2 release.
Creates all C++ API binary and dev packages, with their associated
runtime dependencies.

* Runtime shared-library packages:

-libgruel
-libgnuradio-omnithread
-libpmt
-libmblock
-libgnuradio-core
-libgnuradio-alsa
-libgnuradio-qtgui
-libusrp
-libusrp2
-libgnuradio-usrp
-libgnuradio-usrp2

* C++ development headers and pkg-config files for the above:

-libgruel-dev
-libgnuradio-omnithread-dev
-libpmt-dev
-libmblock-dev
-libgnuradio-core-dev
-libgnuradio-alsa-dev
-libgnuradio-qtgui-dev
-libusrp-dev
-libusrp2-dev

NOTE: For consistency, libqtgui.so has been renamed to libgnuradio-qtgui.so,
and libgr-usrp2.so has been renamed to libgnuradio-usrp2.so.

A 'gnuradio-dev' virtual package will be created that will depend upon the
above -dev packages, so installing that one package will pull in all that is needed
to do pure C++ development in GNU Radio.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10981 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoydivs in fftsink wrapper
jblum [Wed, 6 May 2009 21:15:17 +0000 (21:15 +0000)]
ydivs in fftsink wrapper

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10980 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agonumbersink fix for when average=True on init
jblum [Wed, 6 May 2009 20:58:28 +0000 (20:58 +0000)]
numbersink fix for when average=True on init

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10979 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoMoved resizing logic out of animation path.
jblum [Wed, 6 May 2009 07:26:58 +0000 (07:26 +0000)]
Moved resizing logic out of animation path.
Drawing area configure event for pixmap creation.
State handler for flow graph resizing.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10978 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoAdditional change for ticket:371 (also fixes broken trunk ;-)
eb [Wed, 6 May 2009 01:11:54 +0000 (01:11 +0000)]
Additional change for ticket:371 (also fixes broken trunk ;-)

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10975 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoAdded LO Offset param to usrp simple and dual block wrappers.
jblum [Wed, 6 May 2009 00:49:22 +0000 (00:49 +0000)]
Added LO Offset param to usrp simple and dual block wrappers.
Modified usrp simple and dual wrapper classes with setter methods.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10974 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoFix for ticket:371.
eb [Wed, 6 May 2009 00:35:04 +0000 (00:35 +0000)]
Fix for ticket:371.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10972 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agolo offset for usrp2 wrappers
jblum [Tue, 5 May 2009 23:45:16 +0000 (23:45 +0000)]
lo offset for usrp2 wrappers

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10970 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoupdate when elems created or deleted
jblum [Tue, 5 May 2009 23:15:58 +0000 (23:15 +0000)]
update when elems created or deleted

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10969 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agospeed up for flow graphs with many blocks:
jblum [Tue, 5 May 2009 18:35:39 +0000 (18:35 +0000)]
speed up for flow graphs with many blocks:
separated highlighting update logic so update does not have to be called on selection.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10958 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoCleanup: port modify code, other misc cleanup.
jblum [Sun, 3 May 2009 09:05:21 +0000 (09:05 +0000)]
Cleanup: port modify code, other misc cleanup.
Fix: flowgraph update removes deleted-selected elements.
Fix: do all selected elements when putting selected elements on-top.
Fix: simplified get_elements, was causing strange bug.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10947 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoFix for custom category paths.
jblum [Sat, 2 May 2009 07:55:12 +0000 (07:55 +0000)]
Fix for custom category paths.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10946 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoRemove some uses of kludge_copy from r10879 and ticket:161
jblum [Fri, 1 May 2009 20:44:21 +0000 (20:44 +0000)]
Remove some uses of kludge_copy from r10879 and ticket:161

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10944 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoAdds dynamic setters/getters for moving average filters from r10932
jblum [Fri, 1 May 2009 20:39:31 +0000 (20:39 +0000)]
Adds dynamic setters/getters for moving average filters from r10932

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10943 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoMerged developer branch for digital r10900:10941
jblum [Fri, 1 May 2009 20:33:09 +0000 (20:33 +0000)]
Merged developer branch for digital r10900:10941

Creates generic usrp class abstraction for usrp and usrp2.
Common command line options for usrp devices.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10942 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoMerged grc developer branch r10679:10938
jblum [Fri, 1 May 2009 20:28:04 +0000 (20:28 +0000)]
Merged grc developer branch r10679:10938

Misc fixes and internal changes.
Added help menu for usage tips.
Added drag and drop for blocks.
Removed callback controls, adopted forms.
Any type can have enumerated options.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10941 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoAdds dynamic setters/getters for moving average filters.
jcorgan [Thu, 30 Apr 2009 19:57:02 +0000 (19:57 +0000)]
Adds dynamic setters/getters for moving average filters.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10932 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoFix swapped signals.
jcorgan [Mon, 27 Apr 2009 22:13:33 +0000 (22:13 +0000)]
Fix swapped signals.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10926 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agosomebody commented out the tx mux setting which prevented the xcvr2450 from working...
matt [Mon, 27 Apr 2009 19:50:03 +0000 (19:50 +0000)]
somebody commented out the tx mux setting which prevented the xcvr2450 from working.  wrong values for rfx boards were not seen because of the above error.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10925 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoNow adding y-axis controls for frequency domain plot.
trondeau [Sun, 26 Apr 2009 22:14:25 +0000 (22:14 +0000)]
Now adding y-axis controls for frequency domain plot.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10923 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoBringing out set axis function to the qtgui sinks for user-settable axis ranges.
trondeau [Sun, 26 Apr 2009 22:00:50 +0000 (22:00 +0000)]
Bringing out set axis function to the qtgui sinks for user-settable axis ranges.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10922 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoOpening up the time domain and constellations plots a bit and adding accessor functio...
trondeau [Sun, 26 Apr 2009 21:36:45 +0000 (21:36 +0000)]
Opening up the time domain and constellations plots a bit and adding accessor functions to set these values. These will be made accessible through the qtsink to be user-settable.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10921 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoadding a pause/unpause button to the digital GUI application.
trondeau [Sun, 26 Apr 2009 21:31:06 +0000 (21:31 +0000)]
adding a pause/unpause button to the digital GUI application.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10920 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoImproving digital GUI analysis tool. Adding receiver carrier and timing recovery...
trondeau [Sun, 26 Apr 2009 21:09:20 +0000 (21:09 +0000)]
Improving digital GUI analysis tool. Adding receiver carrier and timing recovery loop and ability to control the some of the receiver's parameters.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10919 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoGenerate more informative error message than recursion error
jcorgan [Sat, 25 Apr 2009 02:57:27 +0000 (02:57 +0000)]
Generate more informative error message than recursion error

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10908 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoFixes ticket:312.
jcorgan [Sat, 25 Apr 2009 02:25:25 +0000 (02:25 +0000)]
Fixes ticket:312.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10907 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoFix missing file from distribution
jcorgan [Wed, 22 Apr 2009 15:39:35 +0000 (15:39 +0000)]
Fix missing file from distribution

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10890 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoMerged r10770:10887 from jcorgan/iad2 into trunk. Adds alternative USRP2 FPGA build...
jcorgan [Wed, 22 Apr 2009 00:11:28 +0000 (00:11 +0000)]
Merged r10770:10887 from jcorgan/iad2 into trunk.  Adds alternative USRP2 FPGA build to use integrate-and-dump decimator instead of CIC/HB combination.  This provides a much shorter time duration impulse response for the same decimation rate, at the expense of worse stop-band rejection.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10888 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agofixed gr delay xml
jblum [Mon, 20 Apr 2009 23:51:19 +0000 (23:51 +0000)]
fixed gr delay xml

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10884 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoMerged r10875:10880 from jcorgan/t161 into trunk. Implements ticket:161, allowing...
jcorgan [Sun, 19 Apr 2009 20:45:40 +0000 (20:45 +0000)]
Merged r10875:10880 from jcorgan/t161 into trunk.  Implements ticket:161, allowing multiple internal blocks to be connected to a hier_block2 external input.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10881 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoUsing qt's designer program to build an interface from the .ui file. This makes qt_di...
trondeau [Sat, 18 Apr 2009 03:14:34 +0000 (03:14 +0000)]
Using qt's designer program to build an interface from the .ui file. This makes qt_digital.py example look much better.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10878 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoUpdated to work with old or new handling of Basic Rx daugherboard subdevs.
eb [Sat, 18 Apr 2009 02:24:06 +0000 (02:24 +0000)]
Updated to work with old or new handling of Basic Rx daugherboard subdevs.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10877 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoMinor fix to last checkin
jcorgan [Fri, 17 Apr 2009 20:35:43 +0000 (20:35 +0000)]
Minor fix to last checkin

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10872 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoFixes ticket:383
jcorgan [Fri, 17 Apr 2009 20:30:56 +0000 (20:30 +0000)]
Fixes ticket:383

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10871 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoFixes ticket:386
jcorgan [Fri, 17 Apr 2009 18:45:58 +0000 (18:45 +0000)]
Fixes ticket:386

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10869 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoFixes ticket:374
jcorgan [Fri, 17 Apr 2009 17:24:17 +0000 (17:24 +0000)]
Fixes ticket:374

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10865 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoCleanup on gr.channel_model
jcorgan [Fri, 17 Apr 2009 16:54:59 +0000 (16:54 +0000)]
Cleanup on gr.channel_model

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10864 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoswitched to new gr.channel_model
jblum [Fri, 17 Apr 2009 02:58:41 +0000 (02:58 +0000)]
switched to new gr.channel_model

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10862 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoChange our examples to use gr.channel_model instead of blks2.channel_model
jcorgan [Thu, 16 Apr 2009 07:54:34 +0000 (07:54 +0000)]
Change our examples to use gr.channel_model instead of blks2.channel_model

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10861 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoMerged changeset r10817:10858 from jcorgan/cpphier into trunk. Adds standard place...
jcorgan [Thu, 16 Apr 2009 07:25:15 +0000 (07:25 +0000)]
Merged changeset r10817:10858 from jcorgan/cpphier into trunk.  Adds standard place for C++ hierarchical blocks for gnuradio-core, and new gr.channel_model block from Tom Rondeau.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10859 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoXCVR2450 tranceive hackish fix. Re-write the atr mask, io, and oe registers in the...
jblum [Wed, 15 Apr 2009 23:10:36 +0000 (23:10 +0000)]
XCVR2450 tranceive hackish fix. Re-write the atr mask, io, and oe registers in the set_gpio().
usrp basic overwrites the registers on init and can be harmful to an app that uses both RX and TX.
set_gpio will be called when the frequency is set so tuning after initialization is required.
Also, the custom xcvr set register methods were replaced will calls to common_*

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10853 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoTemporary fix for erroneous Makefile.am contents
jcorgan [Wed, 15 Apr 2009 14:16:50 +0000 (14:16 +0000)]
Temporary fix for erroneous Makefile.am contents

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10852 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoMerging qtdevel2 branch -r10565:10849. This adds a lot of fixes and capabilities...
trondeau [Wed, 15 Apr 2009 03:49:04 +0000 (03:49 +0000)]
Merging qtdevel2 branch -r10565:10849. This adds a lot of fixes and capabilities to the qtgui package. Most importantly, it allows interaction between PyQt and the C++ Qt routines in the gnuradio library.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10850 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoremoving forgotten debug
n4hy [Wed, 15 Apr 2009 02:28:36 +0000 (02:28 +0000)]
removing forgotten debug

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10848 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agonew fm detector added based on FIR derivative detector. Stereo sep better than pll...
n4hy [Wed, 15 Apr 2009 02:21:52 +0000 (02:21 +0000)]
new fm detector added based on FIR derivative detector.  Stereo sep better than pll based one and more efficient.  Tweaking probably needed, usrp_wfm_rcv_fmdet added to demo

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10847 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoremoved unused type param in gr_peak_detector2_fb
jblum [Tue, 14 Apr 2009 19:11:21 +0000 (19:11 +0000)]
removed unused type param in gr_peak_detector2_fb

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10826 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agomostly formatting and name changes. commented out special purpose pins.
matt [Sun, 12 Apr 2009 21:09:57 +0000 (21:09 +0000)]
mostly formatting and name changes.  commented out special purpose pins.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10814 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agofrom u2p2, autogenerated
matt [Sun, 12 Apr 2009 19:11:46 +0000 (19:11 +0000)]
from u2p2, autogenerated

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10813 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoFixes ticket:357
jcorgan [Thu, 9 Apr 2009 00:55:55 +0000 (00:55 +0000)]
Fixes ticket:357

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10793 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoFix for ticket:262.
eb [Tue, 7 Apr 2009 19:53:17 +0000 (19:53 +0000)]
Fix for ticket:262.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10789 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoRemoved unneeded call to set_history(1). Code if functionally
eb [Tue, 7 Apr 2009 19:46:14 +0000 (19:46 +0000)]
Removed unneeded call to set_history(1).  Code if functionally
identical after this change.  See also ticket:256.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10788 221aa14e-8319-0410-a670-987f0aec2ac5

15 years agoRemoved format from usrp dual/simple sink. USRP sink does not have a
jblum [Tue, 7 Apr 2009 19:10:49 +0000 (19:10 +0000)]
Removed format from usrp dual/simple sink. USRP sink does not have a
format option. Gave usrp dual/simple source a unified format option with
the only 2 choices possible:  (16, 0) and (8, 8). When and if future
options are available, these blocks will be modified as such. Until
then, these blocks reflect the capabilities in the current trunk.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10787 221aa14e-8319-0410-a670-987f0aec2ac5