debian/gnuradio
15 years agoAdding a constellation plot and an example for viewing constellations of digital...
trondeau [Sat, 28 Feb 2009 04:15:05 +0000 (04:15 +0000)]
Adding a constellation plot and an example for viewing constellations of digital modulations.

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

15 years agosome cleanup as well as adding a way to pass the Qapplication between sinks that...
trondeau [Sat, 28 Feb 2009 03:41:15 +0000 (03:41 +0000)]
some cleanup as well as adding a way to pass the Qapplication between sinks that allows multiple GUIs to be defined and run.

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

15 years agoFixes the error message printed when a component (call it 'foo') is
michaelld [Fri, 27 Feb 2009 03:35:20 +0000 (03:35 +0000)]
Fixes the error message printed when a component (call it 'foo') is
configured using --with-foo , but a dependency of this with-component
(call the dependency 'bar') was not configured using --with-bar
(either it was included using --enable-bar , or not included at all).
Simple change, complex explanation ;)

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

15 years agoMerged r10504:10528 from michaelld/fix_local_data_install into trunk. Trunk passes...
jcorgan [Thu, 26 Feb 2009 23:39:17 +0000 (23:39 +0000)]
Merged r10504:10528 from michaelld/fix_local_data_install into trunk.  Trunk passes distcheck.

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

15 years agotiming fix. The line address in the buffers still updates now even if there is an...
matt [Thu, 26 Feb 2009 04:44:02 +0000 (04:44 +0000)]
timing fix.  The line address in the buffers still updates now even if there is an error.  Doesn't matter, since the error means the buffer is useless anyway.  This makes meeting timing much easier since the address update does not depend on the error signal which comes late.

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

15 years agotiming fix, delays the ethernet flow control by a cycle to get it across the chip...
matt [Thu, 26 Feb 2009 04:42:33 +0000 (04:42 +0000)]
timing fix, delays the ethernet flow control by a cycle to get it across the chip.  Seems ok in testing.

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

15 years agoremove support for unmodified dbsrx because there is way too much phase noise. only...
matt [Thu, 26 Feb 2009 04:27:08 +0000 (04:27 +0000)]
remove support for unmodified dbsrx because there is way too much phase noise.  only modified dbsrx are supported

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

15 years agoAdded support for Continuous Phase Modulation in gr-trellis + an example
anastas [Thu, 26 Feb 2009 00:29:51 +0000 (00:29 +0000)]
Added support for Continuous Phase Modulation in gr-trellis + an example

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

15 years agoMerged mld/fix_makefile_gen -r10446:10509 to trunk. This cleans up
eb [Wed, 25 Feb 2009 21:58:41 +0000 (21:58 +0000)]
Merged mld/fix_makefile_gen -r10446:10509 to trunk.  This cleans up
the generation of the Makefile.gen's that occurs in gr-trellis,
lib/gengen and lib/filter.

If you change any code generator such that it generates a different
set of generated file names, you must execute "make generate-makefile"
in a non-VPATH build to regenerate the Makefile.gen's.  Once they are
regenerated, commit them to the repo.

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

15 years agoUpdated ignores.
jcorgan [Wed, 25 Feb 2009 19:33:46 +0000 (19:33 +0000)]
Updated ignores.

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

15 years agoMerged r10501:10505 from michaelld/omnithread into trunk. Moves omnithread header...
jcorgan [Wed, 25 Feb 2009 19:04:35 +0000 (19:04 +0000)]
Merged r10501:10505 from michaelld/omnithread into trunk.  Moves omnithread header files into /gnuradio.  Trunk passes distcheck.

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

15 years agoFix missing file from distribution tarball (Bruce McGuffin)
jcorgan [Tue, 24 Feb 2009 23:05:00 +0000 (23:05 +0000)]
Fix missing file from distribution tarball (Bruce McGuffin)

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

15 years agoA little documentation
mleech [Tue, 24 Feb 2009 19:55:16 +0000 (19:55 +0000)]
A little documentation

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

15 years agoset all debug stuff to zero
matt [Tue, 24 Feb 2009 17:53:32 +0000 (17:53 +0000)]
set all debug stuff to zero

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

15 years agosupport for unmodified dbsrx boards
matt [Mon, 23 Feb 2009 17:40:39 +0000 (17:40 +0000)]
support for unmodified dbsrx boards

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

15 years agosupport for unmodified dbsrx boards
matt [Mon, 23 Feb 2009 17:40:09 +0000 (17:40 +0000)]
support for unmodified dbsrx boards

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

