debian/gnuradio
14 years agoAdding a spectrogram plot. The axis need work.
Tom Rondeau [Tue, 25 Aug 2009 21:35:56 +0000 (17:35 -0400)]
Adding a spectrogram plot. The axis need work.

14 years agoGR plotter tool handles end of file and files shorter than the block length.
Tom Rondeau [Tue, 25 Aug 2009 16:12:17 +0000 (12:12 -0400)]
GR plotter tool handles end of file and files shorter than the block length.

14 years agoManages window/filter types better. Disables filter types if the designing algorithm...
Tom Rondeau [Tue, 25 Aug 2009 15:15:25 +0000 (11:15 -0400)]
Manages window/filter types better. Disables filter types if the designing algorithm doesn't support it (no RRC or Gaussian for equiripple filters).

14 years agoUser messages if PyQt and PyQwt are not installed (or found).
Tom Rondeau [Tue, 25 Aug 2009 14:01:00 +0000 (10:01 -0400)]
User messages if PyQt and PyQwt are not installed (or found).

14 years agoSetting validators for all edit boxes.
Tom [Tue, 25 Aug 2009 03:26:59 +0000 (23:26 -0400)]
Setting validators for all edit boxes.

14 years agoFixing tab order.
Tom [Tue, 25 Aug 2009 03:08:31 +0000 (23:08 -0400)]
Fixing tab order.

14 years agoAdding display for the number of taps in the filter.
Tom [Tue, 25 Aug 2009 03:02:52 +0000 (23:02 -0400)]
Adding display for the number of taps in the filter.

14 years agoAdding equiripple band reject filter to filter design app.
Tom Rondeau [Mon, 24 Aug 2009 23:25:30 +0000 (19:25 -0400)]
Adding equiripple band reject filter to filter design app.

14 years agoAdding P-M version of band reject filter.
Tom Rondeau [Mon, 24 Aug 2009 23:24:56 +0000 (19:24 -0400)]
Adding P-M version of band reject filter.

14 years agoFixed documentation for optfir band pass filters.
Tom Rondeau [Mon, 24 Aug 2009 21:50:06 +0000 (17:50 -0400)]
Fixed documentation for optfir band pass filters.

14 years agoAdded routine for optfir equiripple filter design code to create complex bandpass...
Tom Rondeau [Mon, 24 Aug 2009 21:44:43 +0000 (17:44 -0400)]
Added routine for optfir equiripple filter design code to create complex bandpass filters. Also adds this ability to the filter designer.

14 years agoAdded design for Guassian filters.
Tom [Mon, 24 Aug 2009 04:31:31 +0000 (00:31 -0400)]
Added design for Guassian filters.

14 years agoAdded design for RRC filters.
Tom [Mon, 24 Aug 2009 04:24:26 +0000 (00:24 -0400)]
Added design for RRC filters.

14 years agoAdded Band Notch filter
Tom [Mon, 24 Aug 2009 03:27:05 +0000 (23:27 -0400)]
Added Band Notch filter

14 years agoAdding complex bandpass filter design (for windowed filters only).
Tom [Mon, 24 Aug 2009 02:55:11 +0000 (22:55 -0400)]
Adding complex bandpass filter design (for windowed filters only).

14 years agoAdding plotting of group delay.
Tom [Mon, 24 Aug 2009 02:30:35 +0000 (22:30 -0400)]
Adding plotting of group delay.

14 years agoAdding labels to the plots.
Tom [Mon, 24 Aug 2009 02:06:24 +0000 (22:06 -0400)]
Adding labels to the plots.

14 years agoPlotting phase of filter in its own tab now.
Tom [Mon, 24 Aug 2009 01:57:34 +0000 (21:57 -0400)]
Plotting phase of filter in its own tab now.

14 years agoAdding a phase and group delay plot to the GUI.
Tom [Mon, 24 Aug 2009 01:19:12 +0000 (21:19 -0400)]
Adding a phase and group delay plot to the GUI.

