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

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

* Runtime shared-library packages:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

15 years agonow handles odd length packets
matt [Mon, 6 Apr 2009 06:13:09 +0000 (06:13 +0000)]
now handles odd length packets

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

15 years agoFormat param replaced with width and shift in usrp blocks.
jblum [Mon, 6 Apr 2009 00:39:01 +0000 (00:39 +0000)]
Format param replaced with width and shift in usrp blocks.

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

15 years agobasic wrapper working
matt [Sat, 4 Apr 2009 08:34:31 +0000 (08:34 +0000)]
basic wrapper working

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

15 years agoFix distcheck error, trunk passes distcheck.
jcorgan [Sat, 4 Apr 2009 06:20:57 +0000 (06:20 +0000)]
Fix distcheck error, trunk passes distcheck.

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

15 years agoMerged r10712:10765 from jcorgan/gpio into trunk. Adds out-of-band and streaming...
jcorgan [Sat, 4 Apr 2009 05:59:44 +0000 (05:59 +0000)]
Merged r10712:10765 from jcorgan/gpio into trunk.  Adds out-of-band and streaming GPIO functions for USRP2.

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

15 years agofirst cut at a wishbone interface and wrapping the core
matt [Sat, 4 Apr 2009 01:17:04 +0000 (01:17 +0000)]
first cut at a wishbone interface and wrapping the core

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

15 years agocopied over from other eth core
matt [Sat, 4 Apr 2009 01:14:42 +0000 (01:14 +0000)]
copied over from other eth core

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

15 years agoreset synchronizer
matt [Sat, 4 Apr 2009 01:13:26 +0000 (01:13 +0000)]
reset synchronizer

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

15 years agomade pause enabling a pin so we can set it
matt [Fri, 3 Apr 2009 22:34:15 +0000 (22:34 +0000)]
made pause enabling a pin so we can set it

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

15 years agoProperly signals an error and drops the remainder of the packet if there is an overru...
matt [Thu, 2 Apr 2009 23:35:12 +0000 (23:35 +0000)]
Properly signals an error and drops the remainder of the packet if there is an overrun.  ERROR_2 changed to ERROR2.

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

15 years agomore thorough tests, including overrun, underrun, crc err, etc.
matt [Thu, 2 Apr 2009 23:33:43 +0000 (23:33 +0000)]
more thorough tests, including overrun, underrun, crc err, etc.

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

15 years agosimulate a hiccup in the filling of the fifo. If long enough, will cause a tx underrun.
matt [Thu, 2 Apr 2009 23:30:31 +0000 (23:30 +0000)]
simulate a hiccup in the filling of the fifo.  If long enough, will cause a tx underrun.

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

15 years agonew regs for re-pause fix
matt [Thu, 2 Apr 2009 21:30:48 +0000 (21:30 +0000)]
new regs for re-pause fix

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

15 years agodebug ports for fifo level testing. Normally I wouldn't check this in, but adding...
matt [Thu, 2 Apr 2009 21:19:56 +0000 (21:19 +0000)]
debug ports for fifo level testing.  Normally I wouldn't check this in, but adding these ports actually improves timing.  XST strikes again...

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

15 years agoFix for fifo overruns on eth rx in full duplex. Now send re-pause long before pause...
matt [Thu, 2 Apr 2009 21:18:41 +0000 (21:18 +0000)]
Fix for fifo overruns on eth rx in full duplex.  Now send re-pause long before pause is done.  Reenabled RMON for the time being

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

15 years agoadded catchall **kwargs to scope sink gl
jblum [Thu, 2 Apr 2009 20:02:15 +0000 (20:02 +0000)]
added catchall **kwargs to scope sink gl

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

15 years agotest multiple error types
matt [Thu, 2 Apr 2009 08:19:03 +0000 (08:19 +0000)]
test multiple error types

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

15 years agoadded a state to ensure the error signal propagates, and now we assert src_rdy if...
matt [Thu, 2 Apr 2009 08:16:11 +0000 (08:16 +0000)]
added a state to ensure the error signal propagates, and now we assert src_rdy if we have an error to propagate

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

15 years agoonly write one error into fifo
matt [Thu, 2 Apr 2009 07:57:20 +0000 (07:57 +0000)]
only write one error into fifo

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

15 years agogenerate error signal
matt [Thu, 2 Apr 2009 07:40:52 +0000 (07:40 +0000)]
generate error signal

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

15 years agoadded error output line, alternative to simultaneous sof/eof
matt [Thu, 2 Apr 2009 07:39:57 +0000 (07:39 +0000)]
added error output line, alternative to simultaneous sof/eof

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

15 years agologic to interface locallink fifos to our mac
matt [Thu, 2 Apr 2009 06:33:16 +0000 (06:33 +0000)]
logic to interface locallink fifos to our mac

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