15 years agodisable gr-audio-jack when cross-compiling until somebody fixes it
eb [Mon, 23 Feb 2009 16:58:29 +0000 (16:58 +0000)]
disable gr-audio-jack when cross-compiling until somebody fixes it

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

15 years agoReverted changeset r10451. Instead we will ensure top_block.stop() and wait() can...
jcorgan [Mon, 23 Feb 2009 02:14:39 +0000 (02:14 +0000)]
Reverted changeset r10451.  Instead we will ensure top_block.stop() and wait() can be called on a stopped flowgraph with no ill effects.

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

15 years agoCleanup, changed ifc_name() to interface_name()
jcorgan [Mon, 23 Feb 2009 02:08:43 +0000 (02:08 +0000)]
Cleanup, changed ifc_name() to interface_name()

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

15 years agoRe-implementation of usrp2_siggen.py with dynamically adjustable flowgraph. Adds...
jcorgan [Sun, 22 Feb 2009 20:55:28 +0000 (20:55 +0000)]
Re-implementation of usrp2_siggen.py with dynamically adjustable flowgraph.  Adds new usrp2_siggen_gui.py that implements GUI interface on top if same, GUI-unaware flowgraph.  Uses new gr.wxgui.gui class.

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

15 years agoAdds ifc_name() to libusrp2 and gr-usrp2
jcorgan [Sun, 22 Feb 2009 20:52:29 +0000 (20:52 +0000)]
Adds ifc_name() to libusrp2 and gr-usrp2

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

15 years agoAdds new simple gui class to gr-wxgui. Apps using it to come.
jcorgan [Sun, 22 Feb 2009 20:20:34 +0000 (20:20 +0000)]
Adds new simple gui class to gr-wxgui.  Apps using it to come.

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

15 years agofix for config_mimo host code. (Doug Geiger)
eb [Fri, 20 Feb 2009 20:27:49 +0000 (20:27 +0000)]
fix for config_mimo host code.  (Doug Geiger)

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

15 years agoMerging in branch to add malloc.h to posix_memalign.cc for Cygwin.
michaelld [Wed, 18 Feb 2009 15:18:23 +0000 (15:18 +0000)]
Merging in branch to add malloc.h to posix_memalign.cc for Cygwin.

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

15 years agouse 4.3 versions of ppu cross-compilers if we've got them
eb [Wed, 18 Feb 2009 03:05:58 +0000 (03:05 +0000)]
use 4.3 versions of ppu cross-compilers if we've got them

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

15 years agogcc 4.3 cleanup
eb [Wed, 18 Feb 2009 03:04:20 +0000 (03:04 +0000)]
gcc 4.3 cleanup

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

15 years agodont check this
jblum [Wed, 18 Feb 2009 01:45:41 +0000 (01:45 +0000)]
dont check this

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

15 years agousrp methods for computing the mux for dual subdevices
jblum [Tue, 17 Feb 2009 23:03:39 +0000 (23:03 +0000)]
usrp methods for computing the mux for dual subdevices

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

15 years agominor renaming
eb [Tue, 17 Feb 2009 19:52:12 +0000 (19:52 +0000)]
minor renaming

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

15 years agoUse defined bit positions
jcorgan [Tue, 17 Feb 2009 17:19:48 +0000 (17:19 +0000)]
Use defined bit positions

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

15 years agoUpdated README for gsl and GRC
jcorgan [Tue, 17 Feb 2009 17:03:56 +0000 (17:03 +0000)]
Updated README for gsl and GRC

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

15 years agoAdded ability to determine if flowgraph is running
jcorgan [Tue, 17 Feb 2009 16:57:00 +0000 (16:57 +0000)]
Added ability to determine if flowgraph is running

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

15 years agoflex option not needed here
jblum [Tue, 17 Feb 2009 05:14:26 +0000 (05:14 +0000)]
flex option not needed here

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

15 years agokludge the legacy: usrp subdevice 2, the 3rd subdevice
jblum [Tue, 17 Feb 2009 02:33:08 +0000 (02:33 +0000)]
kludge the legacy: usrp subdevice 2, the 3rd subdevice

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

15 years agoupdated todo
jblum [Thu, 12 Feb 2009 20:39:34 +0000 (20:39 +0000)]
updated todo

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

15 years agoport and type controller modify logic out of gui
jblum [Thu, 12 Feb 2009 19:47:23 +0000 (19:47 +0000)]
port and type controller modify logic out of gui

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