14 years agoFixing time domain plot zoomer.
Tom [Mon, 24 Aug 2009 00:52:33 +0000 (20:52 -0400)]
Fixing time domain plot zoomer.

14 years agoAdding features and usability.
Tom [Sun, 23 Aug 2009 23:36:24 +0000 (19:36 -0400)]
Adding features and usability.

14 years agoRemoved the LFP and HPF ui's that are now a part of the main pyqt_filter.ui package.
Tom [Fri, 21 Aug 2009 02:10:50 +0000 (22:10 -0400)]
Removed the LFP and HPF ui's that are now a part of the main pyqt_filter.ui package.

14 years agoAdding a graphical tool to design and analyze filters.
Tom [Wed, 19 Aug 2009 02:57:27 +0000 (22:57 -0400)]
Adding a graphical tool to design and analyze filters.

14 years agoAdding a QT-based data file viewer.
Tom [Sat, 15 Aug 2009 03:29:17 +0000 (23:29 -0400)]
Adding a QT-based data file viewer.

This is the start of an application to read in data files and display them in a useful manner.

14 years agoMerging trondeau/pfb r11249:11581 into trunk. This adds a few polyphase filterbank...
trondeau [Wed, 12 Aug 2009 03:39:03 +0000 (03:39 +0000)]
Merging trondeau/pfb r11249:11581 into trunk. This adds a few polyphase filterbank implementations that do (integer) decimation, (integer) interpolation, arbitrary resampling, and channelizing. gnuradio-example/python/pfb includes a number of different examples of how to use these blocks.

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

14 years agoAdding function to be able to set the size of the points in the constellation plot.
trondeau [Tue, 11 Aug 2009 22:11:33 +0000 (22:11 +0000)]
Adding function to be able to set the size of the points in the constellation plot.

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

14 years agoCleaning up Qt code. This mostly reformats the code to be more consistent with our...
trondeau [Tue, 11 Aug 2009 22:02:56 +0000 (22:02 +0000)]
Cleaning up Qt code. This mostly reformats the code to be more consistent with our style. It also changes the layout to use Qt layouts for proper resizing of the GUI. Only the QwtPlots need to be resized manually.

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

14 years agoTest check-in 2, ignore.
jcorgan [Tue, 11 Aug 2009 06:33:38 +0000 (06:33 +0000)]
Test check-in 2, ignore.

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

14 years agoTest check-in, ignore.
jcorgan [Tue, 11 Aug 2009 06:29:26 +0000 (06:29 +0000)]
Test check-in, ignore.

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

14 years agoSignificantly improved performance of the Qt Gui sinks. This removes a number of...
trondeau [Mon, 10 Aug 2009 02:07:55 +0000 (02:07 +0000)]
Significantly improved performance of the Qt Gui sinks. This removes a number of redundant loops and memcopies by combining operations and reduces the CPU load greatly to run much more smoothly.

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

14 years agohowto: adds --disable-python option to gr-howto-write-a-block example.
jcorgan [Thu, 6 Aug 2009 23:21:40 +0000 (23:21 +0000)]
howto: adds --disable-python option to gr-howto-write-a-block example.

Signed-off-by: Johnathan Corgan <jcorgan@corganenterprises.com>
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11542 221aa14e-8319-0410-a670-987f0aec2ac5

14 years agoAdds constructor for gr.message_source that takes existing msgq.
jcorgan [Thu, 6 Aug 2009 23:21:38 +0000 (23:21 +0000)]
Adds constructor for gr.message_source that takes existing msgq.

A gr.message_source object can now be created in one of two ways:

blk = gr.message_source(itemsize, limit)

msgq = gr.msg_queue(limit)
blk = gr.message_source(itemsize, msgq)

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

