debian/gnuradio
17 years agoFixed syntax error that was previously not caught by Python.
mleech [Thu, 15 Mar 2007 17:37:15 +0000 (17:37 +0000)]
Fixed syntax error that was previously not caught by Python.

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

17 years agoIncreased FFT average upper limit to 3000, from 2000
mleech [Thu, 15 Mar 2007 17:36:36 +0000 (17:36 +0000)]
Increased FFT average upper limit to 3000, from 2000
Fixed type mistmatch in Numeric.zeros()

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

17 years agoMerged r4750:4755 from jcorgan/frac into trunk. Adds gr_fractional_interpolator_ff...
jcorgan [Wed, 14 Mar 2007 22:49:45 +0000 (22:49 +0000)]
Merged r4750:4755 from jcorgan/frac into trunk. Adds gr_fractional_interpolator_ff and _cc. Passes distcheck.

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

17 years agoFix typo, add error message.
jcorgan [Wed, 14 Mar 2007 00:18:18 +0000 (00:18 +0000)]
Fix typo, add error message.

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

17 years agoCreated configuration file for QWT library. This is in lieu of hand installing
jcorgan [Wed, 14 Mar 2007 00:11:07 +0000 (00:11 +0000)]
Created configuration file for QWT library.  This is in lieu of hand installing
a .pc file per the gr-qtgui README.  Component gr-qtgui is still disabled in
configure.ac until testing is complete.  Requires qwt files to be included using
the #include <qwt/...> syntax; this is the default for binary installations of
the qwt library. Normal users will user run ./configure without any changes.

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

17 years agoNew fix for gr_framer_sink_1 hang on zero length payload.
eb [Mon, 12 Mar 2007 22:08:06 +0000 (22:08 +0000)]
New fix for gr_framer_sink_1 hang on zero length payload.

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

17 years agoFixed state machine hangup with invalid payload_len field.
jcorgan [Sun, 11 Mar 2007 16:32:34 +0000 (16:32 +0000)]
Fixed state machine hangup with invalid payload_len field.

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

17 years agobeginning of host spec for inband-usb
eb [Thu, 8 Mar 2007 23:07:59 +0000 (23:07 +0000)]
beginning of host spec for inband-usb

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

17 years agomerged trondeau/digital-wip2 r4193:4730 into trunk - improves digital receiver and...
trondeau [Wed, 7 Mar 2007 04:31:19 +0000 (04:31 +0000)]
merged trondeau/digital-wip2 r4193:4730 into trunk - improves digital receiver and fixes ticket:72

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

17 years agoMerged eb/usrp-install r4723:4727 into trunk.
eb [Wed, 7 Mar 2007 01:43:43 +0000 (01:43 +0000)]
Merged eb/usrp-install r4723:4727 into trunk.
This moves usrp related .py files from the top-level of site-packages
into site-packages/usrpm.

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

17 years agoBest current fix for ticket:141 .
michaelld [Tue, 6 Mar 2007 23:38:46 +0000 (23:38 +0000)]
Best current fix for ticket:141 .

This should be revisited once OSX 10.5 is released.

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

17 years agoAdded OpenOffice source file for USRP signal flow diagram. Thanks to Lee Patton.
eb [Tue, 6 Mar 2007 01:38:08 +0000 (01:38 +0000)]
Added OpenOffice source file for USRP signal flow diagram.  Thanks to Lee Patton.

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

17 years agoRefactored FPGA *.vh files. Moved common pieces to toplevel/include.
eb [Mon, 5 Mar 2007 05:00:02 +0000 (05:00 +0000)]
Refactored FPGA *.vh files.  Moved common pieces to toplevel/include.

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

17 years agoadding QWT_CFLAGS substitution to grc_gr_qtgui
n4hy [Sun, 4 Mar 2007 15:10:00 +0000 (15:10 +0000)]
adding QWT_CFLAGS substitution to grc_gr_qtgui

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

