summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2011-10-04uhd: moved usrp/max_power.py to gr-uhd/examples. This _should_ work for both ↵Tom Rondeau
USRPs and USRP2 series, but is only tested for a USRP2 (N210, actually).
2011-10-03uhd: removing multi-antenna stuff frmo gnuradio-examplesTom Rondeau
2011-10-03uhd: moved fm_tx4 from gnuradio-examples to gr-uhd/examplesTom Rondeau
2011-10-03uhd: build script changes for multi-antenna examplesTom Rondeau
2011-10-03uhd: moved multi-antenna scripts from gnuradio-examples to gr-uhd/examples. ↵Tom Rondeau
Does not work yet.
2011-10-03uhd: fixing copyright and M4 files for HF apps.Tom Rondeau
2011-10-03uhd: fixing hf_explorer to take the UHD address as an option.Tom Rondeau
2011-10-03uhd: again, just the basics of getting hf_radio to work with UHD (and the ↵Tom Rondeau
'new' top_block/hier_block2 structure)
2011-10-03audio_alsa_sink : Fix warning on 32 bit builds.Philip Balister
On machines where sizeof(long) = sizeof(int) the code for calculating scale factors produced an overflow warning. This change simplifies the code by eliminating the shift. The compiler should calculate the constant at compile time anyway. Signed-off-by: Philip Balister <philip@opensdr.com>
2011-10-03UHD: moving HF apps from gnuradio-examples to gr-uhd/examples. Did the ↵Tom Rondeau
minimum possible work to convert HF Explorer to use UHD.
2011-09-27digital: fixed differential/non-differential. Defaults to differential now, too.Tom Rondeau
2011-09-27digital: fixed up benchmark codes to handle receive, too. Over-the-air tests ↵Tom Rondeau
worked.
2011-09-27digital: making a parent class for the UHD interface since most of the ↵Tom Rondeau
functions are duplicated between receiver and transmitter. Made a receiver interface, too.
2011-09-27Merge branch 'master' into nextJohnathan Corgan
2011-09-27Merge branch 'maint'Johnathan Corgan
2011-09-27swig: language independent exception handlerJosh Blum
2011-09-27digital: bug fixes for digital mods. Adding fist pass at a UHD benchmark ↵Tom Rondeau
transit chain. Automatically selects the right samples/symbol and sample rate to achieve requested bitrate.
2011-09-26Merge branch 'next' into digitalTom Rondeau
Conflicts: gnuradio-core/src/lib/general/general.i gnuradio-core/src/lib/general/gr_pll_carriertracking_cc.cc gnuradio-core/src/lib/general/gr_pll_freqdet_cf.cc gnuradio-core/src/lib/general/gr_pll_refout_cc.cc gnuradio-core/src/python/gnuradio/gr/qa_pll_carriertracking.py gnuradio-core/src/python/gnuradio/gr/qa_pll_freqdet.py gnuradio-core/src/python/gnuradio/gr/qa_pll_refout.py gr-digital/lib/digital_constellation_receiver_cb.cc gr-digital/python/Makefile.am gr-digital/python/__init__.py gr-digital/python/generic_mod_demod.py gr-digital/python/pkt.py gr-digital/python/psk2.py gr-digital/python/qam.py
2011-09-26Merge branch 'master' into nextTom Rondeau
2011-09-26docs: fix Doxygen so it gets all generated files in builddir if this is ↵Tom Rondeau
different than srcdir.