summaryrefslogtreecommitdiff
path: root/gnuradio-examples/python/usrp
Commit message (Collapse)AuthorAgeFilesLines
* Removed empty usrp directory.Tom Rondeau2011-10-072-38/+0
|
* uhd: moved fm_tx_2_daughterboards and usrp_spectrum_sense to ↵Tom Rondeau2011-10-065-596/+0
| | | | | | gr-uhd/examples. Neither are working properly quite yet. Removed all usrp examples from gnuradio-examples/python/usrp and removed directory.
* uhd: removed examples that don't make sense with UHD. Fixed up ↵Tom Rondeau2011-10-063-171/+1
| | | | gr-uhd/examples Makefile.
* uhd: Moved usrp_wxapt_rcv from examples to gr-uhd/examples and made work ↵Tom Rondeau2011-10-062-294/+1
| | | | with UHD.
* uhd: Moved USRP analog TV receiver examples to gr-uhd/examples. They seem to ↵Tom Rondeau2011-10-063-619/+0
| | | | run with the UHD, but I can't really test them since there's no NTSC signals around...
* uhd: removing usrp2 examples. Not bothering with QT version for now and the ↵Tom Rondeau2011-10-061-4/+0
| | | | wfm_rcv is already handled after conversion from usrp.
* uhd: cleaning up and updating some script info.Tom Rondeau2011-10-064-1294/+0
|
* uhd: removing example files now in gr-uhd/examplesTom Rondeau2011-10-051-1/+0
|
* uhd: moved WFM recever and no-gui receiver to gr-uhd/examples and made work ↵Tom Rondeau2011-10-043-483/+0
| | | | with UHD.
* uhd: moved NBFM examples to gr-uhd/examples directory and made work with UHD.Tom Rondeau2011-10-043-885/+1
|
* uhd: moved usrp_am_mw_rcv from examples to gr-uhd/examples and made work ↵Tom Rondeau2011-10-041-332/+0
| | | | with UHD. Needs more testing.
* uhd: moved usrp/max_power.py to gr-uhd/examples. This _should_ work for both ↵Tom Rondeau2011-10-041-83/+0
| | | | USRPs and USRP2 series, but is only tested for a USRP2 (N210, actually).
* uhd: moved fm_tx4 from gnuradio-examples to gr-uhd/examplesTom Rondeau2011-10-032-198/+0
|
* Added git ignore files auto created from svn:ignore properties.git2009-08-141-0/+10
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged -r11480:11507, r11508 from nldudok1/tvrx_mimo_merge_with_trunk into ↵jcorgan2009-07-289-2/+35
| | | | | | trunk. This branch was created with a corrupted merge tracking database, so manual merge and remove of merge info properties was needed. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11513 221aa14e-8319-0410-a670-987f0aec2ac5
* Fixes ticket:372jcorgan2009-06-301-3/+15
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11316 221aa14e-8319-0410-a670-987f0aec2ac5
* new fm detector added based on FIR derivative detector. Stereo sep better ↵n4hy2009-04-152-0/+352
| | | | | | 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
* Add daughterboard testjcorgan2009-03-121-2/+9
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10587 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r10504:10528 from michaelld/fix_local_data_install into trunk. Trunk ↵jcorgan2009-02-261-23/+22
| | | | | | passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10529 221aa14e-8319-0410-a670-987f0aec2ac5
* General housekeeping--removing ancient cruft mostly.jcorgan2009-01-275-601/+0
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10315 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r10071:10164 from features/cppdb-test into trunk. Implements the ↵jcorgan2008-12-243-10/+10
| | | | | | fully native C++ API for the USRP. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10165 221aa14e-8319-0410-a670-987f0aec2ac5
* pll bandwidth optimized to more nearly meet Carson's rule. The 19 kHz pilot ↵n4hy2008-10-011-7/+8
| | | | | | recovery will soon be replace by polyphase channelizer trick git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9694 221aa14e-8319-0410-a670-987f0aec2ac5
* Stereo receiver with 48 kHz sample rate output using rational resampler. ↵n4hy2008-10-011-10/+13
| | | | | | Better filters chosen than optfir. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9689 221aa14e-8319-0410-a670-987f0aec2ac5
* bug in scopesink fixedn4hy2008-09-161-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9586 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix tab/space usage for previous fix.jcorgan2008-03-041-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7916 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix missing connect call from hier_block2 conversion.jcorgan2008-03-041-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7915 221aa14e-8319-0410-a670-987f0aec2ac5
* Added reference scaling to fftsink2. Default behavior is unchanged.jcorgan2008-02-286-7/+12
| | | | | | | | | | | | | | | The new parameter 'ref_scale', defaulting to 1.0, represents a 0 dB y-axis value. Updated usrp_fft.py to display dBFS by setting ref_scale to 32768.0 and ref_level to 0. This results in the full 100 dB of dynamic range being displayed. Updated some gnuradio-examples to use the new parameter. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7863 221aa14e-8319-0410-a670-987f0aec2ac5
* Removed gr.flow_graph, gr.hier_block and friends. From here on outeb2008-02-081-62/+0
| | | | | | | | 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
* better filter bandwidthsmatt2008-01-261-2/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7519 221aa14e-8319-0410-a670-987f0aec2ac5
* Fixes ticket:229. Fixed code in synthesis filterbank, restored test ↵jcorgan2008-01-193-21/+22
| | | | | | programs from limbo and upgraded to use blks2. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7476 221aa14e-8319-0410-a670-987f0aec2ac5
* Added missing script to Makefile.amjcorgan2007-12-271-1/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7297 221aa14e-8319-0410-a670-987f0aec2ac5
* added AM reception example in the style of wfm_rcvnldudok12007-12-111-0/+328
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7111 221aa14e-8319-0410-a670-987f0aec2ac5
* Merge r6461:6464 from jcorgan/t162-staging into trunk.jcorgan2007-09-1816-190/+421
| | | | | | | | | | | | | | | | | | | | | | | * Final gr.top_block and gr.hier_block2 implementation inside gnuradio-core/src/lib/runtime * Implementation of gr.hier_block2 versions of all the old-style blocks in blks. These live in blks2. * Addition of gr.hier_block2 based versions of gr-wxgui blocks * Conversion of all the example code in gnuradio-examples to use this new code * Conversion of all the gr-utils scripts to use the new code The OFDM examples and related hierarchical blocks have not yet been converted. Code in the rest of the tree that is outside the core and example components has also not yet been converted. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6466 221aa14e-8319-0410-a670-987f0aec2ac5
* Oops.jcorgan2007-09-041-2/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6296 221aa14e-8319-0410-a670-987f0aec2ac5
* Cleanup on gnuradio-examples restructuring.jcorgan2007-09-047-363/+170
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6287 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r6271:6278 from jcorgan/t182 into trunk. Implements ticket:182.jcorgan2007-09-0420-1283/+5
| | | | | | | | | | | | | | | | | | | | | Created new top-level component, gr-utils, to hold commonly used utility scripts (originally in gnuradio-examples). These now install into the system path, allowing their use from wherever. Reorganization of gnuradio-examples component: * Commonly used utility scripts moved from python/usrp into gr-utils. * Examples now install into $(prefix)/share/gnuradio/examples/... * Channel coding examples moved into gr-trellis/src/examples, now install from there, only if gr-atsc itself is going to built and installed. * ATSC example scripts now install into example hierarchy * Cruft has been moved into 'limbo' in repository, do not get installed Trunk passes 'make distcheck'. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6279 221aa14e-8319-0410-a670-987f0aec2ac5
* applied patch from Michael Dickenseb2007-08-281-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6197 221aa14e-8319-0410-a670-987f0aec2ac5
* Added selection of USRP hardwarejcorgan2007-08-171-1/+4
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6148 221aa14e-8319-0410-a670-987f0aec2ac5
* Updated license from GPL version 2 or later to GPL version 3 or later.eb2007-07-2114-14/+14
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6044 221aa14e-8319-0410-a670-987f0aec2ac5
* removed bug in pll_carrier_recovery which prevented stereo from working. ↵nldudok12007-06-251-3/+17
| | | | | | Side-effect is that stereo-squelch is disabled for now git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5832 221aa14e-8319-0410-a670-987f0aec2ac5
* Added error checking on call to set_freqeb2007-05-301-1/+7
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5577 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r5547:5542 from jcorgan/num into trunk. Converts from using Python ↵jcorgan2007-05-281-1/+1
| | | | | | Numeric to numpy. Trunk passes distcheck. gr-radio-astronomy still needs conversion. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5553 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged eb/usrp-install r4723:4727 into trunk.eb2007-03-0712-12/+12
| | | | | | | | 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
* more adding of version 3 of tunern4hy2007-02-192-0/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4514 221aa14e-8319-0410-a670-987f0aec2ac5
* usrp TV Tuner version 3 addedn4hy2007-02-191-0/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4513 221aa14e-8319-0410-a670-987f0aec2ac5
* adding Rev 3 tuners to the usrp_wfm receiver coden4hy2007-02-192-0/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4512 221aa14e-8319-0410-a670-987f0aec2ac5
* removed obsolete dsb_tx.pyeb2007-01-291-51/+0
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4321 221aa14e-8319-0410-a670-987f0aec2ac5
* removed obsolete dsb_tx.pyeb2007-01-291-1/+0
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4320 221aa14e-8319-0410-a670-987f0aec2ac5
* New usrp_wfm_rcv_sca.py example from Eric A. Cottrell (WB1HBHU)eb2007-01-142-2/+402
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4276 221aa14e-8319-0410-a670-987f0aec2ac5
* SWIG compilation speedup! Fixes ticket:9. eb2007-01-131-0/+1
| | | | | | | | | | | | | | | | | | Merged -r4203:4254 from eb/swig-split into trunk. This refactors gnuradio_swig_python.{cc,py} into 5 separate .so's These correspond to the runtime, general, filter and io directories, and also includes a new directory, gengen. gengen contains that part of general that was machine generated. This split is arbitrary, but was useful for getting size of the swig generated glue code for general down to about 2MB. In addition, the swig glue is now compiled with -g1 -O1 instead of -g -O2. With this change all the swig code now compiles in about 60% of the time that it used to take. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4255 221aa14e-8319-0410-a670-987f0aec2ac5