15 years agoFix erroneous output io signature
jblum [Wed, 1 Apr 2009 19:05:04 +0000 (19:05 +0000)]
Fix erroneous output io signature

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

15 years agoFix erroneous output io signature
jcorgan [Wed, 1 Apr 2009 16:22:12 +0000 (16:22 +0000)]
Fix erroneous output io signature

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

15 years agoadd fifos to interface to the macs
matt [Wed, 1 Apr 2009 07:55:23 +0000 (07:55 +0000)]
add fifos to interface to the macs

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

15 years agorx seems to work. haven't test error frames
matt [Wed, 1 Apr 2009 02:28:13 +0000 (02:28 +0000)]
rx seems to work.  haven't test error frames

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

15 years agoaddress filtering
matt [Wed, 1 Apr 2009 02:27:46 +0000 (02:27 +0000)]
address filtering

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

15 years agoonly report result for 1 cycle
matt [Wed, 1 Apr 2009 02:27:00 +0000 (02:27 +0000)]
only report result for 1 cycle

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

15 years agovariable length delay line, based on srl16
matt [Wed, 1 Apr 2009 02:26:19 +0000 (02:26 +0000)]
variable length delay line, based on srl16

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

15 years agonow checks the crc as well for the received side
matt [Wed, 1 Apr 2009 02:25:04 +0000 (02:25 +0000)]
now checks the crc as well for the received side

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

15 years agocheckpoint
matt [Wed, 1 Apr 2009 00:41:59 +0000 (00:41 +0000)]
checkpoint

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

15 years agowe now inhibit our own sending when a received pause frame comes. _rx.v is currently...
matt [Tue, 31 Mar 2009 18:03:20 +0000 (18:03 +0000)]
we now inhibit our own sending when a received pause frame comes.  _rx.v is currently only a skeleton for testing pause

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

15 years agosample packet
matt [Tue, 31 Mar 2009 08:14:22 +0000 (08:14 +0000)]
sample packet

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

15 years agocleaned up a little
matt [Tue, 31 Mar 2009 07:51:53 +0000 (07:51 +0000)]
cleaned up a little

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

15 years agotx should be fully working now
matt [Tue, 31 Mar 2009 07:39:34 +0000 (07:39 +0000)]
tx should be fully working now

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

15 years agoeverything but CRC
matt [Tue, 31 Mar 2009 06:55:21 +0000 (06:55 +0000)]
everything but CRC

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

15 years agonearly there
matt [Tue, 31 Mar 2009 05:56:47 +0000 (05:56 +0000)]
nearly there

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

15 years agowork in progress on a simpler gigabit-only mac
matt [Mon, 30 Mar 2009 22:52:00 +0000 (22:52 +0000)]
work in progress on a simpler gigabit-only mac

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

15 years agooption to enforce padding aspect ratio in grid plotters
jblum [Mon, 30 Mar 2009 20:57:00 +0000 (20:57 +0000)]
option to enforce padding aspect ratio in grid plotters

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

15 years agocopied over from other project
matt [Mon, 30 Mar 2009 02:58:36 +0000 (02:58 +0000)]
copied over from other project

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

15 years agonew fifos copied over from other project
matt [Mon, 30 Mar 2009 02:54:51 +0000 (02:54 +0000)]
new fifos copied over from other project

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

15 years agooptional (but not used) additional buffering in eth rx path.
matt [Mon, 30 Mar 2009 02:37:05 +0000 (02:37 +0000)]
optional (but not used) additional buffering in eth rx path.

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

15 years agocomment out the RMON, which we don't use
matt [Mon, 30 Mar 2009 02:34:53 +0000 (02:34 +0000)]
comment out the RMON, which we don't use

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

15 years agoApplied phase jump patch from Stefan Bruens. Fixes erratic performance of phase...
jcorgan [Mon, 30 Mar 2009 00:19:42 +0000 (00:19 +0000)]
Applied phase jump patch from Stefan Bruens.  Fixes erratic performance of phase recovery loop at higher frequency offsets.

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

15 years agoReorganize queue runner, some cleanup, fixes ticket:376
jcorgan [Sun, 29 Mar 2009 16:36:01 +0000 (16:36 +0000)]
Reorganize queue runner, some cleanup, fixes ticket:376

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

15 years agofixed typo
eb [Thu, 26 Mar 2009 19:20:38 +0000 (19:20 +0000)]
fixed typo

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

15 years agoPartial fix for ticket:378. Merged eb/t378 -r10682:10688 to trunk.
eb [Thu, 26 Mar 2009 18:52:38 +0000 (18:52 +0000)]
Partial fix for ticket:378.  Merged eb/t378 -r10682:10688 to trunk.

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

15 years agoAdd check for interruption to gr_tpb_thread_body to ensure that
eb [Wed, 25 Mar 2009 22:29:21 +0000 (22:29 +0000)]
Add check for interruption to gr_tpb_thread_body to ensure that
threads stop quickly.

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