17 years agoThe correct grc_qt_qtgui.m4 and modified instructions for qwt install provided in...
n4hy [Sun, 4 Mar 2007 04:10:11 +0000 (04:10 +0000)]
The correct grc_qt_qtgui.m4 and modified instructions for qwt install provided in the README file

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

17 years agoAdd new standard configuration for 1 RX w/ half-band, 1 TX
eb [Sat, 3 Mar 2007 03:50:06 +0000 (03:50 +0000)]
Add new standard configuration for 1 RX w/ half-band, 1 TX

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

17 years agoupdated qsf file to Quartus 6.1. No semantic changes
eb [Sat, 3 Mar 2007 03:49:04 +0000 (03:49 +0000)]
updated qsf file to Quartus 6.1.  No semantic changes

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

17 years agoModified grc_gr_qtgui.m4 AND the README in gr-qtgui to enable gr-qtgui to build from...
n4hy [Fri, 2 Mar 2007 21:55:22 +0000 (21:55 +0000)]
Modified grc_gr_qtgui.m4 AND the README in gr-qtgui to enable gr-qtgui to build from source

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

17 years agoadded R3, flow control
eb [Fri, 2 Mar 2007 19:29:01 +0000 (19:29 +0000)]
added R3, flow control

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

17 years agofirst two strawman requirements
eb [Fri, 2 Mar 2007 19:14:29 +0000 (19:14 +0000)]
first two strawman requirements

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

17 years agomodified email address for Bob McGwier in AUTHORS
n4hy [Fri, 2 Mar 2007 12:57:59 +0000 (12:57 +0000)]
modified email address for Bob McGwier in AUTHORS

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

17 years agoFixes ticket:143.
jcorgan [Fri, 2 Mar 2007 07:58:29 +0000 (07:58 +0000)]
Fixes ticket:143.

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

17 years agoMerged r4671:4680 from jcorgan/est into trunk. Pulls in gr-wxgui updates for new...
jcorgan [Fri, 2 Mar 2007 02:49:48 +0000 (02:49 +0000)]
Merged r4671:4680 from jcorgan/est into trunk.  Pulls in gr-wxgui updates for new hierarchical blocks and work-in-progress channel sounder example.

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

17 years agoApplied patch from Josh Blum that adds SQUARE, TRIANGLE and SAWTOOTH
eb [Fri, 2 Mar 2007 01:50:03 +0000 (01:50 +0000)]
Applied patch from Josh Blum that adds SQUARE, TRIANGLE and SAWTOOTH
waveforms to gr_sig_source*

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

17 years agoDisabled gr-qtgui component until proper configure file is done.
jcorgan [Wed, 28 Feb 2007 17:29:26 +0000 (17:29 +0000)]
Disabled gr-qtgui component until proper configure file is done.

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

17 years agoFix mblock linking breakage.
jcorgan [Wed, 28 Feb 2007 02:42:35 +0000 (02:42 +0000)]
Fix mblock linking breakage.

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

17 years agoREADME patched with GT's suggested text
n4hy [Tue, 27 Feb 2007 13:33:36 +0000 (13:33 +0000)]
README patched with GT's suggested text

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

17 years agofixed comment
eb [Mon, 26 Feb 2007 23:57:36 +0000 (23:57 +0000)]
fixed comment

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

17 years agofixed comment
eb [Mon, 26 Feb 2007 23:56:39 +0000 (23:56 +0000)]
fixed comment

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

17 years agoadded moc_*.cc to list of files to ignore
eb [Mon, 26 Feb 2007 21:35:42 +0000 (21:35 +0000)]
added moc_*.cc to list of files to ignore

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

17 years agoadded Write Register Masked operation
eb [Mon, 26 Feb 2007 21:32:48 +0000 (21:32 +0000)]
added Write Register Masked operation

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

