summaryrefslogtreecommitdiff
path: root/gnuradio-examples
AgeCommit message (Collapse)Author
2009-10-06no timing recovery yet, but creates RRC-PAMMatt Ettus
2009-10-06Merge branch 'master' into syncTom
Conflicts: gr-utils/src/python/gr_plot_qt.py gr-utils/src/python/pyqt_plot.py gr-utils/src/python/pyqt_plot.ui
2009-10-06Working with PFB clock recovery block.Tom
2009-10-06Updating display for better viewing on small screensTom
2009-09-09updated digital to use installed usrp optionsJosh Blum
2009-08-23Added blks2.pfb_arb_resampler_ccf to GRC block listJohnathan Corgan
* New block XML file * Added set_taps callback to blks2 hier block * GRC example showing pre- and post-resampling swept spectrum
2009-08-15Added missing .gitignoregit
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11594 221aa14e-8319-0410-a670-987f0aec2ac5
2009-08-14Added git ignore files auto created from svn:ignore properties.git
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5
2009-08-12Merging trondeau/pfb r11249:11581 into trunk. This adds a few polyphase ↵trondeau
filterbank implementations that do (integer) decimation, (integer) interpolation, arbitrary resampling, and channelizing. gnuradio-example/python/pfb includes a number of different examples of how to use these blocks. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11583 221aa14e-8319-0410-a670-987f0aec2ac5
2009-07-31Fixing bug in setting SNRtrondeau
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11523 221aa14e-8319-0410-a670-987f0aec2ac5
2009-07-28Merged -r11480:11507, r11508 from nldudok1/tvrx_mimo_merge_with_trunk into ↵jcorgan
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
2009-07-10Merged r11401:11405 from jblum/digital into trunk. Restores tunnel.py, ↵jcorgan
rx_voice.py, and tx_voice.py operation after transmit/receive path refactoring. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11406 221aa14e-8319-0410-a670-987f0aec2ac5
2009-07-06Fix Makefile and update package for r11361jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11364 221aa14e-8319-0410-a670-987f0aec2ac5
2009-07-06Merging trondeau/qt branch r11231:11360. This merge improves the usability ↵trondeau
and examples of the QT-based interface. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11361 221aa14e-8319-0410-a670-987f0aec2ac5
2009-06-30Fix double quotation problemjcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11319 221aa14e-8319-0410-a670-987f0aec2ac5
2009-06-30Fix makefile entriesjcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11318 221aa14e-8319-0410-a670-987f0aec2ac5
2009-06-30Fixes ticket:372jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11316 221aa14e-8319-0410-a670-987f0aec2ac5
2009-06-18Exporting qt-based examples to installed examples folder and fixed a minor ↵trondeau
issue in the display of benchmark_qt_loopback. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11231 221aa14e-8319-0410-a670-987f0aec2ac5
2009-06-17Fixing benchmark_tx to use usrp_options interface. Also changes the default ↵trondeau
power output to a normalized range to fit into new USRP model. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11228 221aa14e-8319-0410-a670-987f0aec2ac5
2009-06-17Adding my generated qt_rx_window.py code for the QT GUI interface.trondeau
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11227 221aa14e-8319-0410-a670-987f0aec2ac5
2009-06-17fixes to benchmark_rxtrondeau
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11226 221aa14e-8319-0410-a670-987f0aec2ac5
2009-06-17Fixing digital benchmarks: adding usrp_options class to reciever.trondeau
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11224 221aa14e-8319-0410-a670-987f0aec2ac5
2009-06-17Merging trondeau/qtdigital branch r11210-11215 to add some QT GUI's to the ↵trondeau
digital examples for better visualization and understanding of the signals and performance. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11216 221aa14e-8319-0410-a670-987f0aec2ac5
2009-06-17Merging trondeau/digital branch r11185:11205 to improve digital example ↵trondeau
interfacing and remove redundancy. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11209 221aa14e-8319-0410-a670-987f0aec2ac5
2009-06-15merged r10942:11199 from digital branchjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11200 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-27Merged r11123:11148 from jcorgan/np into trunk.jcorgan
Adds --enable-python option to configure (defaults to yes). Using --disable-python or --enable-python=no will cause only C++ API targets to be created and installed. Several new shared libraries are now created. Where in the past, the C++ objects of the actual gnuradio blocks that were in a component were hidden inside their corresponding Python extension modules, these are now split out into a libgnuradio-foo.so library, and the _foo.so Python module is linked to that. This has been the way several top- level components have operated for some time, such as gr-audio-alsa and gr-usrp and gr-usrp2. This changeset applies that pattern to all components. C++ API users can use pkg-config to discover the cflags and libs parameters needed to include and link against these libraries. These components have not been tested: gr-comedi gr-audio-osx gr-audio-windows Passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11150 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-20Merged r11074:11077 from jcorgan/deb in to trunk. Ubuntu packaging for 3.2 ↵jcorgan
done, except for gr-msdd6000. Ready for testing. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11078 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-20Merged r11045:11059 from jcorgan/deb into trunk. Updates on Ubuntu binary ↵jcorgan
packaging; also fixes missing files in digital example directory. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11072 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-01Merged developer branch for digital r10900:10941jblum
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
2009-04-18Updated to work with old or new handling of Basic Rx daugherboard subdevs.eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10877 221aa14e-8319-0410-a670-987f0aec2ac5
2009-04-16Change our examples to use gr.channel_model instead of blks2.channel_modeljcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10861 221aa14e-8319-0410-a670-987f0aec2ac5
2009-04-15new fm detector added based on FIR derivative detector. Stereo sep better ↵n4hy
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
2009-03-14Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of ↵jcorgan
SWIG usage in build system, also fixes ticket:130. Trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10596 221aa14e-8319-0410-a670-987f0aec2ac5
2009-03-12Add daughterboard testjcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10587 221aa14e-8319-0410-a670-987f0aec2ac5
2009-02-26Merged r10504:10528 from michaelld/fix_local_data_install into trunk. Trunk ↵jcorgan
passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10529 221aa14e-8319-0410-a670-987f0aec2ac5
2009-01-27General housekeeping--removing ancient cruft mostly.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10315 221aa14e-8319-0410-a670-987f0aec2ac5
2009-01-27Removed DECT Python example. Refer to DECT project in CGRAN for a more ↵jcorgan
comprehensive example. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10313 221aa14e-8319-0410-a670-987f0aec2ac5
2008-12-24Merged r10071:10164 from features/cppdb-test into trunk. Implements the ↵jcorgan
fully native C++ API for the USRP. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10165 221aa14e-8319-0410-a670-987f0aec2ac5
2008-11-17Added ability to select USRP board to digital examplestrondeau
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10003 221aa14e-8319-0410-a670-987f0aec2ac5
2008-11-03Merged r9881:9917 from jcorgan/deb-wip into trunk. Updates Debian/Ubuntu ↵jcorgan
packaging system to build trunk code on Ubuntu 8.10. Several new trunk components still need debs created. Impact on non-packaging code: * Renamed libgr_audio_alsa.so to libgnuradio-audio-alsa.so * Renamed libusrp_inband.so to libusrp-inband.so * Added PYTHON_CHECK_MODULE to build system to simplify Python dependency verification Packaging code updates: * Updated build-depends and package dependencies to be current with trunk * Added package for libgruel and libgruel-dev * Renamed library packages to use simplified names, removing the 0 or 0c2a suffix. This may not follow Debian policy, but we can revisit this if we ever go into official Debian or Ubuntu. * Remove gr-comedi from packaging * Restructured sections to eliminate 'contrib'. Since we're not official Debian, we don't need to deal with the sdcc-nf issue. * Consolidated usrp firmware packages into corresponding main packages (same as previous). git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9918 221aa14e-8319-0410-a670-987f0aec2ac5
2008-10-27Adds usrp2 example directory, WFM receiver. Default audio rate works out to ↵jcorgan
32015 Hz, which is close enough, but for ALSA, you can use -O plughw:0,0 to get rid of the warning message. A resampler would be ideal. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9863 221aa14e-8319-0410-a670-987f0aec2ac5
2008-10-01pll bandwidth optimized to more nearly meet Carson's rule. The 19 kHz pilot ↵n4hy
recovery will soon be replace by polyphase channelizer trick git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9694 221aa14e-8319-0410-a670-987f0aec2ac5
2008-10-01Stereo receiver with 48 kHz sample rate output using rational resampler. ↵n4hy
Better filters chosen than optfir. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9689 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-16bug in scopesink fixedn4hy
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9586 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-16doc updatejcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9583 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-14Adds frequency accessor for Costas loop, BERT receiver displays frequency ↵jcorgan
and timing offset git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9576 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-13Merged r9564:9568 from jcorgan/bert into trunk. Adds BPSK bit error testing ↵jcorgan
examples and support blocks. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9569 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-25Fix missed fg to tb conversion (Ulf Lindgren)jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9406 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-19Merged features/mp-sched -r8915:9335 into the trunk. The trunk noweb
contains the SMP aware scheduler. This changeset introduces a dependency on boost 1.35 or later. See source:gnuradio/trunk/README.building-boost for additional info. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9336 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-06dial_tone c++ example top block pointer fixjcoy
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9175 221aa14e-8319-0410-a670-987f0aec2ac5