debian/gnuradio
17 years agoadding proper documentation to CVSD vocoder
trondeau [Tue, 24 Apr 2007 21:33:42 +0000 (21:33 +0000)]
adding proper documentation to CVSD vocoder

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

17 years agoupdate to Doxygen info to fix warning and a bit more explicit info on frequency ranges
trondeau [Tue, 24 Apr 2007 21:09:59 +0000 (21:09 +0000)]
update to Doxygen info to fix warning and a bit more explicit info on frequency ranges

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

17 years agoFixed atsc_field_sync_demux to consume input even when not creating
cswiger [Mon, 23 Apr 2007 10:45:42 +0000 (10:45 +0000)]
Fixed atsc_field_sync_demux to consume input even when not creating
output. Added python files to make a complete 2.x atsc receiver, but
it is not fully working. It will happily produce the exact same amount of
transport stream output as a working system but has errors in the data.

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

17 years agoChanged a chain of split/multiply/add for the detector into a single
mleech [Sat, 21 Apr 2007 00:36:46 +0000 (00:36 +0000)]
Changed a chain of split/multiply/add for the detector into a single
  gr_complex_to_mag_squared().  I'm hoping this will save a little in
  terms of buffer management and CPU cycles.

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

17 years agoFixed forecast and consume - now sees segment sync.
cswiger [Thu, 19 Apr 2007 08:01:39 +0000 (08:01 +0000)]
Fixed forecast and consume - now sees segment sync.

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

17 years agoRe-enabled gr-qtgui in configure.ac. Trunk passes distcheck.
jcorgan [Mon, 16 Apr 2007 23:34:25 +0000 (23:34 +0000)]
Re-enabled gr-qtgui in configure.ac.  Trunk passes distcheck.

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

17 years agoAdds capability to independently delay the Auto T/R switching signal
jcorgan [Mon, 16 Apr 2007 21:30:13 +0000 (21:30 +0000)]
Adds capability to independently delay the Auto T/R switching signal
by a configurable number of clock ticks, to allow users to precisely
align their T/R output with the pipeline delays in the transmitter.

There are two new registers:

FR_ATR_TX_DELAY (7'd2)
FR_ATR_RX_DELAY (7'd3)

...and the corresponding db_base.py methods to set them:

db_base.set_atr_tx_delay(clock_ticks)
db_base.set_atr_rx_delay(clock_ticks)

These methods are inherited by all the daughterboard objects so you can
call them from your scripts as:

subdev.set_atr_tx_delay(...)

...where 'subdev' represents the daughtercard object you're working with.

The FPGA synthesis for the 2 RXHB, 2 TX case expands from 95% to 96%,
with no additional synthesis messages or impact on timing.

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

17 years agomerged developer branch trondeau/cvsd -r4801:4904 to add CVSD vocoder and example...
trondeau [Sat, 7 Apr 2007 01:31:18 +0000 (01:31 +0000)]
merged developer branch trondeau/cvsd -r4801:4904 to add CVSD vocoder and example code

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

17 years agoupdating documentation for Costas loop
trondeau [Wed, 4 Apr 2007 14:56:44 +0000 (14:56 +0000)]
updating documentation for Costas loop

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

17 years agoMerged r4767:4859 from developer branch jcorgan/channel, passes distcheck.
jcorgan [Tue, 3 Apr 2007 20:11:05 +0000 (20:11 +0000)]
Merged r4767:4859 from developer branch jcorgan/channel, passes distcheck.

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

17 years agoMerged r4429:4857 from developer branch jcorgan/dect into trunk, passes distcheck.
jcorgan [Tue, 3 Apr 2007 19:53:50 +0000 (19:53 +0000)]
Merged r4429:4857 from developer branch jcorgan/dect into trunk, passes distcheck.

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

17 years agoNew FPGA binaries (.rbfs). These include fixes for the scaling in
eb [Mon, 2 Apr 2007 23:39:16 +0000 (23:39 +0000)]
New FPGA binaries (.rbfs).  These include fixes for the scaling in
the CIC decimator so that signals are now roughly leveled, independent
of the decimation rate.  Decimating by 44 now works too ;)

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

17 years agoregistered to meet timing
matt [Fri, 30 Mar 2007 21:52:52 +0000 (21:52 +0000)]
registered to meet timing

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

17 years agoAdded control button for turning scanning on/off in SETI mode.
mleech [Wed, 28 Mar 2007 20:30:04 +0000 (20:30 +0000)]
Added control button for turning scanning on/off in SETI mode.

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

17 years agodisabled GR_QTGUI which had accidentally been turned on in r4809
eb [Wed, 28 Mar 2007 19:38:28 +0000 (19:38 +0000)]
disabled GR_QTGUI which had accidentally been turned on in r4809

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

17 years agocopied usrp_inband_usb from -r4809 features/inband-usb into trunk
eb [Wed, 28 Mar 2007 19:00:55 +0000 (19:00 +0000)]
copied usrp_inband_usb from -r4809 features/inband-usb into trunk

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

17 years agoMerged mblock work-in-progress eb/mb -r4798:4808 into trunk.
eb [Wed, 28 Mar 2007 18:58:21 +0000 (18:58 +0000)]
Merged mblock work-in-progress eb/mb -r4798:4808 into trunk.

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

17 years agoproper shifting for the cic decim now keeps signals roughly leveled
matt [Tue, 20 Mar 2007 02:13:06 +0000 (02:13 +0000)]
proper shifting for the cic decim now keeps signals roughly leveled

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

17 years agoif you ever tried to interpolate by 44 it didn't work. now it does.
matt [Tue, 20 Mar 2007 01:23:26 +0000 (01:23 +0000)]
if you ever tried to interpolate by 44 it didn't work.  now it does.

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

17 years agoremoved a parameter
matt [Tue, 20 Mar 2007 01:05:29 +0000 (01:05 +0000)]
removed a parameter

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

17 years agoallow for varying the bitwidth
matt [Tue, 20 Mar 2007 01:03:10 +0000 (01:03 +0000)]
allow for varying the bitwidth

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

17 years agoadded comment
matt [Tue, 20 Mar 2007 01:02:46 +0000 (01:02 +0000)]
added comment

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

17 years agoadded comments, removed dead code
matt [Tue, 20 Mar 2007 01:02:25 +0000 (01:02 +0000)]
added comments, removed dead code

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

17 years agoUpdated ignore property.
jcorgan [Mon, 19 Mar 2007 02:13:20 +0000 (02:13 +0000)]
Updated ignore property.

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

17 years agoFixed missed linker fix.
jcorgan [Mon, 19 Mar 2007 02:13:01 +0000 (02:13 +0000)]
Fixed missed linker fix.

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

17 years agomore gr_qwt.m4 fixes
eb [Thu, 15 Mar 2007 22:12:28 +0000 (22:12 +0000)]
more gr_qwt.m4 fixes

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

17 years agoCleanup on qwt config to not require qwt includes to be in a subdirectory.
jcorgan [Thu, 15 Mar 2007 21:23:49 +0000 (21:23 +0000)]
Cleanup on qwt config to not require qwt includes to be in a subdirectory.

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

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