15 years agoformatting changes only
eb [Tue, 10 Feb 2009 21:05:13 +0000 (21:05 +0000)]
formatting changes only

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

15 years agoApplied patch to cleanup msdd
eb [Tue, 10 Feb 2009 21:00:05 +0000 (21:00 +0000)]
Applied patch to cleanup msdd

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

15 years agoremoved slow, TCP-based sources
eb [Tue, 10 Feb 2009 20:55:42 +0000 (20:55 +0000)]
removed slow, TCP-based sources

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

15 years agoRemove obsolete app
jcorgan [Tue, 10 Feb 2009 17:54:41 +0000 (17:54 +0000)]
Remove obsolete app

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

15 years agoMerged r10418:10423 from jcorgan/pps into trunk. Adds usrp2::sync_every_pps
jcorgan [Tue, 10 Feb 2009 16:35:17 +0000 (16:35 +0000)]
Merged r10418:10423 from jcorgan/pps into trunk.  Adds usrp2::sync_every_pps

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

15 years agoBetter fix for missing header file include
jcorgan [Tue, 10 Feb 2009 14:41:18 +0000 (14:41 +0000)]
Better fix for missing header file include

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

15 years agoMerged r10385:10413 from michaelld/swig_tweaks into trunk. Passes distcheck.
jcorgan [Tue, 10 Feb 2009 04:53:37 +0000 (04:53 +0000)]
Merged r10385:10413 from michaelld/swig_tweaks into trunk.  Passes distcheck.

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

15 years agoAdd missing destructor (Don Ward)
jcorgan [Sun, 8 Feb 2009 21:13:04 +0000 (21:13 +0000)]
Add missing destructor (Don Ward)

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

15 years agoAdd missing library in link (Don Ward)
jcorgan [Sun, 8 Feb 2009 21:11:17 +0000 (21:11 +0000)]
Add missing library in link (Don Ward)

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

15 years agoFix missing header include (Don Ward)
jcorgan [Sun, 8 Feb 2009 21:06:13 +0000 (21:06 +0000)]
Fix missing header include (Don Ward)

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

15 years agoproper check for too many connections
jblum [Fri, 6 Feb 2009 19:16:49 +0000 (19:16 +0000)]
proper check for too many connections

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

15 years agogrc: better handling of disabled elements
jblum [Fri, 6 Feb 2009 19:01:10 +0000 (19:01 +0000)]
grc: better handling of disabled elements

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

15 years agotypo
jblum [Fri, 6 Feb 2009 00:37:41 +0000 (00:37 +0000)]
typo

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

15 years agobetter type checking in repr
jblum [Thu, 5 Feb 2009 23:18:47 +0000 (23:18 +0000)]
better type checking in repr

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

15 years agowhoops, restored comment
jblum [Thu, 5 Feb 2009 22:55:06 +0000 (22:55 +0000)]
whoops, restored comment

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

15 years agoPYTHON_CHECK_MODULE: added extra argument for assertion tests (ex: version testing)
jblum [Thu, 5 Feb 2009 22:51:03 +0000 (22:51 +0000)]
PYTHON_CHECK_MODULE: added extra argument for assertion tests (ex: version testing)

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

15 years agoMerged r10383:10390 from jcorgan/u2-wip into trunk.
jcorgan [Wed, 4 Feb 2009 23:06:02 +0000 (23:06 +0000)]
Merged r10383:10390 from jcorgan/u2-wip into trunk.

* Implements daughterboard independent LO offset tuning

* Removes RFX specific LO offset code

* Adds 'set_lo_offset' to libusrp2 and Python API

* Adds --lo-offset to usrp2_fft.py and usrp2_rx_cfile.py

* Ensures daughterboards are reset to default values at
  startup.

Trunk passes distcheck.

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

15 years agonicer display formatting, and use of eng notation
jblum [Wed, 4 Feb 2009 23:03:47 +0000 (23:03 +0000)]
nicer display formatting, and use of eng notation

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

15 years agort sched option in grc
jblum [Wed, 4 Feb 2009 21:25:49 +0000 (21:25 +0000)]
rt sched option in grc

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

15 years agousrp2-xcvr cleanup, working gains, freqs
jblum [Wed, 4 Feb 2009 20:36:36 +0000 (20:36 +0000)]
usrp2-xcvr cleanup, working gains, freqs

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

15 years agousrp2: xcvr working
jblum [Wed, 4 Feb 2009 03:06:20 +0000 (03:06 +0000)]
usrp2: xcvr working

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