14 years agoFixed optfir for producing equiripple FIR filters. Does LPF, fixes the HPF, and adds...
trondeau [Wed, 5 Aug 2009 01:36:09 +0000 (01:36 +0000)]
Fixed optfir for producing equiripple FIR filters. Does LPF, fixes the HPF, and adds BPF (real).

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

14 years agoMade libusrp2 min and max samples even number.
jcorgan [Sun, 2 Aug 2009 15:45:12 +0000 (15:45 +0000)]
Made libusrp2 min and max samples even number.

This forces an even number of samples in the min or max case,
preserving the alignment of interleaved samples in the face
of RX overruns or TX underruns.

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

14 years agoMerged r11500:11506 from features/msg-passing into trunk. Work-in-progress, passes...
jcorgan [Sat, 1 Aug 2009 14:56:28 +0000 (14:56 +0000)]
Merged r11500:11506 from features/msg-passing into trunk.  Work-in-progress, passes distcheck.

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

14 years agoFixing bug in setting SNR
trondeau [Fri, 31 Jul 2009 01:47:20 +0000 (01:47 +0000)]
Fixing bug in setting SNR

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

14 years agoAdd custom FPGA build.
jcorgan [Thu, 30 Jul 2009 21:54:38 +0000 (21:54 +0000)]
Add custom FPGA build.

This is a custom build for USRP2 FPGA.  It allows using a BasicRX or
LFRX board and feed two independent, real signals.  In addition, instead
of the CIC/HB decimator, which optimizes frequency response, it uses an
integrate and dump decimator, which optimizes for time-domain impulse
response.

These changes have been made in dsp_core_rx.v:

* A second DDC has been added, sharing a frequency register with
  the existing DDC.

* The output of the two DDCs are interleaved as I1 Q1 I2 Q2I ...
  into the receive FIFO.  This limits the host configured decimation
  to 8 intead of 4.  Use gr.deinterleave to recover the streams.

* The ADCs are hardcoded:

  RX_A ==>  DDC #1 I-input
     0 ==>  DDC #1 Q-input
  RX_B ==>  DDC #2 I-input
     0 ==>  DDC #2 Q-input

  Thus, the input mux has been disabled.

* The CIC/HB decimator has been replaced by an integrate and dump at
  the decimation rate.

* To assist with meeting timing, the external RAM has been disabled.

The basic application is to coherently sample two real IF streams and
downconvert to baseband, while minimizing the impulse response duration
of the resampling filters.

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

14 years agogr_not xml fix: only one input for not
jblum [Wed, 29 Jul 2009 22:23:41 +0000 (22:23 +0000)]
gr_not xml fix: only one input for not

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

14 years agoMerged -r11480:11507, r11508 from nldudok1/tvrx_mimo_merge_with_trunk into trunk...
jcorgan [Tue, 28 Jul 2009 23:01:46 +0000 (23:01 +0000)]
Merged -r11480:11507, r11508 from nldudok1/tvrx_mimo_merge_with_trunk into trunk.  This branch was created with a corrupted merge tracking database, so manual merge and remove of merge info properties was needed.

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

14 years agoCleanup stray PMT reference.
jcorgan [Tue, 28 Jul 2009 03:55:41 +0000 (03:55 +0000)]
Cleanup stray PMT reference.

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

14 years agoFix for test_pmt when using --with-boost=<foo>
eb [Mon, 27 Jul 2009 04:09:21 +0000 (04:09 +0000)]
Fix for test_pmt when using --with-boost=<foo>

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

14 years agoInitialized merge tracking to current revision
jcorgan [Sun, 26 Jul 2009 20:22:20 +0000 (20:22 +0000)]
Initialized merge tracking to current revision

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

14 years agoReset mergeinfo properties for files.
jcorgan [Sun, 26 Jul 2009 20:15:05 +0000 (20:15 +0000)]
Reset mergeinfo properties for files.

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