17 years agoMerged r4632:4645 on jcorgan/linking into trunk. Cleans up linking issues with libto...
jcorgan [Mon, 26 Feb 2007 21:26:10 +0000 (21:26 +0000)]
Merged r4632:4645 on jcorgan/linking into trunk.  Cleans up linking issues with libtool and already installed libraries.

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

17 years agoUpdated gr_python.m4 for ticket:39 fix.
jcorgan [Mon, 26 Feb 2007 18:11:15 +0000 (18:11 +0000)]
Updated gr_python.m4 for ticket:39 fix.

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

17 years agoadded OP_DELAY
eb [Mon, 26 Feb 2007 02:25:11 +0000 (02:25 +0000)]
added OP_DELAY

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

17 years agoMerged mblock work-in-progress from eb/mb -r4341:4633 into trunk.
eb [Mon, 26 Feb 2007 00:40:37 +0000 (00:40 +0000)]
Merged mblock work-in-progress from eb/mb -r4341:4633 into trunk.

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

17 years agoAdditional specs for USRP inband signaling. Control channel
eb [Sun, 25 Feb 2007 23:33:37 +0000 (23:33 +0000)]
Additional specs for USRP inband signaling.  Control channel
sub-packets are now specified.

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

17 years agoMerged -r4560:4627 from jcorgan/ticket-39 into trunk. Fixes ticket:39.
jcorgan [Sun, 25 Feb 2007 21:32:44 +0000 (21:32 +0000)]
Merged -r4560:4627 from jcorgan/ticket-39 into trunk.  Fixes ticket:39.

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

17 years agochanged link to new wiki
nldudok1 [Sun, 25 Feb 2007 13:37:46 +0000 (13:37 +0000)]
changed link to new wiki

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

17 years agoFix miscalculated length when degree is 32.
jcorgan [Fri, 23 Feb 2007 20:18:36 +0000 (20:18 +0000)]
Fix miscalculated length when degree is 32.

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

17 years agoAdded noise example using LFSR.
jcorgan [Fri, 23 Feb 2007 19:10:22 +0000 (19:10 +0000)]
Added noise example using LFSR.

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

17 years agoMerged r4605:4612 from jcorgan/glfsr branch into trunk. Implements Galois LFSR sourc...
jcorgan [Fri, 23 Feb 2007 18:27:17 +0000 (18:27 +0000)]
Merged r4605:4612 from jcorgan/glfsr branch into trunk.  Implements Galois LFSR source block of degree 1 through 32.

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

17 years agoTrue fix for ticket:140.
michaelld [Thu, 22 Feb 2007 20:23:17 +0000 (20:23 +0000)]
True fix for ticket:140.

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

17 years agoBetter fix for ticket:140.
jcorgan [Thu, 22 Feb 2007 19:37:36 +0000 (19:37 +0000)]
Better fix for ticket:140.

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

17 years agoUpdated ignore properties for new gr-qtgui component.
jcorgan [Thu, 22 Feb 2007 17:06:51 +0000 (17:06 +0000)]
Updated ignore properties for new gr-qtgui component.

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

17 years agoReordered variable definitions for clarity.
jcorgan [Thu, 22 Feb 2007 16:44:14 +0000 (16:44 +0000)]
Reordered variable definitions for clarity.

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

17 years agoTrial fix for ticket:140
jcorgan [Thu, 22 Feb 2007 16:29:05 +0000 (16:29 +0000)]
Trial fix for ticket:140

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

17 years agoremoved function in access code correlator that should fix the problem observed in...
trondeau [Thu, 22 Feb 2007 15:16:10 +0000 (15:16 +0000)]
removed function in access code correlator that should fix the problem observed in tunnel.py (originally fixed using the whitener offset)

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

17 years agoconfusing comments in Makefile.gen removed
n4hy [Thu, 22 Feb 2007 04:27:13 +0000 (04:27 +0000)]
confusing comments in Makefile.gen removed

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

