]>
git.gag.com Git - debian/gnuradio/log
jcorgan [Tue, 15 Jan 2008 19:54:22 +0000 (19:54 +0000)]
Change usrp.selected_subdev() to return a weak reference to the
daughterboard object. This fixes the 'weakref exception' error on
shutdown that is sometimes seen. What was happening is that user
code would hold a daughterboard reference, the USRP object would go
out of scope, and then when the daughterboard finally went out of scope,
it's destructor would try to invoke methods on (the now non-existent)
USRP.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7442
221aa14e -8319-0410-a670-
987f0aec2ac5
trondeau [Mon, 14 Jan 2008 14:06:01 +0000 (14:06 +0000)]
Fixed tunnel.py to properly call send_pkt. Runs on USRP although I can't fully test it.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7435
221aa14e -8319-0410-a670-
987f0aec2ac5
michaelld [Sun, 13 Jan 2008 20:41:11 +0000 (20:41 +0000)]
Merged OSX fixes for 10.5 (backwards compatible with 10.4 if not
earlier) for USRP legacy fast-usb code from r7358 branch into trunk:
Fixed DEBUG commands in all files.
Fixed flow control between originating and spawned threads.
Fixed WritePipeAsync buffer write size.
Added in debugging comments to fusb code, to better track async flow.
NOT YET updated for MacOS X 10.5-specific IOKit code, but everything
seems to work just fine as is.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7417
221aa14e -8319-0410-a670-
987f0aec2ac5
trondeau [Sat, 12 Jan 2008 22:19:23 +0000 (22:19 +0000)]
Converting OFDM tunnel.py to use blks2
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7408
221aa14e -8319-0410-a670-
987f0aec2ac5
trondeau [Thu, 10 Jan 2008 10:47:48 +0000 (10:47 +0000)]
woops. Actually assigning return value.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7391
221aa14e -8319-0410-a670-
987f0aec2ac5
trondeau [Wed, 9 Jan 2008 23:27:36 +0000 (23:27 +0000)]
merging receiver branch -r6837:7375 into trunk. Improves speed of MPSK receiver; adds branching and branchless versions of clipping and slicing routines to gr_math.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7389
221aa14e -8319-0410-a670-
987f0aec2ac5
nldudok1 [Sun, 6 Jan 2008 01:09:51 +0000 (01:09 +0000)]
missing pmt dependency
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7364
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Sat, 5 Jan 2008 04:35:41 +0000 (04:35 +0000)]
Merged r7323:7349 from jcorgan/xcvr2450 into trunk. Ads XCVR 2450 daughterboard code. Not fully tested.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7352
221aa14e -8319-0410-a670-
987f0aec2ac5
trondeau [Wed, 2 Jan 2008 17:35:35 +0000 (17:35 +0000)]
Merging ofdm2 branch -r7047:7321 into trunk. This updates the OFDM code to hier_block2 in blks2impl and removed from blksimpl. The new code
implements a decision feedback sync loop to lock the phase/freq, removes two unnecessary premables and performs frame sync and equalization off
single preamble symbol. Also adds/updates Python plotting tools and a branchless clip algorithm in gr_math.h.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7324
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Thu, 27 Dec 2007 21:29:15 +0000 (21:29 +0000)]
Added missing script to Makefile.am
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7297
221aa14e -8319-0410-a670-
987f0aec2ac5
michaelld [Mon, 24 Dec 2007 02:28:31 +0000 (02:28 +0000)]
Fixes inclusion of omnithreads library and includes in usrp for
darwin/OSX only.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7252
221aa14e -8319-0410-a670-
987f0aec2ac5
eb [Sun, 23 Dec 2007 18:57:51 +0000 (18:57 +0000)]
change in whitespace only
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7247
221aa14e -8319-0410-a670-
987f0aec2ac5
mleech [Sun, 23 Dec 2007 02:02:48 +0000 (02:02 +0000)]
Fixed io_signature errors caused by whole new block structure.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7242
221aa14e -8319-0410-a670-
987f0aec2ac5
mleech [Sun, 23 Dec 2007 01:42:20 +0000 (01:42 +0000)]
Fixed problems caused by upgrade to stdgui2, etc.
Temporarily removed audio output.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7241
221aa14e -8319-0410-a670-
987f0aec2ac5
nldudok1 [Fri, 21 Dec 2007 04:43:55 +0000 (04:43 +0000)]
bugfix for low decimation rates (dec<8)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7236
221aa14e -8319-0410-a670-
987f0aec2ac5
mleech [Fri, 21 Dec 2007 03:48:58 +0000 (03:48 +0000)]
Fixed calls to ra_stripchartsink and ra_fftsink
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7235
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Wed, 12 Dec 2007 03:48:44 +0000 (03:48 +0000)]
Reverted changeset r7089 on trunk.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7116
221aa14e -8319-0410-a670-
987f0aec2ac5
nldudok1 [Tue, 11 Dec 2007 23:45:06 +0000 (23:45 +0000)]
added AM reception example in the style of wfm_rcv
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7111
221aa14e -8319-0410-a670-
987f0aec2ac5
mleech [Mon, 10 Dec 2007 22:09:40 +0000 (22:09 +0000)]
Updated to numpy.fft from Numeric.FFT
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7100
221aa14e -8319-0410-a670-
987f0aec2ac5
mleech [Mon, 10 Dec 2007 22:09:21 +0000 (22:09 +0000)]
Updated to numpy.fft from Numeric.FFT
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7099
221aa14e -8319-0410-a670-
987f0aec2ac5
nldudok1 [Sun, 9 Dec 2007 17:40:08 +0000 (17:40 +0000)]
bugfix for indexnumbers in IIR filter
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7089
221aa14e -8319-0410-a670-
987f0aec2ac5
eb [Mon, 3 Dec 2007 19:17:41 +0000 (19:17 +0000)]
fix for ticket:145
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7062
221aa14e -8319-0410-a670-
987f0aec2ac5
eb [Mon, 3 Dec 2007 17:56:42 +0000 (17:56 +0000)]
Moved exception handling includes out of the sw_*.i files and into gnuradio.i
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7061
221aa14e -8319-0410-a670-
987f0aec2ac5
eb [Mon, 3 Dec 2007 17:46:09 +0000 (17:46 +0000)]
Renumbered FGV_* so that they are zero based to fix problem
reported and diagnosed by Michele Bavaro <michele.bavaro@gmail.com>
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7060
221aa14e -8319-0410-a670-
987f0aec2ac5
matt [Fri, 30 Nov 2007 19:33:45 +0000 (19:33 +0000)]
minor updates
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7059
221aa14e -8319-0410-a670-
987f0aec2ac5
eb [Thu, 29 Nov 2007 01:07:00 +0000 (01:07 +0000)]
fixes ticket:211
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7053
221aa14e -8319-0410-a670-
987f0aec2ac5
eb [Tue, 27 Nov 2007 20:27:57 +0000 (20:27 +0000)]
disabled portaudio in cross compile
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7048
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Tue, 27 Nov 2007 20:06:08 +0000 (20:06 +0000)]
Implements ticket:208
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7045
221aa14e -8319-0410-a670-
987f0aec2ac5
eb [Tue, 27 Nov 2007 19:38:39 +0000 (19:38 +0000)]
disable gr-video-sdl until sdl.m4 is fixed
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7044
221aa14e -8319-0410-a670-
987f0aec2ac5
eb [Tue, 27 Nov 2007 19:36:40 +0000 (19:36 +0000)]
fixed polarity of test
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7043
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Tue, 27 Nov 2007 19:15:30 +0000 (19:15 +0000)]
Implements ticket:207
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7042
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Tue, 27 Nov 2007 18:55:56 +0000 (18:55 +0000)]
Implements ticket:206
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7041
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Tue, 27 Nov 2007 17:35:53 +0000 (17:35 +0000)]
Implemented ticket:205.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7040
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Tue, 27 Nov 2007 17:12:14 +0000 (17:12 +0000)]
Convert missed script in digital examples to top_block code.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7039
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Tue, 27 Nov 2007 17:00:40 +0000 (17:00 +0000)]
Added FIXME tags.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7038
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Tue, 27 Nov 2007 15:29:17 +0000 (15:29 +0000)]
Merged r7001:7035 from jcorgan/t202 into trunk. Implements ticket:202, converting qa code in core to new top block code.
Three issues exist and have been separately logged:
qa_bin_statistics.py - ticket:199
qa_rational_resampler.py - ticket:210
qa_stream_mux.py - ticket:211
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7036
221aa14e -8319-0410-a670-
987f0aec2ac5
eb [Tue, 20 Nov 2007 22:54:51 +0000 (22:54 +0000)]
added missing -lgromnithread
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7009
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Mon, 19 Nov 2007 17:59:19 +0000 (17:59 +0000)]
Partial completion of ticket:201.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7000
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Sat, 17 Nov 2007 22:00:32 +0000 (22:00 +0000)]
Use newer version for gutsy.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6976
221aa14e -8319-0410-a670-
987f0aec2ac5
eb [Mon, 12 Nov 2007 18:08:38 +0000 (18:08 +0000)]
minor adjustment to svn:ignore
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6869
221aa14e -8319-0410-a670-
987f0aec2ac5
eb [Mon, 12 Nov 2007 18:07:31 +0000 (18:07 +0000)]
doc cleanup
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6868
221aa14e -8319-0410-a670-
987f0aec2ac5
eb [Sun, 11 Nov 2007 18:04:45 +0000 (18:04 +0000)]
config files have new canonical home
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6860
221aa14e -8319-0410-a670-
987f0aec2ac5
matt [Sun, 11 Nov 2007 00:36:44 +0000 (00:36 +0000)]
first cut to control 2.4G/5G dualband board
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6859
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Sat, 10 Nov 2007 19:23:57 +0000 (19:23 +0000)]
Restores 8-bit sample format support to FPGA code. Synthesized with 7.1SP1.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6858
221aa14e -8319-0410-a670-
987f0aec2ac5
eb [Sat, 10 Nov 2007 11:41:15 +0000 (11:41 +0000)]
pass args through
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6856
221aa14e -8319-0410-a670-
987f0aec2ac5
eb [Sat, 10 Nov 2007 01:03:04 +0000 (01:03 +0000)]
Merged -r6847:6850 from eb/trial-merge into trunk. This changeset
contains the modifications required to cross-compile GNU Radio for
the Cell processor. For directions, see CrossCompilingForCell
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6852
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Sat, 10 Nov 2007 00:53:09 +0000 (00:53 +0000)]
Reverted changesets r6841 and r6840 on the trunk. Passes make check.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6851
221aa14e -8319-0410-a670-
987f0aec2ac5
n4hy [Thu, 8 Nov 2007 22:53:13 +0000 (22:53 +0000)]
oops, meant to do that in our branch
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6841
221aa14e -8319-0410-a670-
987f0aec2ac5
n4hy [Thu, 8 Nov 2007 22:43:26 +0000 (22:43 +0000)]
attempting to use branchless clipping to prevent pipeline dumping, fabs needs to be intrinsic for speed
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6840
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Thu, 8 Nov 2007 20:50:47 +0000 (20:50 +0000)]
Fix for working with peak hold in usrp_fft.py
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6839
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Thu, 8 Nov 2007 19:46:06 +0000 (19:46 +0000)]
Adds 'ctrl-double-click to re-center on maximum power' to usrp_fft.py
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6837
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Thu, 8 Nov 2007 18:33:03 +0000 (18:33 +0000)]
Added conflict in python-gnuradio-core for python-gnuradio < 3.1, which will hopefully force the prior package to be deinstalled when upgrading.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6834
221aa14e -8319-0410-a670-
987f0aec2ac5
eb [Thu, 8 Nov 2007 18:13:34 +0000 (18:13 +0000)]
removed obsolete distribution tools used with CVS
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6833
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Thu, 8 Nov 2007 07:03:45 +0000 (07:03 +0000)]
Adds 'double-click to re-center' to usrp_fft.py
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6832
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Thu, 8 Nov 2007 06:43:07 +0000 (06:43 +0000)]
Cleanup and instance variable renaming.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6831
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Thu, 8 Nov 2007 03:03:32 +0000 (03:03 +0000)]
Improved frequency display format.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6830
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Thu, 8 Nov 2007 02:20:57 +0000 (02:20 +0000)]
Fixes center frequency display in usrp_fft.py
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6829
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Thu, 8 Nov 2007 01:04:58 +0000 (01:04 +0000)]
Adds mouse hover value display to fftsink2
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6828
221aa14e -8319-0410-a670-
987f0aec2ac5
eb [Wed, 7 Nov 2007 20:52:17 +0000 (20:52 +0000)]
disabled test_mblock until ticket:180 is resolved
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6826
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Tue, 6 Nov 2007 02:12:54 +0000 (02:12 +0000)]
Update Debian package changelog.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6825
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Tue, 6 Nov 2007 02:00:11 +0000 (02:00 +0000)]
Updated debian package version.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6824
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Tue, 6 Nov 2007 01:01:46 +0000 (01:01 +0000)]
Cleanup distribution list.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6821
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Tue, 6 Nov 2007 00:49:08 +0000 (00:49 +0000)]
Stop distributing bootstrap script in release tarball.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6818
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Tue, 6 Nov 2007 00:45:42 +0000 (00:45 +0000)]
Added file for accumulated release making notes.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6817
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Tue, 6 Nov 2007 00:39:39 +0000 (00:39 +0000)]
Updated to latest canonical config.guess and config.sub
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6816
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Sat, 3 Nov 2007 00:59:40 +0000 (00:59 +0000)]
Merged r6794:6798 from jcorgan/t198. Fixes ticket:198.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6799
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Fri, 2 Nov 2007 03:02:56 +0000 (03:02 +0000)]
Merged r6780:6781 from jcorgan/t196. Fixes ticket:196.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6782
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Thu, 1 Nov 2007 23:57:49 +0000 (23:57 +0000)]
Regenerated USRP Makefile.extra
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6777
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Thu, 1 Nov 2007 23:56:59 +0000 (23:56 +0000)]
Merged r6766:6775 from jcorgan/t195. Fixes ticket:195. NOTE: this removes 8 bit sample width support on receive. Synthesized with 7.1SP1.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6776
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Thu, 1 Nov 2007 03:29:36 +0000 (03:29 +0000)]
Merged r6749:6763 from jcorgan/t179. Fixes ticket:179. New RBFs synthesized with 7.1SP1.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6764
221aa14e -8319-0410-a670-
987f0aec2ac5
eb [Mon, 29 Oct 2007 05:54:51 +0000 (05:54 +0000)]
eliminate warning when pktno > 64K
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6733
221aa14e -8319-0410-a670-
987f0aec2ac5
eb [Mon, 29 Oct 2007 05:52:44 +0000 (05:52 +0000)]
simplified import
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6732
221aa14e -8319-0410-a670-
987f0aec2ac5
nldudok1 [Sun, 28 Oct 2007 23:08:45 +0000 (23:08 +0000)]
resolved bug which prevented loopback from working
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6725
221aa14e -8319-0410-a670-
987f0aec2ac5
nldudok1 [Sun, 28 Oct 2007 22:08:40 +0000 (22:08 +0000)]
added complex and dualchan option for BasicRX and LFRX
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6720
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Mon, 22 Oct 2007 23:15:11 +0000 (23:15 +0000)]
Remove some regenerated files from version control.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6678
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Mon, 22 Oct 2007 19:05:27 +0000 (19:05 +0000)]
Revert mistaken version change.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6676
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Mon, 22 Oct 2007 19:04:50 +0000 (19:04 +0000)]
Upgrade to latest autotools helper scripts and files.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6675
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Mon, 22 Oct 2007 19:00:37 +0000 (19:00 +0000)]
Update howto QA code to use new topblock code.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6674
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Mon, 22 Oct 2007 17:44:26 +0000 (17:44 +0000)]
Revert automated versioning on trunk Debian package build. Too many things depend on static changelog.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6670
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Mon, 22 Oct 2007 17:13:50 +0000 (17:13 +0000)]
Add methods in shim to allow derived class override in Python
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6669
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Sun, 21 Oct 2007 19:56:42 +0000 (19:56 +0000)]
Update Debian packaging to reflect repository version, tweaks
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6660
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Thu, 18 Oct 2007 01:47:32 +0000 (01:47 +0000)]
Remove non-converted OFDM code from blks2impl (examples still use blks, not blks2.)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6649
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Tue, 16 Oct 2007 17:56:14 +0000 (17:56 +0000)]
Add missing include for ::write
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6634
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Sat, 13 Oct 2007 21:51:08 +0000 (21:51 +0000)]
Changed revision to 3.1.svn.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6633
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Sat, 13 Oct 2007 20:50:09 +0000 (20:50 +0000)]
Added enabling group 'user' access to USRP hardware into Debian packaging.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6630
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Sat, 13 Oct 2007 12:55:51 +0000 (12:55 +0000)]
Update to latest config.sub and config.guess.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6628
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Fri, 12 Oct 2007 03:54:50 +0000 (03:54 +0000)]
Cruft removal.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6621
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Wed, 10 Oct 2007 13:42:18 +0000 (13:42 +0000)]
Added missing package.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6612
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Wed, 10 Oct 2007 13:31:27 +0000 (13:31 +0000)]
Added missing package.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6611
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Wed, 10 Oct 2007 11:46:53 +0000 (11:46 +0000)]
Tweaks to Debian packaging.
Added .so versioning where needed (libpmt, libmblock, libgromnithread) to allow automated dependency checking.
Reverted (perhaps temporarily) to '3.0.svn' version numbering as the '~' trick wasn't working with Ubuntu
Note: the -dev packages don't seem to be sufficient to compile the gr-howto-write-a-block module, so still debugging.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6610
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Wed, 10 Oct 2007 09:55:40 +0000 (09:55 +0000)]
Merged r6502:6602 from bdale/deb into trunk. Tweaks on Debian packaging.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6609
221aa14e -8319-0410-a670-
987f0aec2ac5
eb [Tue, 9 Oct 2007 20:10:04 +0000 (20:10 +0000)]
tool version changed
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6604
221aa14e -8319-0410-a670-
987f0aec2ac5
eb [Tue, 9 Oct 2007 20:09:04 +0000 (20:09 +0000)]
New rbfs built from r6602 using Quartus II Web Edition version 7.1 SP1
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6603
221aa14e -8319-0410-a670-
987f0aec2ac5
eb [Fri, 5 Oct 2007 00:20:23 +0000 (00:20 +0000)]
documented standard command line options and conventions
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6590
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Wed, 3 Oct 2007 16:20:05 +0000 (16:20 +0000)]
Applied patch from Josh Blum. Adds multiple input specification to constructor for scopesink2 and convenience constructor for constellation mode.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6582
221aa14e -8319-0410-a670-
987f0aec2ac5
eb [Tue, 2 Oct 2007 23:12:57 +0000 (23:12 +0000)]
added missing aligned attribute
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6576
221aa14e -8319-0410-a670-
987f0aec2ac5
eb [Tue, 2 Oct 2007 21:32:19 +0000 (21:32 +0000)]
Trial fix for ticket:189, gr_mpsk_receiver_cc problem.
Added checking for SIMD alignment requirement on gr_complex (must be
8-byte aligned) so that future violations will throw an exception.
Modified gr_mpsk_receiver_cc.h so that delay line being passed to
gri_mmse_fir_interpolator_cc is 8-byte aligned. Added QA code for
gri_mmse_fir_interpolator_cc.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6575
221aa14e -8319-0410-a670-
987f0aec2ac5
eb [Tue, 2 Oct 2007 19:30:33 +0000 (19:30 +0000)]
renamed test macro for consistency
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6574
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Fri, 28 Sep 2007 21:44:05 +0000 (21:44 +0000)]
Merged r6552:6562 from jcorgan/radar into trunk. Updates gr-radar-mono with changes from live field testing.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6563
221aa14e -8319-0410-a670-
987f0aec2ac5
jcorgan [Thu, 20 Sep 2007 23:37:14 +0000 (23:37 +0000)]
Fixed typo in dependency list.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6490
221aa14e -8319-0410-a670-
987f0aec2ac5