summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-02-08Merged r7478:7608 from michaelld/t186 into trunk. Adds ability to compile ↵jcorgan
GNU Radio modules individually, using already installed dependent libraries and include files. New functionality is enabled using --with-* on configure command line; existing build options should remain unchanged. Nice work by Michael Dickens, still needs documentation update on wiki. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7617 221aa14e-8319-0410-a670-987f0aec2ac5
2008-02-08Fixed missed conversion that prevented gr.wxgui from importing correctly.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7610 221aa14e-8319-0410-a670-987f0aec2ac5
2008-02-08Removed gr.flow_graph, gr.hier_block and friends. From here on outeb
all work on the trunk must use gr.top_block and gr.hier_block2. Merged eb/fg-no-more -r7602:7606 into trunk. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7607 221aa14e-8319-0410-a670-987f0aec2ac5
2008-02-06Merging trondeau/ofdmfix into branch at -r7582:7586. This allows for ↵trondeau
over-the-air OFDM. Works with all modulations and tested both send and receive on different computers/USRPs. Misses a few packets, so it's not perfect. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7587 221aa14e-8319-0410-a670-987f0aec2ac5
2008-02-05Fixes abort issue in gr.top_block exception handling, improve some exception ↵jcorgan
messages. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7565 221aa14e-8319-0410-a670-987f0aec2ac5
2008-02-05VPATH fixeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7559 221aa14e-8319-0410-a670-987f0aec2ac5
2008-02-01Moved gnuradio-core/src/utils/ plotting scripts into gr-utils, with some rework.jcorgan
The gr_plot_data.py class installs into the gnuradio namespace as gnuradio.plot_data, and the remainder of the scripts install into $prefix/bin. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7536 221aa14e-8319-0410-a670-987f0aec2ac5
2008-01-30make it work with rev 2 enablesmatt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7531 221aa14e-8319-0410-a670-987f0aec2ac5
2008-01-30minor refclk and pll changesmatt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7530 221aa14e-8319-0410-a670-987f0aec2ac5
2008-01-30Catching ImportError exception and giving (hopefully) useful error message ↵trondeau
to install the necessary packages. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7529 221aa14e-8319-0410-a670-987f0aec2ac5
2008-01-30Updating and cleaning up plotting code. When plotting char/int/short/float ↵trondeau
you can now specify multiple input files on the command line and each are plotted in a different color. Useful when comparing two outputs. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7528 221aa14e-8319-0410-a670-987f0aec2ac5
2008-01-29Switched OFDM sync block to use peak detector from Kyle Jamieson. This ↵trondeau
solves one problem of locking up with low SNR but does not solve the big over-the-air problems. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7523 221aa14e-8319-0410-a670-987f0aec2ac5
2008-01-28Removed gr-qtgui component (never finished), archived in limbo.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7522 221aa14e-8319-0410-a670-987f0aec2ac5
2008-01-26better filter bandwidthsmatt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7519 221aa14e-8319-0410-a670-987f0aec2ac5
2008-01-24Note that this file is somewhat useful as a dependency reference evengdt
if you don't use pkgsrc. add lang/guile as a dependency git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7505 221aa14e-8319-0410-a670-987f0aec2ac5
2008-01-24Doc fixes from Firas.eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7504 221aa14e-8319-0410-a670-987f0aec2ac5
2008-01-22Further attempted noise reduction for ticket:230jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7486 221aa14e-8319-0410-a670-987f0aec2ac5
2008-01-21Trial fix for ticket:230jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7484 221aa14e-8319-0410-a670-987f0aec2ac5
2008-01-19Fixes ticket:229. Fixed code in synthesis filterbank, restored test ↵jcorgan
programs from limbo and upgraded to use blks2. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7476 221aa14e-8319-0410-a670-987f0aec2ac5
2008-01-19applied patch for ticket:227eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7475 221aa14e-8319-0410-a670-987f0aec2ac5
2008-01-18Trial workaround for ticket:181jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7461 221aa14e-8319-0410-a670-987f0aec2ac5
2008-01-16Merged -r7436:7453 eb/freebsd into trunk. This is a part of a set ofeb
patches from Diane Bruce for FreeBSD. Still need to resolve the issue of where/how to include config.h in all swig code and how to select wx version on systems with more than one version installed. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7454 221aa14e-8319-0410-a670-987f0aec2ac5
2008-01-16No longer need workaround.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7452 221aa14e-8319-0410-a670-987f0aec2ac5
2008-01-16Merged eb/firas-doc -r7443:7444 into trunk. These changes alloweb
doxygen to generate a unified output that includes both C++ and Python docs. There's still work to do to get this cleaned up, but it's a great start! git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7445 221aa14e-8319-0410-a670-987f0aec2ac5
2008-01-15Change usrp.selected_subdev() to return a weak reference to thejcorgan
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
2008-01-14Fixed tunnel.py to properly call send_pkt. Runs on USRP although I can't ↵trondeau
fully test it. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7435 221aa14e-8319-0410-a670-987f0aec2ac5
2008-01-13Merged OSX fixes for 10.5 (backwards compatible with 10.4 if notmichaelld
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
2008-01-12Converting OFDM tunnel.py to use blks2trondeau
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7408 221aa14e-8319-0410-a670-987f0aec2ac5
2008-01-10woops. Actually assigning return value.trondeau
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7391 221aa14e-8319-0410-a670-987f0aec2ac5
2008-01-09merging receiver branch -r6837:7375 into trunk. Improves speed of MPSK ↵trondeau
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
2008-01-06missing pmt dependencynldudok1
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7364 221aa14e-8319-0410-a670-987f0aec2ac5
2008-01-05Merged r7323:7349 from jcorgan/xcvr2450 into trunk. Ads XCVR 2450 ↵jcorgan
daughterboard code. Not fully tested. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7352 221aa14e-8319-0410-a670-987f0aec2ac5
2008-01-02Merging ofdm2 branch -r7047:7321 into trunk. This updates the OFDM code to ↵trondeau
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
2007-12-27Added missing script to Makefile.amjcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7297 221aa14e-8319-0410-a670-987f0aec2ac5
2007-12-24Fixes inclusion of omnithreads library and includes in usrp formichaelld
darwin/OSX only. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7252 221aa14e-8319-0410-a670-987f0aec2ac5
2007-12-23change in whitespace onlyeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7247 221aa14e-8319-0410-a670-987f0aec2ac5
2007-12-23Fixed io_signature errors caused by whole new block structure.mleech
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7242 221aa14e-8319-0410-a670-987f0aec2ac5
2007-12-23Fixed problems caused by upgrade to stdgui2, etc.mleech
Temporarily removed audio output. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7241 221aa14e-8319-0410-a670-987f0aec2ac5
2007-12-21bugfix for low decimation rates (dec<8)nldudok1
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7236 221aa14e-8319-0410-a670-987f0aec2ac5
2007-12-21Fixed calls to ra_stripchartsink and ra_fftsinkmleech
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7235 221aa14e-8319-0410-a670-987f0aec2ac5
2007-12-12Reverted changeset r7089 on trunk.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7116 221aa14e-8319-0410-a670-987f0aec2ac5
2007-12-11added AM reception example in the style of wfm_rcvnldudok1
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7111 221aa14e-8319-0410-a670-987f0aec2ac5
2007-12-10Updated to numpy.fft from Numeric.FFTmleech
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7100 221aa14e-8319-0410-a670-987f0aec2ac5
2007-12-10Updated to numpy.fft from Numeric.FFTmleech
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7099 221aa14e-8319-0410-a670-987f0aec2ac5
2007-12-09bugfix for indexnumbers in IIR filternldudok1
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7089 221aa14e-8319-0410-a670-987f0aec2ac5
2007-12-03fix for ticket:145eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7062 221aa14e-8319-0410-a670-987f0aec2ac5
2007-12-03Moved exception handling includes out of the sw_*.i files and into gnuradio.ieb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7061 221aa14e-8319-0410-a670-987f0aec2ac5
2007-12-03Renumbered FGV_* so that they are zero based to fix problemeb
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
2007-11-30minor updatesmatt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7059 221aa14e-8319-0410-a670-987f0aec2ac5
2007-11-29fixes ticket:211eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7053 221aa14e-8319-0410-a670-987f0aec2ac5