17 years agofix to qt versus qt-mt issues on Fedora and Debian/Ubuntu, qwt is next
n4hy [Thu, 22 Feb 2007 00:08:22 +0000 (00:08 +0000)]
fix to qt versus qt-mt issues on Fedora and Debian/Ubuntu, qwt is next

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

17 years agowork-in-progress on specifying inband-signaling
eb [Wed, 21 Feb 2007 23:53:01 +0000 (23:53 +0000)]
work-in-progress on specifying inband-signaling

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

17 years agowork-in-progress on specifying inband-signaling
eb [Wed, 21 Feb 2007 23:48:02 +0000 (23:48 +0000)]
work-in-progress on specifying inband-signaling

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

17 years agoBeginnings of a qt based gui system added under gr-qtgui
n4hy [Wed, 21 Feb 2007 21:24:23 +0000 (21:24 +0000)]
Beginnings of a qt based gui system added under gr-qtgui

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

17 years agoMerged eb/iosig r4533:4539 into trunk. This adds support for
eb [Tue, 20 Feb 2007 20:49:54 +0000 (20:49 +0000)]
Merged eb/iosig r4533:4539 into trunk.  This adds support for
io_signatures with heterogeneous stream element sizes.

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

17 years agoallocated 10 USB PIDs for Bdale
eb [Mon, 19 Feb 2007 22:14:55 +0000 (22:14 +0000)]
allocated 10 USB PIDs for Bdale

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

17 years agomore adding of version 3 of tuner
n4hy [Mon, 19 Feb 2007 20:17:21 +0000 (20:17 +0000)]
more adding of version 3 of tuner

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

17 years agousrp TV Tuner version 3 added
n4hy [Mon, 19 Feb 2007 20:15:09 +0000 (20:15 +0000)]
usrp TV Tuner version 3 added

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

17 years agoadding Rev 3 tuners to the usrp_wfm receiver code
n4hy [Mon, 19 Feb 2007 20:13:04 +0000 (20:13 +0000)]
adding Rev 3 tuners to the usrp_wfm receiver code

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

17 years agoAdding the display sink by Martin Dvh
anastas [Sun, 18 Feb 2007 20:44:36 +0000 (20:44 +0000)]
Adding the display sink by Martin Dvh

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

17 years agoquick fix for std::min error on 64-bit systems
trondeau [Fri, 16 Feb 2007 02:33:22 +0000 (02:33 +0000)]
quick fix for std::min error on 64-bit systems

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

17 years agoFixes ticket:139
jcorgan [Thu, 15 Feb 2007 18:49:01 +0000 (18:49 +0000)]
Fixes ticket:139

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

17 years agoMerged r4456:4483 from jcorgan/ticket-138 into trunk. Fixes ticket:138.
jcorgan [Thu, 15 Feb 2007 18:35:18 +0000 (18:35 +0000)]
Merged r4456:4483 from jcorgan/ticket-138 into trunk.  Fixes ticket:138.

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

17 years agoignoring some files
anastas [Wed, 14 Feb 2007 02:06:53 +0000 (02:06 +0000)]
ignoring some files

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

17 years agogr-trellis/src/lib/Makefile.gen added back to repo
anastas [Tue, 13 Feb 2007 15:38:55 +0000 (15:38 +0000)]
gr-trellis/src/lib/Makefile.gen added back to repo

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

17 years agoRemoved generated files from repository.
jcorgan [Tue, 13 Feb 2007 07:35:39 +0000 (07:35 +0000)]
Removed generated files from repository.

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

17 years agoupdate examples to reflect latest changes in gr-trellis
anastas [Tue, 13 Feb 2007 05:26:07 +0000 (05:26 +0000)]
update examples to reflect latest changes in gr-trellis

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

17 years agofiles are not required anymore
anastas [Tue, 13 Feb 2007 05:19:21 +0000 (05:19 +0000)]
files are not required anymore

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