15 years agoChanged $(builddir) to ".", since it should always be that.
michaelld [Tue, 3 Feb 2009 20:34:41 +0000 (20:34 +0000)]
Changed $(builddir) to ".", since it should always be that.

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

15 years agoRevert r10379, which works at runtime but does not pass check or distcheck on Ubuntu...
jcorgan [Tue, 3 Feb 2009 19:21:11 +0000 (19:21 +0000)]
Revert r10379, which works at runtime but does not pass check or distcheck on Ubuntu 8.10.

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

15 years agoUse runtime valid module names for import
jcorgan [Tue, 3 Feb 2009 18:05:02 +0000 (18:05 +0000)]
Use runtime valid module names for import

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

15 years agowork in progress: xcvr running, needs work with divisors
matt [Tue, 3 Feb 2009 02:30:25 +0000 (02:30 +0000)]
work in progress: xcvr running, needs work with divisors

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

15 years agoremoved auto tr from sources, combined auto tr with transmit options in sinks
jblum [Mon, 2 Feb 2009 22:02:18 +0000 (22:02 +0000)]
removed auto tr from sources, combined auto tr with transmit options in sinks

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

15 years agowork in progress: setting gpio on xcvr
jblum [Mon, 2 Feb 2009 18:51:13 +0000 (18:51 +0000)]
work in progress: setting gpio on xcvr

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

15 years agoIncluded support for decim=4, by loading non-default firmware.
mleech [Mon, 2 Feb 2009 16:54:39 +0000 (16:54 +0000)]
Included support for decim=4, by loading non-default firmware.

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

15 years agoPossibly temporary fix for r10350 breakage when using swig < 1.3.38
jcorgan [Mon, 2 Feb 2009 14:53:09 +0000 (14:53 +0000)]
Possibly temporary fix for r10350 breakage when using swig < 1.3.38

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

15 years agoMerged r10288:10370 from michaelld/swigpythonargs into trunk. Passes distcheck.
jcorgan [Mon, 2 Feb 2009 14:27:28 +0000 (14:27 +0000)]
Merged r10288:10370 from michaelld/swigpythonargs into trunk.  Passes distcheck.

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

15 years agooptions for hb filter in usrp simple source
jblum [Sun, 1 Feb 2009 19:26:56 +0000 (19:26 +0000)]
options for hb filter in usrp simple source

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

15 years agoinsert for odict
jblum [Sun, 1 Feb 2009 03:37:13 +0000 (03:37 +0000)]
insert for odict

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

15 years agowork in progress
matt [Sat, 31 Jan 2009 23:44:25 +0000 (23:44 +0000)]
work in progress

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

15 years agowork in progress
matt [Sat, 31 Jan 2009 23:43:37 +0000 (23:43 +0000)]
work in progress

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

15 years agowork in progress
matt [Sat, 31 Jan 2009 23:43:14 +0000 (23:43 +0000)]
work in progress

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

15 years agofirst cut at 64 bit time
matt [Sat, 31 Jan 2009 23:42:19 +0000 (23:42 +0000)]
first cut at 64 bit time

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

15 years agoset fft-size from command line, default to 12 divs vertical
matt [Sat, 31 Jan 2009 23:23:27 +0000 (23:23 +0000)]
set fft-size from command line, default to 12 divs vertical

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

15 years agodebug info
matt [Sat, 31 Jan 2009 23:22:20 +0000 (23:22 +0000)]
debug info

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

15 years agominor rev increase for for 3.01, which was just pcb cosmetic changes
matt [Sat, 31 Jan 2009 23:19:12 +0000 (23:19 +0000)]
minor rev increase for for 3.01, which was just pcb cosmetic changes

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

15 years agoMerged in misc_fixes branch.
michaelld [Sat, 31 Jan 2009 02:48:58 +0000 (02:48 +0000)]
Merged in misc_fixes branch.

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

15 years agowork with the set reg functions
jblum [Sat, 31 Jan 2009 01:19:25 +0000 (01:19 +0000)]
work with the set reg functions

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

15 years agomuch better register settings, should work all the time
matt [Sat, 31 Jan 2009 00:31:14 +0000 (00:31 +0000)]
much better register settings, should work all the time

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

15 years agobug fix, unselect on double click
jblum [Fri, 30 Jan 2009 21:43:52 +0000 (21:43 +0000)]
bug fix, unselect on double click

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