14 years agoReset mergeinfo properties
jcorgan [Sun, 26 Jul 2009 20:13:01 +0000 (20:13 +0000)]
Reset mergeinfo properties

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

14 years agoMerged r11491:11494 from jcorgan/pmt into trunk.
jcorgan [Sun, 26 Jul 2009 20:01:02 +0000 (20:01 +0000)]
Merged r11491:11494 from jcorgan/pmt into trunk.

Moves pmt types functions into pmt:: from gruel::

Trunk passes distcheck.

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

14 years agoUpdate omnithread linking.
jcorgan [Sat, 25 Jul 2009 18:06:44 +0000 (18:06 +0000)]
Update omnithread linking.

Moved link against omnithread from gnuradio-core to those components
still using it (and were depending on pulling omnithread in that way).

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

14 years agoMerge r11462:11485 from jcorgan/omni into trunk.
jcorgan [Sat, 25 Jul 2009 17:39:00 +0000 (17:39 +0000)]
Merge r11462:11485 from jcorgan/omni into trunk.

Removes dependency on omnithreads from gnuradio-core.

Trunk passes distcheck.

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

14 years agoRename binary to be more descriptive.
jcorgan [Sat, 25 Jul 2009 14:55:06 +0000 (14:55 +0000)]
Rename binary to be more descriptive.

gnuradio --> gnuradio-config-info

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

14 years agoFix for 'make check' on OSX and Windows; corrects USRP/2 library path.
michaelld [Wed, 22 Jul 2009 19:08:18 +0000 (19:08 +0000)]
Fix for 'make check' on OSX and Windows; corrects USRP/2 library path.

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

14 years agolast changes here to gr_fmdet until pfb trondeau pfb branch is folded in
n4hy [Mon, 20 Jul 2009 18:47:24 +0000 (18:47 +0000)]
last changes here to gr_fmdet until pfb trondeau pfb branch is folded in

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

14 years agoclean up of fmdet and addition of new slope vector. We will extend range to Fs ...
n4hy [Mon, 20 Jul 2009 16:57:57 +0000 (16:57 +0000)]
clean up of fmdet and addition of new slope vector.  We will extend range to Fs * [-.4,.4] and use SSE for computation using fir_ccf with new larger vector in final version

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

14 years agoMerged r11452:11459 from jcorgan/pmt-gruel into trunk. Trunk passes distcheck.
jcorgan [Mon, 20 Jul 2009 03:47:14 +0000 (03:47 +0000)]
Merged r11452:11459 from jcorgan/pmt-gruel into trunk.  Trunk passes distcheck.

* Merges libpmt into libgruel

* Modifies libmblock to use libgruel

gruel::pmt_t will be the fundamental msg content for the new message passing
implemention for 3.3.

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

14 years agoAdd missing dependency
jcorgan [Sat, 18 Jul 2009 03:08:46 +0000 (03:08 +0000)]
Add missing dependency

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

14 years agoAdding a check box to cancel DC offset
trondeau [Fri, 17 Jul 2009 02:25:57 +0000 (02:25 +0000)]
Adding a check box to cancel DC offset

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

14 years agofixed fft reording
jblum [Fri, 17 Jul 2009 00:36:11 +0000 (00:36 +0000)]
fixed fft reording

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

14 years agoTemporary workaround (until VRT) to stop submitting short packets to libusrp2 tx_raw().
jcorgan [Thu, 16 Jul 2009 17:44:03 +0000 (17:44 +0000)]
Temporary workaround (until VRT) to stop submitting short packets to libusrp2 tx_raw().

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

14 years agoThere is no y per div, but there is a dynamic range.
jblum [Thu, 16 Jul 2009 05:06:00 +0000 (05:06 +0000)]
There is no y per div, but there is a dynamic range.
Added **kwargs to nongl for backwards compadibility.
Updated todo.

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

14 years agowip
jcorgan [Wed, 15 Jul 2009 18:34:53 +0000 (18:34 +0000)]
wip

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