17 years agofiles are not required anymore
anastas [Tue, 13 Feb 2007 05:19:17 +0000 (05:19 +0000)]
files are not required anymore

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

17 years agofiles are not required anymore
anastas [Tue, 13 Feb 2007 05:19:11 +0000 (05:19 +0000)]
files are not required anymore

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

17 years agotrellis_generated.i and Makefile.gen need not be under version control...
anastas [Tue, 13 Feb 2007 05:11:24 +0000 (05:11 +0000)]
trellis_generated.i and Makefile.gen need not be under version control...

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

17 years agoclean up the code
anastas [Tue, 13 Feb 2007 05:09:11 +0000 (05:09 +0000)]
clean up the code

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

17 years agoimplementation using templates
anastas [Tue, 13 Feb 2007 05:06:56 +0000 (05:06 +0000)]
implementation using templates

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

17 years agoadded methods to interleaver class for writting to text file
anastas [Tue, 13 Feb 2007 04:52:51 +0000 (04:52 +0000)]
added methods to interleaver class for writting to text file

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

17 years agoviterbi_combined templates for both input and output
anastas [Tue, 13 Feb 2007 04:52:10 +0000 (04:52 +0000)]
viterbi_combined templates for both input and output

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

17 years agoadded methods to fsm class for writting to text file
anastas [Tue, 13 Feb 2007 04:50:17 +0000 (04:50 +0000)]
added methods to fsm class for writting to text file

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

17 years agomerging r4318:4437 to fix ticket:131 from branche trondeau/udp udp source/sink pairs...
trondeau [Fri, 9 Feb 2007 22:49:09 +0000 (22:49 +0000)]
merging r4318:4437 to fix ticket:131 from branche trondeau/udp udp source/sink pairs working

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

17 years agoImplemented fix for ticket:117 for gr-howto-write-a-block.
jcorgan [Wed, 7 Feb 2007 21:10:37 +0000 (21:10 +0000)]
Implemented fix for ticket:117 for gr-howto-write-a-block.

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

17 years agoFix ticket:133 for gr-howto-write-a-block
jcorgan [Wed, 7 Feb 2007 21:02:37 +0000 (21:02 +0000)]
Fix ticket:133 for gr-howto-write-a-block

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

17 years agoTypo fix.
jcorgan [Wed, 7 Feb 2007 18:25:06 +0000 (18:25 +0000)]
Typo fix.

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

17 years agoMinor fix in interleaver class: invoking with negative seed will not reset the random...
anastas [Tue, 6 Feb 2007 23:55:34 +0000 (23:55 +0000)]
Minor fix in interleaver class: invoking with negative seed will not reset the random number generator.

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

17 years agoAdded explicit template instantiation.
michaelld [Tue, 6 Feb 2007 23:26:05 +0000 (23:26 +0000)]
Added explicit template instantiation.
Removed unneeded non-template code.

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

17 years agoadded method in fsm to generate an svg description of the fsm (by Tim Meehan)
anastas [Tue, 6 Feb 2007 16:59:40 +0000 (16:59 +0000)]
added method in fsm to generate an svg description of the fsm (by Tim Meehan)

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

17 years agoadded comments in quicksort_index.cc
anastas [Tue, 6 Feb 2007 03:02:33 +0000 (03:02 +0000)]
added comments in quicksort_index.cc

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

17 years agoMerged r4354:4390 from developer branch jcorgan/digital into trunk.
jcorgan [Tue, 6 Feb 2007 00:10:32 +0000 (00:10 +0000)]
Merged r4354:4390 from developer branch jcorgan/digital into trunk.

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

17 years agoupdated svn:ignore property
eb [Mon, 5 Feb 2007 22:15:17 +0000 (22:15 +0000)]
updated svn:ignore property

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

17 years agoremoved generated files from svn
eb [Mon, 5 Feb 2007 22:13:22 +0000 (22:13 +0000)]
removed generated files from svn

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