15 years agoxcvr: initialize chipset
jblum [Fri, 30 Jan 2009 20:32:06 +0000 (20:32 +0000)]
xcvr: initialize chipset

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

15 years agowhoops
jblum [Fri, 30 Jan 2009 19:38:21 +0000 (19:38 +0000)]
whoops

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

15 years agogrc usrp supports 8 bits
jblum [Fri, 30 Jan 2009 19:30:03 +0000 (19:30 +0000)]
grc usrp supports 8 bits

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

15 years agoconverted set freq in xcvr
jblum [Fri, 30 Jan 2009 07:18:33 +0000 (07:18 +0000)]
converted set freq in xcvr

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

15 years agowork on xcvr set_freq
jblum [Fri, 30 Jan 2009 02:31:55 +0000 (02:31 +0000)]
work on xcvr set_freq

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

15 years agoxcvr dboard support
jblum [Fri, 30 Jan 2009 01:01:43 +0000 (01:01 +0000)]
xcvr dboard support
gain setting coded, not tested
set freq not implemented

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

15 years agoadded eng notation to slider gui control
jblum [Thu, 29 Jan 2009 06:20:41 +0000 (06:20 +0000)]
added eng notation to slider gui control

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

15 years agotunes the dbsrx properly. You need to mod your dbsrx, though.
matt [Thu, 29 Jan 2009 03:04:09 +0000 (03:04 +0000)]
tunes the dbsrx properly.  You need to mod your dbsrx, though.

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

15 years agodbsrx daughterboard support, gain works, not freq
matt [Wed, 28 Jan 2009 22:35:21 +0000 (22:35 +0000)]
dbsrx daughterboard support, gain works, not freq

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

15 years agoconstant source convenience wrapper
jblum [Wed, 28 Jan 2009 20:06:20 +0000 (20:06 +0000)]
constant source convenience wrapper

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

15 years agofixed 2 scaling bugs in scopesink
jblum [Wed, 28 Jan 2009 19:52:45 +0000 (19:52 +0000)]
fixed 2 scaling bugs in scopesink

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

15 years agosimplified with some one liners, added check to ensure dual source has different...
jblum [Wed, 28 Jan 2009 19:09:53 +0000 (19:09 +0000)]
simplified with some one liners, added check to ensure dual source has different ants

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

15 years agocallbacks for bb_freq and samp rate in fft and waterfall wrappers
jblum [Wed, 28 Jan 2009 18:41:23 +0000 (18:41 +0000)]
callbacks for bb_freq and samp rate in fft and waterfall wrappers

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

15 years agothird time's a charm...
eb [Tue, 27 Jan 2009 21:27:14 +0000 (21:27 +0000)]
third time's a charm...

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

15 years agoadded missing .h files
eb [Tue, 27 Jan 2009 21:19:03 +0000 (21:19 +0000)]
added missing .h files

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

15 years agoMerged eb/u2-mimo-wip -r10297:10317 into the trunk. This contains
eb [Tue, 27 Jan 2009 21:15:51 +0000 (21:15 +0000)]
Merged eb/u2-mimo-wip -r10297:10317 into the trunk.  This contains
down and dirty test code that confirms that we can coherently transmit
different signals to two USRP2s connected via a mimo cable.
app_common_v2.h and app_passthru_v2.h were slightly modified, but
these changes to not alter the behavior of the standard code (txrx).

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

15 years agoGeneral housekeeping--removing ancient cruft mostly.
jcorgan [Tue, 27 Jan 2009 18:00:05 +0000 (18:00 +0000)]
General housekeeping--removing ancient cruft mostly.

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

15 years agoRemoved DECT Python example. Refer to DECT project in CGRAN for a more comprehensive...
jcorgan [Tue, 27 Jan 2009 16:10:28 +0000 (16:10 +0000)]
Removed DECT Python example.  Refer to DECT project in CGRAN for a more comprehensive example.

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

15 years agodecim/interp first for consistency
jblum [Mon, 26 Jan 2009 22:07:51 +0000 (22:07 +0000)]
decim/interp first for consistency

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

15 years agonew and improved simple/dual usrp blocks and wrapper classes
jblum [Mon, 26 Jan 2009 21:17:41 +0000 (21:17 +0000)]
new and improved simple/dual usrp blocks and wrapper classes

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

15 years ago-u for unbuffered python exec, fix:callbacks from enabled blocks only
jblum [Mon, 26 Jan 2009 20:45:52 +0000 (20:45 +0000)]
-u for unbuffered python exec, fix:callbacks from enabled blocks only

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