14 years agoPackaging update for r11444
jcorgan [Wed, 15 Jul 2009 03:15:23 +0000 (03:15 +0000)]
Packaging update for r11444

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

14 years agorevert 11442 until I find a fix for boost 1.37
eb [Wed, 15 Jul 2009 02:47:58 +0000 (02:47 +0000)]
revert 11442 until I find a fix for boost 1.37

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

14 years agoRemoved pmt dependency on omnithreads, now dependent on boost::threads
eb [Wed, 15 Jul 2009 02:39:28 +0000 (02:39 +0000)]
Removed pmt dependency on omnithreads, now dependent on boost::threads

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

14 years agoapplied patch from ticket:358
eb [Wed, 15 Jul 2009 01:49:14 +0000 (01:49 +0000)]
applied patch from ticket:358

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

14 years agopmt performance improvement: Switch from shared_ptr to intrusive_ptr
eb [Wed, 15 Jul 2009 01:33:49 +0000 (01:33 +0000)]
pmt performance improvement: Switch from shared_ptr to intrusive_ptr
for pmt_t (c1258 from Stefan Brüns).

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

14 years agopmt perf improvements: Make function arguments const & (c1257, c1260
eb [Wed, 15 Jul 2009 01:28:39 +0000 (01:28 +0000)]
pmt perf improvements: Make function arguments const & (c1257, c1260
from Stefan Brüns)

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

14 years agoAdd some unit test for pmt_subsetp and pmt_memq. (c1261 from Stefan Brüns)
eb [Wed, 15 Jul 2009 01:23:38 +0000 (01:23 +0000)]
Add some unit test for pmt_subsetp and pmt_memq. (c1261 from Stefan Brüns)

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

14 years agopmt performance improvement: avoid some double type casting (c1256
eb [Wed, 15 Jul 2009 01:21:59 +0000 (01:21 +0000)]
pmt performance improvement: avoid some double type casting (c1256
from Stefan Brüns)

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

14 years agoMinor optimation, assume well formed list as common case (c1255 from Stefan Brüns)
eb [Wed, 15 Jul 2009 01:18:56 +0000 (01:18 +0000)]
Minor optimation, assume well formed list as common case (c1255 from Stefan Brüns)

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

14 years agoRevert erroneous file included in r11424
jcorgan [Tue, 14 Jul 2009 17:21:04 +0000 (17:21 +0000)]
Revert erroneous file included in r11424

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

14 years agoReorganization of debian package directory
jcorgan [Tue, 14 Jul 2009 17:17:45 +0000 (17:17 +0000)]
Reorganization of debian package directory

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

14 years agomake use of gr.version()
jblum [Sat, 11 Jul 2009 22:10:25 +0000 (22:10 +0000)]
make use of gr.version()

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

14 years agoCleanup.
jcorgan [Sat, 11 Jul 2009 17:52:31 +0000 (17:52 +0000)]
Cleanup.

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

14 years agoImplements ticket:401 and ticket:402.
jcorgan [Sat, 11 Jul 2009 02:34:31 +0000 (02:34 +0000)]
Implements ticket:401 and ticket:402.

Adds several API functions to determine build constants at runtime, and
a convenience command line program to display them:

From C++:

const std::string gr_prefix();
const std::string gr_sysconfdir();
const std::string gr_prefsdir();
const std::string gr_build_date();
const std::string gr_svn_date();
const std::string gr_svn_version();
const std::string gr_version();

From Python:

gr.prefix()
gr.sysconfdir()
gr.prefsdir()
gr.build_date()
gr.svn_date()
gr.svn_version()
gr.version()

The new binary is 'gnuradio' and installed on the path:

$ gnuradio
Program options: gnuradio [options]:
  -h [ --help ]         print help message
  --prefix              print gnuradio installation prefix
  --sysconfdir          print gnuradio system configuration directory
  --prefsdir            print gnuradio preferences directory
  --builddate           print gnuradio build date (RFC2822 format)
  -v [ --version ]      print gnuradio version
  --svnversion          print SVN repository version (SVN format)
  --svndate             print SVN repository date
$

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

14 years agoMerged r11397:11413 from balister/arm-configure into trunk. Trunk passes distcheck.
jcorgan [Fri, 10 Jul 2009 21:58:23 +0000 (21:58 +0000)]
Merged r11397:11413 from balister/arm-configure into trunk.  Trunk passes distcheck.

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

14 years agoMake trunk packages use revision number in version.
jcorgan [Fri, 10 Jul 2009 02:04:04 +0000 (02:04 +0000)]
Make trunk packages use revision number in version.

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

14 years agoFix missing files from package generation
jcorgan [Fri, 10 Jul 2009 01:27:01 +0000 (01:27 +0000)]
Fix missing files from package generation

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

14 years agoRefactor msgq thread classes to use gru.msgq_runner
jcorgan [Fri, 10 Jul 2009 01:26:37 +0000 (01:26 +0000)]
Refactor msgq thread classes to use gru.msgq_runner

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

14 years agoMerged r11401:11405 from jblum/digital into trunk. Restores tunnel.py, rx_voice...
jcorgan [Fri, 10 Jul 2009 00:36:36 +0000 (00:36 +0000)]
Merged r11401:11405 from jblum/digital into trunk.  Restores tunnel.py, rx_voice.py, and tx_voice.py operation after transmit/receive path refactoring.

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

14 years agoAdds generic msgq runner convenience class.
jcorgan [Thu, 9 Jul 2009 16:45:11 +0000 (16:45 +0000)]
Adds generic msgq runner convenience class.

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

14 years agoAdd missed revision to last check-in
jcorgan [Thu, 9 Jul 2009 03:09:30 +0000 (03:09 +0000)]
Add missed revision to last check-in

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

14 years agoMerged r11377:11390 from jcorgan/usrp-headers in to trunk.
jcorgan [Thu, 9 Jul 2009 02:55:51 +0000 (02:55 +0000)]
Merged r11377:11390 from jcorgan/usrp-headers in to trunk.

* Public USRP(1) header files are now in their own source directory
  and install into $(includedir)/usrp.  This was done to avoid name
  clashes in the top-level include directory.

  Only users who are developing directly to libusrp in C++ are
  affected; the GNU Radio C++ and Python APIs are unchanged.

  The simple change required by this update is to change:

  #include <usrp_*.h>

  to #include

  <usrp/usrp_*.h>

  ...in your source code.

* Removed usrp-inband code from tree (put into limbo directory.)
  This code has become unmaintained and has started to suffer
  from bitrot.  A checkpoint tag has been made for anyone still
  needing to use it:

  http://gnuradio.org/svn/gnuradio/tags/checkpoints/trunk-20090708-pre-usrp-reorg

  The plan during the 3.2->3.3 development cycle is to replace the
  functions done by the in-band code with extensions to the existing
  gr-usrp blocks using the new message passing architecture.

  The USRP hardware FPGA code that provided the inband interface
  has not been removed; however, it too has become unmaintained and
  will likely be rewritten/replaced during the 3.3 timeframe.

The trunk passes distcheck.

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

14 years agoshort id fix
jblum [Wed, 8 Jul 2009 19:50:21 +0000 (19:50 +0000)]
short id fix

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

14 years agoAdds short commandline parameter handling in GRC.
jcorgan [Wed, 8 Jul 2009 06:32:08 +0000 (06:32 +0000)]
Adds short commandline parameter handling in GRC.

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

14 years agoFixing USRP2 dispaly program and minor tweaks to USRP program.
trondeau [Tue, 7 Jul 2009 00:40:25 +0000 (00:40 +0000)]
Fixing USRP2 dispaly program and minor tweaks to USRP program.

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

14 years agoTemporary binary packaging update (3.3svn-1) to deal with prefs.py not handling ...
jcorgan [Mon, 6 Jul 2009 22:36:54 +0000 (22:36 +0000)]
Temporary binary packaging update (3.3svn-1) to deal with prefs.py not handling --prefix=/usr correctly.

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

14 years agoRevert changeset r11150 for gnuradio-omnithread.pc, which broke some out of tree...
jcorgan [Mon, 6 Jul 2009 05:59:12 +0000 (05:59 +0000)]
Revert changeset r11150 for gnuradio-omnithread.pc, which broke some out of tree compiles

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

14 years agoFix Makefile and update package for r11361
jcorgan [Mon, 6 Jul 2009 05:07:49 +0000 (05:07 +0000)]
Fix Makefile and update package for r11361

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

14 years agoFix dependency
jcorgan [Mon, 6 Jul 2009 05:07:02 +0000 (05:07 +0000)]
Fix dependency

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

14 years agoMerging trondeau/qt branch r11231:11360. This merge improves the usability and exampl...
trondeau [Mon, 6 Jul 2009 04:39:24 +0000 (04:39 +0000)]
Merging trondeau/qt branch r11231:11360. This merge improves the usability and examples of the QT-based interface.

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

14 years agoPackaging update for changeset r11358
jcorgan [Mon, 6 Jul 2009 03:36:15 +0000 (03:36 +0000)]
Packaging update for changeset r11358

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

14 years agoMerged r11309:11357 from grc branch.
jblum [Mon, 6 Jul 2009 02:28:52 +0000 (02:28 +0000)]
Merged r11309:11357 from grc branch.
Adds notebook cabability to grc and its wxgui windows/controls.

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

14 years agoInstall custom grc.conf for Ubuntu grc package. Forces correct docdir and adds ...
jcorgan [Mon, 6 Jul 2009 00:56:39 +0000 (00:56 +0000)]
Install custom grc.conf for Ubuntu grc package.  Forces correct docdir and adds /usr/local as local block dir.

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

14 years agoFix missing files from gr-radar-mono package (Nick Withers)
jcorgan [Sun, 5 Jul 2009 23:17:21 +0000 (23:17 +0000)]
Fix missing files from gr-radar-mono package (Nick Withers)

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

14 years agoImplement new Ubuntu packages for new C++ API libraries created by r11150.
jcorgan [Sun, 5 Jul 2009 22:59:54 +0000 (22:59 +0000)]
Implement new Ubuntu packages for new C++ API libraries created by r11150.

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

14 years agoUbuntu packaging changes for updates on release branch, doesn't include changes for...
jcorgan [Sun, 5 Jul 2009 20:36:45 +0000 (20:36 +0000)]
Ubuntu packaging changes for updates on release branch, doesn't include changes for non-merged trunk updates.

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

14 years agostd squelch wrapper fix
jblum [Sat, 4 Jul 2009 15:53:00 +0000 (15:53 +0000)]
std squelch wrapper fix

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

14 years agoremoved redundant constants.py entry in makefile
jblum [Thu, 2 Jul 2009 02:06:20 +0000 (02:06 +0000)]
removed redundant constants.py entry in makefile

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

14 years agoFix double quotation problem
jcorgan [Tue, 30 Jun 2009 22:22:44 +0000 (22:22 +0000)]
Fix double quotation problem

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

14 years agoFix makefile entries
jcorgan [Tue, 30 Jun 2009 22:16:52 +0000 (22:16 +0000)]
Fix makefile entries

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

14 years agoAdd missing files to distribution tarball.
jcorgan [Tue, 30 Jun 2009 22:09:59 +0000 (22:09 +0000)]
Add missing files to distribution tarball.

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

14 years agoFixes ticket:372
jcorgan [Tue, 30 Jun 2009 16:49:31 +0000 (16:49 +0000)]
Fixes ticket:372

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