17 years agochanged variable name to remove automake warning
eb [Mon, 5 Feb 2007 22:09:29 +0000 (22:09 +0000)]
changed variable name to remove automake warning

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

17 years agoFix for ticket:29 . Newly generated .cc,.h,.i files are also checked
michaelld [Mon, 5 Feb 2007 20:29:40 +0000 (20:29 +0000)]
Fix for ticket:29 .  Newly generated .cc,.h,.i files are also checked
in, with the "warning" message at the top.

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

17 years agominor fixes so that there are no warnings when making gr-trellis
anastas [Mon, 5 Feb 2007 18:56:43 +0000 (18:56 +0000)]
minor fixes so that there are no warnings when making gr-trellis

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

17 years agofixed a small error in gnuradio-examples/python/channel-coding/README
anastas [Mon, 5 Feb 2007 18:34:49 +0000 (18:34 +0000)]
fixed a small error in gnuradio-examples/python/channel-coding/README

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

17 years agoadded warning message for automatic generation
anastas [Mon, 5 Feb 2007 18:29:18 +0000 (18:29 +0000)]
added warning message for automatic generation

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

17 years agoadded toy fsm file to test irregular FSMs
anastas [Sun, 4 Feb 2007 23:10:23 +0000 (23:10 +0000)]
added toy fsm file to test irregular FSMs

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

17 years agoadded support for irregular FSMs
anastas [Sun, 4 Feb 2007 23:09:12 +0000 (23:09 +0000)]
added support for irregular FSMs

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

17 years agoIf doxygen enabled, gen docs for all C++ code
eb [Thu, 1 Feb 2007 02:07:51 +0000 (02:07 +0000)]
If doxygen enabled, gen docs for all C++ code

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

17 years agofree schmid_guard on error paths where it has been allocated and not
gdt [Wed, 31 Jan 2007 18:10:53 +0000 (18:10 +0000)]
free schmid_guard on error paths where it has been allocated and not
freed.  Fixes shm leak on NetBSD which hits the error case for unknown
reasons.

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

17 years agoomnithread refactoring fix in gnuradio-core.pc.in
eb [Wed, 31 Jan 2007 01:59:14 +0000 (01:59 +0000)]
omnithread refactoring fix in gnuradio-core.pc.in

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

17 years agospiff up pkg_chk config file:
gdt [Wed, 31 Jan 2007 01:28:00 +0000 (01:28 +0000)]
spiff up pkg_chk config file:

  include jack, portaudio and SDL

  trim boost requirement to boost-headers since GNU Radio only uses
  smart pointers

Add pointer in README, and sugges that the pkg_chk config file may be
useful to others as a reference.

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

17 years agoAdd a not-tested pkg_chk config file for installing all of GNU Radio's
gdt [Tue, 30 Jan 2007 19:00:08 +0000 (19:00 +0000)]
Add a not-tested pkg_chk config file for installing all of GNU Radio's
dependencies.

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

17 years agoFixes ticket:134. Unlikely offender was inclusion of
eb [Tue, 30 Jan 2007 03:59:34 +0000 (03:59 +0000)]
Fixes ticket:134.  Unlikely offender was inclusion of
gr_udp_sink/source code io.i.  omnithread.h was also including
<config.h> which is a no-no.

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

17 years agoMerged eb/omni -r4315:4327 into trunk.
eb [Tue, 30 Jan 2007 02:12:05 +0000 (02:12 +0000)]
Merged eb/omni -r4315:4327 into trunk.

Extracted omnithread from gnuradio-core and made it a top-level
component.  This allows mblock to use it without a dependency on
gnuradio-core.  Completes ticket:132

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

17 years agoFix for ticket:133, merged from eb/bsd 4322:4324.
eb [Tue, 30 Jan 2007 00:34:14 +0000 (00:34 +0000)]
Fix for ticket:133, merged from eb/bsd 4322:4324.

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