summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-08gr: the CMakeLists.txt took a chill pillJosh Blum
2011-10-08gr: minor tweaks for MSVC compatibilityJosh Blum
2011-10-08gr: updated cmakelists after merge for additional filesJosh Blum
2011-10-08Merge branch 'next' of http://gnuradio.org/git/gnuradio into digitalJosh Blum
2011-10-08Merge branch 'next' into digitalJosh Blum
2011-10-07uhd: removing old USRP util files that have been replaced in gr-uhd/apps.Tom Rondeau
2011-10-07uhd: adding uhd_rx_nogui app to uhd apps directory.Tom Rondeau
2011-10-07uhd: added UHD versions of siggen and siggen_gui.Tom Rondeau
2011-10-07uhd: improved uhd_fft; fixed panel names and some minor behavior issues.Tom Rondeau
2011-10-07digital: minor bug fix to rx_voice demo.Tom Rondeau
2011-10-07Removed empty usrp directory.Tom Rondeau
2011-10-07digital: updated rx and tx voice examples to work over the air with UHD.Tom Rondeau
2011-10-07digital: minor bug fixTom Rondeau
2011-10-07digital: Removed old digital mod blocks. Modified gmsk to work over the air ↵Tom Rondeau
again.
2011-10-06digital: removed old digital and digital-bert scripts that will no longer ↵Tom Rondeau
work. All of these have been replaced in gr-digital/examples.
2011-10-06digital: adding bert and tunnel to makefile.Tom Rondeau
2011-10-06digital: debugging to get digital BERT tests to work over the air with UHD ↵Tom Rondeau
(verified).
2011-10-06digital: fixed BERT test.Tom Rondeau
2011-10-06Merge branch 'digital' of github.com:trondeau/gnuradio into digitalTom Rondeau
2011-10-06digital: copied tunnel.py over to gr-digital/examples and updated it to use ↵Tom Rondeau
UHD. So far so good. Testing on multiple computers now.
2011-10-06Merge branch 'next' into digitalTom Rondeau
2011-10-06Removing reference to usrp examples directory. All usrp and usrp2 directory ↵Tom Rondeau
examples are now in gr-uhd/examples.
2011-10-06uhd: moved fm_tx_2_daughterboards and usrp_spectrum_sense to ↵Tom Rondeau
gr-uhd/examples. Neither are working properly quite yet. Removed all usrp examples from gnuradio-examples/python/usrp and removed directory.
2011-10-06uhd: removed examples that don't make sense with UHD. Fixed up ↵Tom Rondeau
gr-uhd/examples Makefile.
2011-10-06uhd: Moved usrp_wxapt_rcv from examples to gr-uhd/examples and made work ↵Tom Rondeau
with UHD.
2011-10-06Merge branch 'master' into nextTom Rondeau
2011-10-06Merge branch 'maint'Tom Rondeau
2011-10-06uhd: suppress harmless swig warningsJosh Blum
2011-10-06uhd: Moved USRP analog TV receiver examples to gr-uhd/examples. They seem to ↵Tom Rondeau
run with the UHD, but I can't really test them since there's no NTSC signals around...
2011-10-06uhd: removing usrp2 examples. Not bothering with QT version for now and the ↵Tom Rondeau
wfm_rcv is already handled after conversion from usrp.
2011-10-06uhd: cleaning up and updating some script info.Tom Rondeau
2011-10-06uhd: converted usrp_wfm_rcv_sca to gr-uhd/examples and made work with UHD. ↵Tom Rondeau
Seems to work but could use more testing.
2011-10-06uhd: moved usrp_wfm_rcv_fmdet to gr-uhd/examples and started converting to ↵Tom Rondeau
UHD. Getting a segmentation fault currently. Don't know when the last time this worked properly was.
2011-10-06Formatting and normalizing freq limits.Tom Rondeau
2011-10-06uhd: minor fixes to examplesTom Rondeau
2011-10-06uhd: moved usrp_wfm_rcv2_nogui from examples to gr-uhd/examples and made ↵Tom Rondeau
work with UHD.
2011-10-06Added FFF version of pfb_arb_resampler to Python hier block (where only the ↵Tom Rondeau
rate is required).
2011-10-06uhd: moved usrp_wfm_rcv_pll to gr-uhd/examples and made work with UHD.Tom Rondeau
2011-10-06Added floating point version of arbitrary resampler.Tom Rondeau
2011-10-06Merge branch 'upstream/alsa-sink-warning-fix'Tom Rondeau
2011-10-05uhd: removing example files now in gr-uhd/examplesTom Rondeau
2011-10-04uhd: moved WFM recever and no-gui receiver to gr-uhd/examples and made work ↵Tom Rondeau
with UHD.
2011-10-04uhd: moved NBFM examples to gr-uhd/examples directory and made work with UHD.Tom Rondeau
2011-10-04uhd: fixed this example to correct for sample rate offsets when setting a ↵Tom Rondeau
UHD device.
2011-10-04Merge branch 'master' into nextTom Rondeau
2011-10-04Merge branch 'shd'Tom Rondeau
2011-10-04shd: Changed version requirements for libshd.Tom Rondeau
2011-10-04shd: changed name from xmini to smini in GR interface; needs to be matched ↵Tom Rondeau
in the s-mini firmware.
2011-10-04shd: changed gr-shd names from xmini to sminiTom Rondeau
2011-10-04uhd: moved usrp_am_mw_rcv from examples to gr-uhd/examples and made work ↵Tom Rondeau
with UHD. Needs more testing.